ld/ChangeLog
2019-10-19 Alan Modra <amodra@gmail.com>
PR ld/25110
* testsuite/ld-gc/gc.exp: Adjust LDFLAGS for pr19161 dump test on
hppa*-*-linux*.
+2019-10-19 Alan Modra <amodra@gmail.com>
+
+ PR ld/25110
+ * testsuite/ld-gc/gc.exp: Adjust LDFLAGS for pr19161 dump test on
+ hppa*-*-linux*.
+
2019-10-17 Nelson Chu <nelson.chu@sifive.com>
* testsuite/ld-riscv-elf/lib-nopic-01b.d: Update the error message.
if { [check_compiler_available] } {
ld_compile "$CC $CFLAGS $cflags -O0" $srcdir/$subdir/pr19161-1.c tmpdir/pr19161-1.o
ld_compile "$CC $CFLAGS $cflags -O0" $srcdir/$subdir/pr19161-2.c tmpdir/pr19161-2.o
+ set saved_LDFLAGS "$LDFLAGS"
+ if [istarget hppa*-*-linux*] {
+ set LDFLAGS "$LDFLAGS --defsym '\$\$dyncall=0'"
+ }
run_dump_test "pr19161"
+ set LDFLAGS "$saved_LDFLAGS"
}
if { [is_elf_format] && [check_shared_lib_support] \