diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-10-25 00:54:55 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-10-25 00:54:55 +0000 |
commit | aadf04f73628237bec1b41b1d415ebb8b20aa726 (patch) | |
tree | a66506447f06374a26a7525eb4007f590d397afc /bfd/ChangeLog | |
parent | fe5cfadd4251690ef0ec0fdeaa90e63e3077007f (diff) | |
download | gdb-aadf04f73628237bec1b41b1d415ebb8b20aa726.zip gdb-aadf04f73628237bec1b41b1d415ebb8b20aa726.tar.gz gdb-aadf04f73628237bec1b41b1d415ebb8b20aa726.tar.bz2 |
* configure.in: Add xcofflink.o to pmac_xcoff_vec.
* configure: Rebuild.
* mpw-config.in: Add xcofflink.c.o to powerpc-apple-macos.
* coff-pmac.c: Include coff-rs6000.c instead of duplicating its
contents.
(pmac_xcoff_vec): Update to use new xcoff support.
* coff-rs6000.c (xcoff_generic_stat_arch_elt): Make static.
(xcoff_write_armap): Declare buf as unsigned char.
* xcofflink.c (xcoff_link_add_symbols): Declare a local as PTR.
* mpw-make.sed: Generalize subdir_do edit.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0ae9841..cd81ba3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Tue Oct 24 17:44:20 1995 Stan Shebs <shebs@andros.cygnus.com> + + * configure.in: Add xcofflink.o to pmac_xcoff_vec. + * configure: Rebuild. + * mpw-config.in: Add xcofflink.c.o to powerpc-apple-macos. + * coff-pmac.c: Include coff-rs6000.c instead of duplicating its + contents. + (pmac_xcoff_vec): Update to use new xcoff support. + * coff-rs6000.c (xcoff_generic_stat_arch_elt): Make static. + (xcoff_write_armap): Declare buf as unsigned char. + * xcofflink.c (xcoff_link_add_symbols): Declare a local as PTR. + + * mpw-make.sed: Generalize subdir_do edit. + Tue Oct 24 10:25:01 1995 Jeffrey A Law (law@cygnus.com) * hppabsd-core.c (make_bfd_asection): Initialize asect->filepos |