mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-30 05:14:18 +08:00
Typo.
This commit is contained in:
@ -1343,7 +1343,7 @@ _bfd_generic_link_add_one_symbol (info, abfd, name, flags, section, value,
|
|||||||
if (hashp != NULL && *hashp != NULL)
|
if (hashp != NULL && *hashp != NULL)
|
||||||
{
|
{
|
||||||
h = *hashp;
|
h = *hashp;
|
||||||
BFD_ASSERT (strcmp (h->name, name) == 0);
|
BFD_ASSERT (strcmp (h->root.string, name) == 0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user