This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: PPC: .gnu_attribute ignored?


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


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