diff options
author | Alan Modra <amodra@gmail.com> | 2008-06-04 14:24:05 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-06-04 14:24:05 +0000 |
commit | 0f0a5e5880648f0c1c5177d00acd6505733e7aec (patch) | |
tree | c8c0af89798475024ab4bd1f1dec5b0bb9d530dc /bfd/ChangeLog | |
parent | 789169e5719949096310eb206da623ea4df5b3a0 (diff) | |
download | gdb-0f0a5e5880648f0c1c5177d00acd6505733e7aec.zip gdb-0f0a5e5880648f0c1c5177d00acd6505733e7aec.tar.gz gdb-0f0a5e5880648f0c1c5177d00acd6505733e7aec.tar.bz2 |
* elf.c (ignore_section_sym): Don't test section sym value here.
(elf_map_symbols): Instead check zero value here as was done prior
to 2006-05-26 change.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8b315a3..c61360e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2008-06-04 Alan Modra <amodra@bigpond.net.au> + + * elf.c (ignore_section_sym): Don't test section sym value here. + (elf_map_symbols): Instead check zero value here as was done prior + to 2006-05-26 change. + 2008-06-04 Nick Clifton <nickc@redhat.com> PR ld/6019 |