diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-13 17:29:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-13 17:29:05 +0000 |
commit | aa4b3dc5091e2e50726b78da3550ccc9a1e57711 (patch) | |
tree | ae58f79ef073c723d082fcbd1c810adff330d95f /bfd/ChangeLog | |
parent | faa53df9cae9a03357adab2e29fd6870c62ab5dc (diff) | |
download | gdb-aa4b3dc5091e2e50726b78da3550ccc9a1e57711.zip gdb-aa4b3dc5091e2e50726b78da3550ccc9a1e57711.tar.gz gdb-aa4b3dc5091e2e50726b78da3550ccc9a1e57711.tar.bz2 |
* cofflink.c (coff_link_input_bfd): Fail if a section with no
contents has relocs.
PR 7979.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 699529c..4a76d99 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 13 13:27:53 1995 Ian Lance Taylor <ian@cygnus.com> + + * cofflink.c (coff_link_input_bfd): Fail if a section with no + contents has relocs. + Thu Sep 12 12:45:34 1995 steve chamberlain <sac@slash.cygnus.com> * coffcode.h (coff_compute_section_file_positions): Keep the |