OSDN Git Service

include/
authoramodra <amodra>
Wed, 26 Nov 2008 01:04:10 +0000 (01:04 +0000)
committeramodra <amodra>
Wed, 26 Nov 2008 01:04:10 +0000 (01:04 +0000)
commit1adb574e568ff8d60d6b4f7a03f6b045c57d4f29
tree712046003e43b35182f0671d0e880f6ca266005d
parent0d433b3a8d3d969e89c1580ce6a8657272593098
include/
PR 7047
* bfdlink.h (struct bfd_elf_version_expr): Delete "symbol".
Add "literal".
bfd/
PR 7047
* configure.in: Bump version.
* configure: Regenerate.
* elflink.c (_bfd_elf_link_assign_sym_version): Continue matching
against version nodes when a global match is a wildcard.  Similarly
continue matching on local wildcard matches, rather than only
continuing for "*".  Have any global wildcard match override a
local wildcard match.  Correct logic hiding unversioned symbol.
(bfd_elf_size_dynamic_sections): Update for changes to struct
bfd_elf_version_expr.
ld/
PR 7047
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Update
for changes to struct bfd_elf_version_expr.
* ldlang.c (lang_vers_match, version_expr_head_hash): Likewise.
(version_expr_head_eq, lang_finalize_version_expr_head): Likewise.
(lang_register_vers_node): Likewise.
(lang_new_vers_pattern): Likewise.  Ensure "literal" is set when
no glob chars found in "pattern".
(realsymbol): Correct backslash quote logic.
* ld.texinfo (VERSION): Warn about global wildcards.
bfd/ChangeLog
bfd/configure
bfd/configure.in
bfd/elflink.c
include/ChangeLog
include/bfdlink.h
ld/ChangeLog
ld/emultempl/ppc64elf.em
ld/ld.texinfo
ld/ldlang.c