OSDN Git Service

bfd/
authorhjl <hjl>
Tue, 20 May 2003 14:34:59 +0000 (14:34 +0000)
committerhjl <hjl>
Tue, 20 May 2003 14:34:59 +0000 (14:34 +0000)
commitf62d2bc6e6cd74b6a161591b4629d991502e8bbc
treeaa3433cb5ca960a6e07ddb4158af191e87725d1a
parent0692848afb507d134276e6ca2207fb34a5743658
bfd/

2003-05-20  Jakub Jelinek  <jakub@redhat.com>

* elflink.h (elf_link_output_extsym): Only issue error about !=
STV_DEFAULT symbols if they are bfd_link_hash_undefined.

2003-05-20  H.J. Lu <hongjiu.lu@intel.com>

* elflink.c (_bfd_elf_merge_symbol): Check ELF_LINK_DYNAMIC_DEF
when removing the old definition for symbols with non-default
visibility.

ld/testsuite/

2003-05-20  Jakub Jelinek  <jakub@redhat.com>

* ld-elfvsb/common.c: New file.
* ld-elfvsb/elfvsb.exp: Add common.

2003-05-20  H.J. Lu <hongjiu.lu@intel.com>

* ld-elfvsb/sh3.c: New file.
* ld-elfvsb/test.c: Likewise.

* ld-elfvsb/elfvsb.exp: Add new weak hidden symbol tests.
bfd/ChangeLog
bfd/elflink.c
bfd/elflink.h
ld/testsuite/ChangeLog
ld/testsuite/ld-elfvsb/common.c [new file with mode: 0644]
ld/testsuite/ld-elfvsb/elfvsb.exp
ld/testsuite/ld-elfvsb/sh3.c [new file with mode: 0644]
ld/testsuite/ld-elfvsb/test.c [new file with mode: 0644]