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:
eeb8c18
)
Typo.
author
Ian Lance Taylor
<ian@airs.com>
Tue, 10 May 1994 02:04:58 +0000
(
02:04
+0000)
committer
Ian Lance Taylor
<ian@airs.com>
Tue, 10 May 1994 02:04:58 +0000
(
02:04
+0000)
bfd/linker.c
patch
|
blob
|
history
diff --git
a/bfd/linker.c
b/bfd/linker.c
index 6e609b5be6c8c2672e39867b8c6553d7700e62b0..2c6754b596254ce5555e44b31e663d501e43dfb1 100644
(file)
--- a/
bfd/linker.c
+++ b/
bfd/linker.c
@@
-1343,7
+1343,7
@@
_bfd_generic_link_add_one_symbol (info, abfd, name, flags, section, value,
if (hashp != NULL && *hashp != NULL)
{
h = *hashp;
- BFD_ASSERT (strcmp (h->
name
, name) == 0);
+ BFD_ASSERT (strcmp (h->
root.string
, name) == 0);
}
else
{