diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-06-05 17:21:32 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-06-05 17:21:32 +0000 |
commit | 94b6c40a1afad9d51ec6f7c4d6c55dd55e5ccbf6 (patch) | |
tree | 739393955d90e3329df1fc2807815e84c6463fbb /bfd/ChangeLog | |
parent | e06cae3665e66c3122d133939a76e25fd519ae26 (diff) | |
download | gdb-94b6c40a1afad9d51ec6f7c4d6c55dd55e5ccbf6.zip gdb-94b6c40a1afad9d51ec6f7c4d6c55dd55e5ccbf6.tar.gz gdb-94b6c40a1afad9d51ec6f7c4d6c55dd55e5ccbf6.tar.bz2 |
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
if the ELF_LINK_NON_ELF bit is set.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a9befba..4d07a18 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +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 + if the ELF_LINK_NON_ELF bit is set. + 2000-06-01 J.T. Conklin <jtc@redback.com> * config.bfd (i[3456]86-*-netbsdelf*): New target. |