aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-05-13 21:03:08 +0000
committerSteve Chamberlain <steve@cygnus>1991-05-13 21:03:08 +0000
commita14b9e8aa18036862e211e858cce4df31027adb5 (patch)
tree83c6b0c0cdfe4335572d68a1e92b4f20ffb1d16d /bfd
parent1a602d6e6119641d4b2d3640ccfbac9913dbaad5 (diff)
downloadgdb-a14b9e8aa18036862e211e858cce4df31027adb5.zip
gdb-a14b9e8aa18036862e211e858cce4df31027adb5.tar.gz
gdb-a14b9e8aa18036862e211e858cce4df31027adb5.tar.bz2
*** empty log message ***
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4997079..50bea85 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -2,6 +2,7 @@ Mon May 13 10:03:29 1991 Steve Chamberlain (steve at cygint.cygnus.com)
* aout.c: fixxed some of the problems with filepos calculation.
(swap_ext_reloc): fixed problem with creation of relocs.
+ (aout_set_section_contents): fixed filepos problem
* coff-code.h: (swap_filehdr_in, swap_filehdr_out) add.
(swap_filehdr) delete. Changed all the usage of bfd_h_put_x.
@@ -19,7 +20,9 @@ Mon May 13 10:03:29 1991 Steve Chamberlain (steve at cygint.cygnus.com)
* sunos.c: (choose_reloc_size) added: (sunos4_callback) calls
choose_reloc_size. (sunos4_write_object_contents) now calls
- choose_reloc_size so outputs relocs correctly.
+ choose_reloc_size so outputs relocs correctly, also calculates the
+ size of the sections correctly.
+
Fri May 10 16:58:53 1991 John Gilmore (gnu at cygint.cygnus.com)