diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-09-29 02:16:05 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-09-29 02:16:05 +0000 |
commit | 7009e4519ea89207aaf1d037ac4b24a262b522c3 (patch) | |
tree | 4d797a76b4368b44609339a1f2fe56f3e87925f1 /bfd | |
parent | 698e0075ef292e847b24274688ec947af32b64be (diff) | |
download | gdb-7009e4519ea89207aaf1d037ac4b24a262b522c3.zip gdb-7009e4519ea89207aaf1d037ac4b24a262b522c3.tar.gz gdb-7009e4519ea89207aaf1d037ac4b24a262b522c3.tar.bz2 |
Description of PowerMac changes.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 313e8bd..632710b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,21 @@ +Thu Sep 28 18:48:47 1995 Stan Shebs <shebs@andros.cygnus.com> + + * config.bfd: Add powerpc-*-macos*, powerpc-*-mpw*. + * configure, configure.in: Add pmac_xcoff_vec case. + * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o. + * coff-pmac.c: New file, PowerMac XCOFF support. + * coffcode.h (coff_set_arch_mach_hook): Add PowerMac case. + * targets.c (pmac_xcoff_vec): Declare. + + * mpw-config.in: Various changes to be compatible with the + autoconf-based configury. + * mpw-make.sed: New file, sed commands to translate Unix + makefile into MPW syntax. + * mpw-make.in: Remove. + * hosts/mpw.h: Remove. + * bfd-in.h, bfd-in2.h: If MPW, include the file that defines + true and false as enums, then define TRUE_FALSE_ALREADY_DEFINED. + Thu Sep 28 17:06:23 1995 steve chamberlain <sac@slash.cygnus.com> * binary.c (binary_get_symtab): Return an empty string on error. |