diff options
author | Jakub Jelinek <jakub@redhat.com> | 2002-03-01 18:36:08 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2002-03-01 18:36:08 +0000 |
commit | 26eb409359779b56ee1573b5a62ee95a55fa2106 (patch) | |
tree | 731a5428c4c6cf0046a1df8ce2716086a6d88c1a /gas/ChangeLog | |
parent | 54394ac39e5a63fdc187357260e22003e601e4f6 (diff) | |
download | fsf-binutils-gdb-26eb409359779b56ee1573b5a62ee95a55fa2106.zip fsf-binutils-gdb-26eb409359779b56ee1573b5a62ee95a55fa2106.tar.gz fsf-binutils-gdb-26eb409359779b56ee1573b5a62ee95a55fa2106.tar.bz2 |
* config/obj-elf.c (elf_copy_symbol_attributes): Don't copy
visibility.
(obj_frob_symbol): Copy visibility.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3651d2b..4eea491 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2002-03-01 Jakub Jelinek <jakub@redhat.com> + + * config/obj-elf.c (elf_copy_symbol_attributes): Don't copy + visibility. + (obj_frob_symbol): Copy visibility. + 2002-02-28 Jakub Jelinek <jakub@redhat.com> * config/tc-alpha.c (s_alpha_text): Use obj_elf_text for OBJ_ELF, not |