This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/9571] [3.3/3.4 regression] [PPC] problems with 'const', -msdata=eabi and sections.


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9571



------- Additional Comments From sirl@gcc.gnu.org  2003-06-17 15:31 -------
r0 is used as a pointer to sdata2, this is a bug, it should be r2. And since only r2 is initialized in 
the ecrt*.o files, how can this work? Besides that, even if you initialize r0 manually, it is 
practically clobbered in about every function.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]