It's a BgerFD than I can handle

Alan Modra amodra@bigpond.net.au
Thu Aug 19 09:53:00 GMT 2004


On Sun, Aug 15, 2004 at 12:08:53PM -0700, Walt Pawley wrote:
> (from Yellow Dog Linux 3.0.1)
> objcopy: supported targets: elf32-powerpc aixcoff-rs6000 elf32-powerpcle
> ppcboot elf64-powerpc elf64-powerpcle elf64-little elf64-big elf32-little
> elf32-big srec symbolsrec tekhex binary ihex

I'm not too sure how well xcoff is supported in binutils (*), but
this one ought to do what you want, assuming that you want to convert
from elf32-powerpc to aixcoff-rs6000.

objcopy -I elf32-powerpc -O aixcoff-rs6000 infile outfile

*) Which may sound funny coming from a binutils maintainer who works for
   IBM, but not knowing much about AIX has its advantages..

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



More information about the Binutils mailing list