PPC: .gnu_attribute ignored?

Alan Modra amodra@gmail.com
Mon Dec 12 23:08:00 GMT 2011


On Mon, Dec 12, 2011 at 04:16:18PM +0100, Wolfgang Denk wrote:
> Is there any way to get rid of the Tag_GNU_Power_ABI_FP tag, either
> (preferred) right when compiling the object file, or (if it cannot be
> avoided) in a separate step later?

There is no way to turn off generation of the tags apart from hacking
gcc.  You can strip all attribute from an object file by using
objcopy -R .gnu.attributes <infile> <outfile>

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list