diff options
author | Richard Henderson <rth@redhat.com> | 2002-11-20 02:39:21 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-11-20 02:39:21 +0000 |
commit | 20e420c2ed4cdd6e1051bb535ec2f7f9dd0c539d (patch) | |
tree | 82eb8a8f1269540079d1bae51f91a30029a1ee36 /gas/ChangeLog | |
parent | 1a3fdaa7030cb9d38bd5ca5ef5610918beb78e37 (diff) | |
download | gdb-20e420c2ed4cdd6e1051bb535ec2f7f9dd0c539d.zip gdb-20e420c2ed4cdd6e1051bb535ec2f7f9dd0c539d.tar.gz gdb-20e420c2ed4cdd6e1051bb535ec2f7f9dd0c539d.tar.bz2 |
* config/obj-elf.c (obj_elf_visibility): Overwrite only the
visibility portion of st_other.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index eafffbe..ae56e57 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-11-19 Richard Henderson <rth@redhat.com> + + * config/obj-elf.c (obj_elf_visibility): Overwrite only the + visibility portion of st_other. + 2002-11-19 Klee Dienes <kdienes@apple.com> * config/tc-h8300.c (struct h8_instruction): New type, used to |