diff options
author | Nick Clifton <nickc@redhat.com> | 2005-11-11 11:06:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-11-11 11:06:34 +0000 |
commit | 5e2b0d475efa4aa40e098f49074f3c2afd854f48 (patch) | |
tree | cb92876512ba88783179472896ed5039b98690c5 /bfd/ChangeLog | |
parent | ff1e98b937b0538db997dcf79867f799152d7d33 (diff) | |
download | fsf-binutils-gdb-5e2b0d475efa4aa40e098f49074f3c2afd854f48.zip fsf-binutils-gdb-5e2b0d475efa4aa40e098f49074f3c2afd854f48.tar.gz fsf-binutils-gdb-5e2b0d475efa4aa40e098f49074f3c2afd854f48.tar.bz2 |
PR 1150
* readelf.c (get_mips_symbol_other): New function.
(get_symbol_other): New function.
(process_symbol_table): Call get_symbol_other() to get a description of the
st_other field if it contains more information than just the visibility.
* elfxx-mips.c (mips_elf_calculate_relocation): Ignore an undefined symbol if
it is optional.
(_bfd_mips_elf_merge_symbol_attribute): Make sure that the optional flag is
merged as well as the visibility.
* elfxx-mips.h (_bfd_mips_elf_merge_symbol_attribute): Prototype.
(elf_backend_merge_symbol_attribute): Define.
* mips.h (STO_OPTIONAL): Define.
(ELF_MIPS_IS_OPTIONAL): Define.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d74978e..fdc81a2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2005-11-11 Nick Clifton <nickc@redhat.com> + + PR 1150 + * elfxx-mips.c (mips_elf_calculate_relocation): Ignore an + undefined symbol if it is optional. + (_bfd_mips_elf_merge_symbol_attribute): Make sure that the + optional flag is merged as well as the visibility. + * elfxx-mips.h (_bfd_mips_elf_merge_symbol_attribute): Prototype. + (elf_backend_merge_symbol_attribute): Define. + 2005-11-08 Nathan Sidwell <nathan@codesourcery.com> Add ms2 support |