diff options
author | Steve Chamberlain <sac@cygnus> | 1992-05-02 01:52:39 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-05-02 01:52:39 +0000 |
commit | b9b40ee01dddd01250736db4fd47a33cbb761901 (patch) | |
tree | 41bc1a8ce7aa0bae85ba859e2c3750f2349cd3d6 | |
parent | 54862c89ac67642b22168994398e0489632b0b83 (diff) | |
download | gdb-b9b40ee01dddd01250736db4fd47a33cbb761901.zip gdb-b9b40ee01dddd01250736db4fd47a33cbb761901.tar.gz gdb-b9b40ee01dddd01250736db4fd47a33cbb761901.tar.bz2 |
* coffcode.h (coff_write_object_contents): use RELSZ to work out
size of output reloc struct.
-rw-r--r-- | bfd/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 237ffac..a6566df 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ Fri May 1 12:58:34 1992 Steve Chamberlain (sac@thepub.cygnus.com) + * coffcode.h (coff_write_object_contents): use RELSZ to work out + size of output reloc struct. * 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 |