From: Steve Chamberlain Date: Mon, 13 May 1991 21:03:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a14b9e8aa18036862e211e858cce4df31027adb5;p=binutils-gdb.git *** empty log message *** --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4997079c2df..50bea857553 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)