using -ffunction-sections (putting each function in a separate
.text.<function_name> section) does not work, as function constant pools
are output to the generic .text section, which makes addressing them from
the function impossible.
make gcc output constant pools to the same section as the function itself.
-ffunction-sections -fdata-sections working is required for building target
libstdc++-v3.
Original issue reported on code.google.com by jmoc...@gmail.com on 20 Feb 2009 at 10:11
Original issue reported on code.google.com by
jmoc...@gmail.com
on 20 Feb 2009 at 10:11