diff options
author | Nick Clifton <nickc@redhat.com> | 2003-09-03 16:06:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-09-03 16:06:12 +0000 |
commit | 3922a8c15423f7fdd5288797f83bfbc0d42d09cb (patch) | |
tree | 47997301242964c06c5430786231d24675434568 /bfd/ChangeLog | |
parent | 57b29be766028ff8110a89efefc3fda4379b6279 (diff) | |
download | gdb-3922a8c15423f7fdd5288797f83bfbc0d42d09cb.zip gdb-3922a8c15423f7fdd5288797f83bfbc0d42d09cb.tar.gz gdb-3922a8c15423f7fdd5288797f83bfbc0d42d09cb.tar.bz2 |
Do not skip section symbols that are used in relocs.
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 1c7b87b..003e7ac 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2003-09-03 Nick Clifton <nickc@redhat.com> + + * cofflink.c (_bfd_coff_link_input_bfd): Do not skip section + symbols that are used in relocs. + 2003-08-30 Robert Millan <robertmh@gnu.org> * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet. |