diff options
author | Steve Chamberlain <sac@cygnus> | 1992-05-02 01:41:33 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-05-02 01:41:33 +0000 |
commit | 69e0d34d4d51fa8f9b68a5dbdfbbacb5accd5ddd (patch) | |
tree | 9b74396da422bcd97c4613ae239ddfb8b31ddd11 /bfd/ChangeLog | |
parent | e14a43bfaf0aa845d4b90e8f73d71d2a2762a973 (diff) | |
download | gdb-69e0d34d4d51fa8f9b68a5dbdfbbacb5accd5ddd.zip gdb-69e0d34d4d51fa8f9b68a5dbdfbbacb5accd5ddd.tar.gz gdb-69e0d34d4d51fa8f9b68a5dbdfbbacb5accd5ddd.tar.bz2 |
* targets.c, Makefile.in: comment out tekhex for the moment.
* ieee.c: if some places where null pointers were used instead of &bfd_abs_section.
* configure.in: tandem target is st2000
* coff-m68k.c: rename static howto_table to global
m68kcoff_howto_table.
* bout.c: remove unnecessary abort
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5dd9d69..237ffac 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ Fri May 1 12:58:34 1992 Steve Chamberlain (sac@thepub.cygnus.com) + * targets.c, Makefile.in: comment out tekhex for the moment. + * ieee.c: if some places where null pointers were used instead of &bfd_abs_section. + * configure.in: tandem target is st2000 + * coff-m68k.c: rename static howto_table to global + m68kcoff_howto_table. + * bout.c: remove unnecessary abort * coff-a29k.c: various changes to the way relocations work to cope with the "new order" and latent bugs. * coffcode.h: lint |