diff options
author | Paul Brook <paul@codesourcery.com> | 2005-02-08 13:33:56 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-02-08 13:33:56 +0000 |
commit | ccf5f610122ac51c1225370230e72df7fd1d676d (patch) | |
tree | b761a42dbb9843e2a990f79d06426c3017e4bc04 /bfd/ChangeLog | |
parent | 91294c83865e4e5615803054baf04190c9381def (diff) | |
download | gdb-ccf5f610122ac51c1225370230e72df7fd1d676d.zip gdb-ccf5f610122ac51c1225370230e72df7fd1d676d.tar.gz gdb-ccf5f610122ac51c1225370230e72df7fd1d676d.tar.bz2 |
2005-02-08 Paul Brook <paul@codesourcery.com>
* elflink.c (elf_link_input_bfd): Ignore symbols from null input
sections.
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 ecd820d..bc6b585 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2005-02-08 Paul Brook <paul@codesourcery.com> + + * elflink.c (elf_link_input_bfd): Ignore symbols from null input + sections. + 2005-02-08 Hans-Peter Nilsson <hp@axis.com> * elflink.c (elf_link_add_object_symbols): Don't add "warning: " |