http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54303
Bug #: 54303
Summary: -fdata-sections -ffunction-sections and
-fmerge-constants do not work well together
Classification: Unclassified
Product: gcc
Version: 4.6.3
Sta
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54303
Tom Rini changed:
What|Removed |Added
Target|arm*, x86_64-linux-gnu |arm*-linux-gnu
--- Comment #4 from Tom Rini 2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54303
Tom Rini changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54303
--- Comment #8 from Tom Rini 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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80428
Tom Rini changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70268
Tom Rini changed:
What|Removed |Added
CC||tom.rini at gmail dot com
--- Comment #8
Assignee: unassigned at gcc dot gnu.org
Reporter: tom.rini at gmail dot com
Target Milestone: ---
With U-Boot v2017.05-rc1 and the 'ts4600_config' (make ts4600_config all to
reproduce) we see:
/home/trini/work/u-boot/u-boot/common/cli_readline.c:20:21: warning: ‘tab_se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54303
--- Comment #11 from Tom Rini ---
(In reply to Andrew Pinski from comment #10)
> I noticed this also when I was helping out an uboot developer here at Cavium
> for Octeon.
>
> Really I think someone should get LTO working for uboot.
Please note