2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
* ldlang.c (lang_vers_match): Fix a typo.
This commit is contained in:
parent
ce2826aa7a
commit
df8162158d
@ -1,3 +1,7 @@
|
||||
2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* ldlang.c (lang_vers_match): Fix a typo.
|
||||
|
||||
2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* ldlang.c (lang_vers_match): Check demangled symbols.
|
||||
|
@ -4993,7 +4993,7 @@ lang_vers_match (struct bfd_elf_version_expr_head *head,
|
||||
if (!cxx_sym)
|
||||
cxx_sym = sym;
|
||||
}
|
||||
else if (head->mask & BFD_ELF_VERSION_JAVA_TYPE)
|
||||
if (head->mask & BFD_ELF_VERSION_JAVA_TYPE)
|
||||
{
|
||||
java_sym = cplus_demangle (sym, DMGL_JAVA);
|
||||
if (!java_sym)
|
||||
|
Loading…
x
Reference in New Issue
Block a user