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/49798] .quad instead of .long is used for address for x32


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

--- Comment #14 from H.J. Lu <hjl.tools at gmail dot com> 2011-07-21 17:19:06 UTC ---
It looks like (symbol_ref:DI ("xxxx")) is treated as zero_extend
for symbol address.  My patch just does that, similar to Sparc.


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