projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce2826a
)
2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
author
H.J. Lu
<hjl.tools@gmail.com>
Fri, 24 Oct 2003 18:55:39 +0000
(18:55 +0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Fri, 24 Oct 2003 18:55:39 +0000
(18:55 +0000)
* ldlang.c (lang_vers_match): Fix a typo.
ld/ChangeLog
patch
|
blob
|
history
ld/ldlang.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index f8efc4d4c5c11d489551100ca391d82a2bd0afe5..75e4118103fd970ad70a899346a65af566d96add 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-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.
diff --git
a/ld/ldlang.c
b/ld/ldlang.c
index df415fc4110beb4080bbb45fedbb48f886d509c4..7c4f7d746dd24302367d86b35d856f0f7d2a5749 100644
(file)
--- a/
ld/ldlang.c
+++ b/
ld/ldlang.c
@@
-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)