[Bug target/9571] [PPC] problems with 'const', -msdata=eabi and sections.
osv at topconrd dot ru
gcc-bugzilla@gcc.gnu.org
Tue Oct 14 14:42:00 GMT 2003
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.
More information about the Gcc-bugs
mailing list