2003-10-24 H.J. Lu <hongjiu.lu@intel.com>

* ldlang.c (lang_vers_match): Fix a typo.
This commit is contained in:
H.J. Lu 2003-10-24 18:55:39 +00:00
parent ce2826aa7a
commit df8162158d
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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)