diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-03-08 20:58:34 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-03-08 20:58:34 +0000 |
commit | 59415c56b3ba7ac915bf344c9fdb544ec7cf8c79 (patch) | |
tree | 04b40f1849c4ca6979c3d37bcf2c10569745fd1b /bfd | |
parent | 155171dee570f3c9c7f40ae2f312fbdd5840374f (diff) | |
download | gdb-59415c56b3ba7ac915bf344c9fdb544ec7cf8c79.zip gdb-59415c56b3ba7ac915bf344c9fdb544ec7cf8c79.tar.gz gdb-59415c56b3ba7ac915bf344c9fdb544ec7cf8c79.tar.bz2 |
hppa and aix386-core changes
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fa96099..bb868c7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,19 @@ +Mon Mar 8 14:55:13 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * hppa.c (_PA_RISC_ID): Defined if not already defined (e.g., for + hpux 7). Patch from friedman@gnu.ai.mit.edu. + + * aix386-core.c: Include uinfo.h and coredump.h. Patch from Minh + Tran-Le, tranle@intellicorp.com. + +Fri Mar 5 14:54:21 1993 Ian Lance Taylor (ian@cygnus.com) + + * coff-mips.c (ecoff_generic_reloc): If the addend is non-zero, go + ahead and do the relocation. + (ecoff_refhi_reloc): Don't to the relocation here, just remember + what needs to be done. + (ecoff_reflo_reloc): Do the REFHI relocation here. + Thu Mar 4 14:44:01 1993 Ian Lance Taylor (ian@cygnus.com) * coff-mips.c (ecoff_bfd_reloc_type_lookup): New function. |