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] [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 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.


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