]> 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>
Tue, 28 Jan 2020 01:41:27 +0000 (12:11 +1030)
commit738174e17e539937a6d773d7dfd501241a882b0b
treefe4527fb2c28af7cf7766c03d602a46759ca8a6d
parentaeb87a633cc7a3070e563229e9411503e412318a
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.
ld/ChangeLog
ld/ldexp.c