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: [PATCH/RFC] Add support for PEF, Mach-O, xSYM


Hi Klee,

> 2002-10-07  Klee Dienes  <kdienes@apple.com>
> 
>          * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and 
>         sym.lo.
>          (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and sym.lo.
>          archures.c (enum bfd_architecture): Add bfd_arch_m98k.
>          bfd-in2.h: Regenerate.
>          bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
>          targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and 
>         sym.
>          (_bfd_target_vector): Add target vectors for mach-o, pef, and 
>         sym.
>          sym.c: New file.  Contains support for the Apple/Metrowerks xSYM
>          debugging format.
>          sym.h: New file.
>          pef.c: New file.  Contains support for the Apple Code Fragment
>          Manager Preferred Executable Format
>          pef.h: New file.
>          pef-traceback.h: New file.  Contains support for parsing PowerPC
>          traceback tables as used by PEF executables (and perhaps other
>          systems as well).
>          mach-o.c: New file.  Contains support for the Mach-O object 
>         file format.
>          mach-o.h: New file.
>          mach-o-target.c: New file.  Declares the mach-o targets
>          themselves.  Included three times by mach-o.c; each time with a
>          different set of macros set.

I have now approved and applied this patch.

I made some formatting changes to the code in order to bring it in
line with the GNU coding standard, but other than that, the code
should be as you submitted it.

Cheers
        Nick


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