https://sourceware.org/bugzilla/show_bug.cgi?id=32112
--- Comment #3 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <h...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dbb062e5e9204fab16caaf87d4efc2e703039bab commit dbb062e5e9204fab16caaf87d4efc2e703039bab Author: H.J. Lu <hjl.to...@gmail.com> Date: Fri Aug 23 16:03:44 2024 -0700 gold: Disable &no_such_symbol_ != NULL check when GOT in use Since this test: if (&no_such_symbol_ != NULL) { fprintf(stderr, "FAILED weak undef test 4: %s\n", "&no_such_symbol_ is not NULL"); status = 1; } always fails when GOT is used and aarch64 always uses GOT, disable it for aarch64 and PIC. PR gold/32112 * testsuite/weak_undef_test.cc (main): Disable the &no_such_symbol_ != NULL check for aarch64 and PIC. Signed-off-by: H.J. Lu <hjl.to...@gmail.com> -- You are receiving this mail because: You are on the CC list for the bug.