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 /include/elf/ChangeLog | |
parent | ff1e98b937b0538db997dcf79867f799152d7d33 (diff) | |
download | gdb-5e2b0d475efa4aa40e098f49074f3c2afd854f48.zip gdb-5e2b0d475efa4aa40e098f49074f3c2afd854f48.tar.gz 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 'include/elf/ChangeLog')
-rw-r--r-- | include/elf/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 485a78e..af4947c 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,9 @@ +2005-11-11 Nick Clifton <nickc@redhat.com> + + PR 1150 + * mips.h (STO_OPTIONAL): Define. + (ELF_MIPS_IS_OPTIONAL): Define. + 2005-09-30 Catherine Moore <clm@cm00re.com> * bfin.h: New file. |