]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Don't report symbol lookup failure in first phase of linking
authorAlan Modra <amodra@gmail.com>
Mon, 27 Jan 2020 23:37:46 +0000 (10:07 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 29 Jan 2020 00:45:16 +0000 (11:15 +1030)
commitfbcb30f2c1b26cd972abed8d9cd8a6a2de4c5cc4
treeb016974580de8e135564ab1316f90fef328e1c44
parent7b647b69680015f240b20e6f38d824d71d4bd30d
Don't report symbol lookup failure in first phase of linking

Until the symbol table is created, symbols can't be created.

* ldexp.c (fold_name): Don't print bfd_link_hash_lookup failed
in first phase.

(cherry picked from commit 738174e17e539937a6d773d7dfd501241a882b0b)
ld/ChangeLog
ld/ldexp.c