*** empty log message ***

This commit is contained in:
Steve Chamberlain 1991-05-13 21:03:08 +00:00
parent 1a602d6e61
commit a14b9e8aa1
1 changed files with 4 additions and 1 deletions

View File

@ -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)