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 middle-end/15486] [3.3/3.4/3.5] -fdata-sections moves common vars to .bss


------- Additional Comments From jason at redhat dot com  2004-08-20 21:09 -------
Subject: Re:  [3.3/3.4/3.5] -fdata-sections moves
 common vars to .bss

I believe that the problem which my patch was addressing was that Kaveh's
patch was causing variables to end up in .bss which needed to be in a
special section.  I'm not sure why that would be, since
asm_emit_uninitialized does call resolve_unique_section.  If you want to
try reverting my patch and seeing if anything breaks, I'm open to that.

Jason


-- 


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


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