This is the mail archive of the binutils@sources.redhat.com 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: It's a BgerFD than I can handle


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


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