diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-06-05 20:46:21 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-06-05 20:46:21 +0000 |
commit | 9d6eee7847fb08dc1d559227f6190a14fe7008f0 (patch) | |
tree | cc9e0d8f867c3600c2d918db5d3bf8dc518f765f /bfd/ChangeLog | |
parent | 7cda33a15efa285ef24ad6bbcc6c4dfc4d73a0cd (diff) | |
download | gdb-9d6eee7847fb08dc1d559227f6190a14fe7008f0.zip gdb-9d6eee7847fb08dc1d559227f6190a14fe7008f0.tar.gz gdb-9d6eee7847fb08dc1d559227f6190a14fe7008f0.tar.bz2 |
2000-06-05 H.J. Lu <hjl@gnu.org>
* elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't flag
an error when seeing an undefined symbol with hidden/internal
attribute. It is handled in *_relocate_section ().
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 4d07a18..ddced79 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2000-06-05 H.J. Lu <hjl@gnu.org> + * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't flag + an error when seeing an undefined symbol with hidden/internal + attribute. It is handled in *_relocate_section (). + +2000-06-05 H.J. Lu <hjl@gnu.org> + * elflink.h (elf_fix_symbol_flags): Follow the link for the indirect symbol for the ELF_LINK_NON_ELF bit. (elf_link_output_extsym): Don't output the indirect symbol even |