From: Ian Lance Taylor Date: Tue, 10 May 1994 02:04:58 +0000 (+0000) Subject: Typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=420e63c68580e7abbb9c5bb43493003b24c8d1d9;p=binutils-gdb.git Typo. --- diff --git a/bfd/linker.c b/bfd/linker.c index 6e609b5be6c..2c6754b5962 100644 --- 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 {