This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/9571] [PPC] problems with 'const', -msdata=eabi and sections.
- From: "osv at topconrd dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Oct 2003 14:42:46 -0000
- Subject: [Bug target/9571] [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 osv at topconrd dot ru 2003-10-14 14:42 -------
> r0 is used as a pointer to sdata2, this is a bug, it should be r2.
No, the %r0 you see is fake. In the object file it's a special relocatable
symbol that is resolved to either 2 (r2) or 13 (r13) by the linker depending on
actual output section the symbol refers to, so there is no bug here.
As there is no bug at this point, the:
> Based on Franz's comments, this bug is not really a regression at all.
> I've therefore removed the regression tags.
is wrong as Franz's comments are wrong.