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 c/54303] -fdata-sections -ffunction-sections and -fmerge-constants do not work well together


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

--- Comment #8 from Tom Rini <tom.rini at gmail dot com> 2012-10-01 18:01:37 UTC ---
I could be confused, but how is this a linker issue when gcc puts all of the
strings into a single section?  To reiterate, if you have N functions each with
one string in it, on some platforms (ARM) you get one .rodata.str1.4 section
and on others you get N .rodata.str.somethings sections.


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