This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/9571] [3.3/3.4 regression] [PPC] problems with 'const', -msdata=eabi and sections.
- From: "sirl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jun 2003 15:31:16 -0000
- Subject: [Bug target/9571] [3.3/3.4 regression] [PPC] problems with 'const', -msdata=eabi and sections.
- References: <20030204140601.9571.osv@javad.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.