diff options
author | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2006-10-22 01:02:38 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2006-10-22 01:02:38 +0000 |
commit | dc84ceef3ac53050c218e388b26f08e35462440c (patch) | |
tree | 57a07afde43c7b131528a0205518164461adae94 /bfd/ChangeLog | |
parent | 08b4ae39e5aac7b60bd19f0973fc4f9c046a8113 (diff) | |
download | gdb-dc84ceef3ac53050c218e388b26f08e35462440c.zip gdb-dc84ceef3ac53050c218e388b26f08e35462440c.tar.gz gdb-dc84ceef3ac53050c218e388b26f08e35462440c.tar.bz2 |
* elf32-sh64.c (sh64_elf_merge_symbol_attribute): Do merging
only when the non visibility part of st_other is non-zero.
* elf64-sh64.c (sh64_elf64_merge_symbol_attribute): Likewise.
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 d007593..b997450 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2006-10-21 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * elf32-sh64.c (sh64_elf_merge_symbol_attribute): Do merging + only when the non visibility part of st_other is non-zero. + * elf64-sh64.c (sh64_elf64_merge_symbol_attribute): Likewise. + 2006-10-20 Richard Sandiford <richard@codesourcery.com> * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't extend |