diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-12-11 06:08:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-12-11 06:08:05 +0000 |
commit | a3f1e78a6c5f9c4b1b5ca43e6bac8cd21fe7ce45 (patch) | |
tree | 8c886cf9381fbce2dfc7a1fd8598ff9cb59e8d42 | |
parent | c63729b518f587e33434272bcdf2d2e47e016722 (diff) | |
download | gdb-a3f1e78a6c5f9c4b1b5ca43e6bac8cd21fe7ce45.zip gdb-a3f1e78a6c5f9c4b1b5ca43e6bac8cd21fe7ce45.tar.gz gdb-a3f1e78a6c5f9c4b1b5ca43e6bac8cd21fe7ce45.tar.bz2 |
* coff-sh.c (bfd_coff_small_swap_table): Initialize new fields.
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e8fc13f..2fb3877 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Thu Dec 11 01:02:18 1997 Ian Lance Taylor <ian@cygnus.com> + + * coff-sh.c (bfd_coff_small_swap_table): Initialize new fields. + + * elf.c (assign_file_positions_for_segments): For a loadable + section, make sure that the load address is correct relative to + the load address of the segment plus the size of the segment so + far. + + * coffcode.h (_coff_link_output_has_begun): Make static. + (_coff_final_link_postscript): Likewise. + Wed Dec 10 23:37:11 1997 Ian Lance Taylor <ian@cygnus.com> * elflink.h (elf_link_input_bfd): Handle a relocateable link in |