http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54303
Tom Rini <tom.rini at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target|arm*, x86_64-linux-gnu |arm*-linux-gnu --- Comment #4 from Tom Rini <tom.rini at gmail dot com> 2012-09-04 20:34:18 UTC --- (In reply to comment #3) > Someone needs to tell the linker to garbage collect sections .... -Wl, > --gc-sections ? Please re-read the initial post. This works, as expected on x86_64 and does NOT on ARM as on ARM all of the strings are placed into a single .rodata section while on x86_64 they are placed into per-function sections.