diff options
author | Richard Henderson <rth@redhat.com> | 2002-11-21 18:52:36 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-11-21 18:52:36 +0000 |
commit | 7c25b72c17fb4647ec34275270088a8f78d41a3b (patch) | |
tree | ddd6193ae4171c485d0fe311ed112043e5d94e6a /bfd/ChangeLog | |
parent | 782c0ebfc98dfc58a816440d29094a586a78ed7d (diff) | |
download | gdb-7c25b72c17fb4647ec34275270088a8f78d41a3b.zip gdb-7c25b72c17fb4647ec34275270088a8f78d41a3b.tar.gz gdb-7c25b72c17fb4647ec34275270088a8f78d41a3b.tar.bz2 |
* elflink.h (elf_link_add_object_symbols): Don't overwrite the
arch's st_other bits when merging visibilities.
(elf_link_output_extsym): Tidy clearing of visibility field.
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 c86e62f..d3c7ac8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2002-11-21 Richard Henderson <rth@redhat.com> + + * elflink.h (elf_link_add_object_symbols): Don't overwrite the + arch's st_other bits when merging visibilities. + (elf_link_output_extsym): Tidy clearing of visibility field. + 2002-11-21 Alan Modra <amodra@bigpond.net.au> * coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define. |