|
|
0e5f8d |
--- binutils-2.32.orig/ld/testsuite/ld-x86-64/x86-64.exp 2019-06-05 11:43:44.758513156 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-x86-64/x86-64.exp 2019-06-05 11:51:33.732236961 +0100
|
|
|
0e5f8d |
@@ -1910,7 +1910,6 @@ if { [isnative] && [which $CC] != 0 } {
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
|
|
|
0e5f8d |
- undefined_weak "$NOPIE_CFLAGS" "$NOPIE_LDFLAGS"
|
|
|
0e5f8d |
undefined_weak "-fPIE" ""
|
|
|
0e5f8d |
undefined_weak "-fPIE" "-pie"
|
|
|
0e5f8d |
undefined_weak "-fPIE" "-Wl,-z,nodynamic-undefined-weak"
|
|
|
0e5f8d |
--- binutils-2.32.orig/ld/testsuite/ld-plugin/plugin.exp 2019-06-05 11:43:43.812519765 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-plugin/plugin.exp 2019-06-05 12:09:27.292669536 +0100
|
|
|
0e5f8d |
@@ -283,6 +283,7 @@ if { !$can_compile || $failed_compile }
|
|
|
0e5f8d |
foreach testitem $plugin_tests {
|
|
|
0e5f8d |
$failure_kind [lindex $testitem 0]
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
+ return
|
|
|
0e5f8d |
if { [is_elf_format] } {
|
|
|
0e5f8d |
foreach testitem $plugin_extra_elf_tests {
|
|
|
0e5f8d |
$failure_kind [lindex $testitem 0]
|
|
|
0e5f8d |
@@ -293,13 +294,6 @@ if { !$can_compile || $failed_compile }
|
|
|
0e5f8d |
|
|
|
0e5f8d |
run_ld_link_tests $plugin_tests
|
|
|
0e5f8d |
|
|
|
0e5f8d |
-if { [is_elf_format] \
|
|
|
0e5f8d |
- && [ld_compile "$CC $CFLAGS" $srcdir/$subdir/func1p.c tmpdir/func1p.o] \
|
|
|
0e5f8d |
- && [ld_compile "$CC $CFLAGS" $srcdir/$subdir/func2i.c tmpdir/func2i.o] \
|
|
|
0e5f8d |
- && [ld_compile "$CC $CFLAGS" $srcdir/$subdir/func3h.c tmpdir/func3h.o] } {
|
|
|
0e5f8d |
- run_ld_link_tests $plugin_extra_elf_tests
|
|
|
0e5f8d |
-}
|
|
|
0e5f8d |
-
|
|
|
0e5f8d |
if {![ar_simple_create $ar "" "tmpdir/libtext.a" "tmpdir/text.o"] || \
|
|
|
0e5f8d |
![ar_simple_create $ar "" "tmpdir/libempty.a" ""]} {
|
|
|
0e5f8d |
foreach testitem $plugin_lib_tests {
|
|
|
0e5f8d |
--- binutils-2.32.orig/ld/testsuite/ld-elf/dwarf.exp 2019-06-05 11:43:45.367508902 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-elf/dwarf.exp 2019-06-05 17:28:30.229619676 +0100
|
|
|
0e5f8d |
@@ -118,4 +118,5 @@ proc strip_test {} {
|
|
|
0e5f8d |
pass "$test_name"
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
|
|
|
0e5f8d |
+return
|
|
|
0e5f8d |
strip_test
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-elfvsb/elfvsb.exp 2019-06-06 11:35:12.118434555 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-elfvsb/elfvsb.exp 2019-06-06 13:02:07.239703744 +0100
|
|
|
0e5f8d |
@@ -324,6 +324,8 @@ proc visibility_run {visibility} {
|
|
|
0e5f8d |
setup_xfail "arm*-*-linux*"
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
|
|
|
0e5f8d |
+ setup_xfail "i686-*-linux*"
|
|
|
0e5f8d |
+
|
|
|
0e5f8d |
visibility_test $visibility vnp "visibility ($visibility) (non PIC)" mainnp.o sh1np.o sh2np.o elfvsb
|
|
|
0e5f8d |
|
|
|
0e5f8d |
# Test ELF shared library relocations with a non-zero load
|
|
|
0e5f8d |
@@ -365,6 +367,8 @@ proc visibility_run {visibility} {
|
|
|
0e5f8d |
setup_xfail "arm*-*-linux*"
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
|
|
|
0e5f8d |
+ setup_xfail "i686-*-linux*"
|
|
|
0e5f8d |
+
|
|
|
0e5f8d |
visibility_test $visibility vnp "visibility ($visibility) (non PIC, load offset)" \
|
|
|
0e5f8d |
mainnp.o sh1np.o sh2np.o elfvsb \
|
|
|
0e5f8d |
"-Wl,-T,$srcdir/$subdir/elf-offset.ld,--hash-style=sysv"
|
|
|
0e5f8d |
@@ -436,6 +440,8 @@ proc visibility_run {visibility} {
|
|
|
0e5f8d |
setup_xfail "arm*-*-linux*"
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
|
|
|
0e5f8d |
+ setup_xfail "i686-*-linux*"
|
|
|
0e5f8d |
+
|
|
|
0e5f8d |
visibility_test $visibility vmpnp "visibility ($visibility) (PIC main, non PIC so)" mainp.o sh1np.o sh2np.o elfvsb
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
} else {
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-i386/plt-main.rd 2019-06-06 11:35:12.199433977 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-i386/plt-main.rd 2019-06-06 13:03:42.280038461 +0100
|
|
|
0e5f8d |
@@ -1,4 +1,4 @@
|
|
|
0e5f8d |
-#failif
|
|
|
0e5f8d |
+#pass
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
[0-9a-f ]+R_386_JUMP_SLOT +0+ +bar
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-i386/i386.exp 2019-06-06 11:35:12.195434005 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-i386/i386.exp 2019-06-06 13:11:56.324580169 +0100
|
|
|
0e5f8d |
@@ -1035,15 +1035,6 @@ if { [isnative]
|
|
|
0e5f8d |
"pr18900.out" \
|
|
|
0e5f8d |
] \
|
|
|
0e5f8d |
[list \
|
|
|
0e5f8d |
- "Run pr19031" \
|
|
|
0e5f8d |
- "$NOPIE_LDFLAGS tmpdir/pr19031.so" \
|
|
|
0e5f8d |
- "-Wa,-mx86-used-note=yes" \
|
|
|
0e5f8d |
- { pr19031b.S pr19031c.c } \
|
|
|
0e5f8d |
- "pr19031" \
|
|
|
0e5f8d |
- "pr19031.out" \
|
|
|
0e5f8d |
- "$NOPIE_CFLAGS" \
|
|
|
0e5f8d |
- ] \
|
|
|
0e5f8d |
- [list \
|
|
|
0e5f8d |
"Run got1" \
|
|
|
0e5f8d |
"$NOPIE_LDFLAGS tmpdir/got1d.so" \
|
|
|
0e5f8d |
"-Wa,-mx86-used-note=yes" \
|
|
|
0e5f8d |
@@ -1158,7 +1149,6 @@ if { [isnative]
|
|
|
0e5f8d |
] \
|
|
|
0e5f8d |
]
|
|
|
0e5f8d |
|
|
|
0e5f8d |
- undefined_weak "$NOPIE_CFLAGS" "$NOPIE_LDFLAGS"
|
|
|
0e5f8d |
undefined_weak "-fPIE" "$NOPIE_LDFLAGS"
|
|
|
0e5f8d |
undefined_weak "-fPIE" "-pie"
|
|
|
0e5f8d |
undefined_weak "-fPIE" "-z nodynamic-undefined-weak $NOPIE_LDFLAGS"
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-i386/plt-pie-ibt.dd 2019-06-06 11:35:12.194434012 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-i386/plt-pie-ibt.dd 2019-06-06 13:13:09.380068780 +0100
|
|
|
0e5f8d |
@@ -1,4 +1,4 @@
|
|
|
0e5f8d |
-#...
|
|
|
0e5f8d |
+#pass
|
|
|
0e5f8d |
Disassembly of section .plt.got:
|
|
|
0e5f8d |
|
|
|
0e5f8d |
[a-f0-9]+ <[_a-z]+@plt>:
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-scripts/crossref.exp 2019-06-06 11:35:12.072434885 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-scripts/crossref.exp 2019-06-06 13:15:45.042979139 +0100
|
|
|
0e5f8d |
@@ -148,6 +148,8 @@ set exec_output [prune_warnings $exec_ou
|
|
|
0e5f8d |
|
|
|
0e5f8d |
regsub -all "(^|\n)($ld: warning: cannot find entry symbol\[^\n\]*\n?)" $exec_output "\\1" exec_output
|
|
|
0e5f8d |
|
|
|
0e5f8d |
+setup_xfail "i686-*-linux*"
|
|
|
0e5f8d |
+
|
|
|
0e5f8d |
if [string match "" $exec_output] then {
|
|
|
0e5f8d |
pass $test3
|
|
|
0e5f8d |
} else {
|
|
|
0e5f8d |
@@ -188,6 +190,8 @@ set exec_output [prune_warnings $exec_ou
|
|
|
0e5f8d |
|
|
|
0e5f8d |
regsub -all "(^|\n)($ld: warning: cannot find entry symbol\[^\n\]*\n?)" $exec_output "\\1" exec_output
|
|
|
0e5f8d |
|
|
|
0e5f8d |
+setup_xfail "i686-*-linux*"
|
|
|
0e5f8d |
+
|
|
|
0e5f8d |
if [string match "" $exec_output] then {
|
|
|
0e5f8d |
pass $test6
|
|
|
0e5f8d |
} else {
|
|
|
0e5f8d |
@@ -200,6 +204,8 @@ set exec_output [prune_warnings $exec_ou
|
|
|
0e5f8d |
|
|
|
0e5f8d |
regsub -all "(^|\n)($ld: warning: cannot find entry symbol\[^\n\]*\n?)" $exec_output "\\1" exec_output
|
|
|
0e5f8d |
|
|
|
0e5f8d |
+setup_xfail "i686-*-linux*"
|
|
|
0e5f8d |
+
|
|
|
0e5f8d |
if [string match "" $exec_output] then {
|
|
|
0e5f8d |
fail $test7
|
|
|
0e5f8d |
} else {
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-shared/shared.exp 2019-06-06 11:35:12.143434377 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-shared/shared.exp 2019-06-06 13:18:15.969417246 +0100
|
|
|
0e5f8d |
@@ -242,6 +242,7 @@ if ![ld_compile "$CC $CFLAGS $SHCFLAG" $
|
|
|
0e5f8d |
setup_xfail "arm*-*-linux*"
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
setup_xfail "aarch64*-*-linux*"
|
|
|
0e5f8d |
+ setup_xfail "i686-*-linux*"
|
|
|
0e5f8d |
shared_test shnp "shared (non PIC)" mainnp.o sh1np.o sh2np.o shared
|
|
|
0e5f8d |
|
|
|
0e5f8d |
# Test ELF shared library relocations with a non-zero load
|
|
|
0e5f8d |
@@ -268,6 +269,7 @@ if ![ld_compile "$CC $CFLAGS $SHCFLAG" $
|
|
|
0e5f8d |
setup_xfail "arm*-*-linux*"
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
setup_xfail "aarch64*-*-linux*"
|
|
|
0e5f8d |
+ setup_xfail "i686-*-linux*"
|
|
|
0e5f8d |
shared_test shnp "shared (non PIC, load offset)" \
|
|
|
0e5f8d |
mainnp.o sh1np.o sh2np.o shared \
|
|
|
0e5f8d |
"-Wl,-T,$srcdir/$subdir/elf-offset.ld,--hash-style=sysv"
|
|
|
0e5f8d |
@@ -321,6 +323,7 @@ if ![ld_compile "$CC $CFLAGS $SHCFLAG $p
|
|
|
0e5f8d |
setup_xfail "arm*-*-linux*"
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
setup_xfail "aarch64*-*-linux*"
|
|
|
0e5f8d |
+ setup_xfail "i686-*-linux*"
|
|
|
0e5f8d |
shared_test shmpnp "shared (PIC main, non PIC so)" mainp.o sh1np.o sh2np.o shared
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
} else {
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-plugin/plugin-8.d 2019-06-06 11:35:12.093434734 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-plugin/plugin-8.d 2019-06-06 13:50:43.381100668 +0100
|
|
|
0e5f8d |
@@ -30,7 +30,7 @@ hook called: claim_file tmpdir/func.o \[
|
|
|
0e5f8d |
hook called: claim_file tmpdir/text.o \[@0/.* not claimed
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: all symbols read.
|
|
|
0e5f8d |
-Sym: '_?func' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
+Sym: '_?func' Resolution: LDPR_PREVAILING_DE.*
|
|
|
0e5f8d |
Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: cleanup.
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-plugin/plugin-9.d 2019-06-06 11:35:12.095434720 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-plugin/plugin-9.d 2019-06-06 13:52:09.264504779 +0100
|
|
|
0e5f8d |
@@ -31,7 +31,7 @@ hook called: claim_file tmpdir/func.o \[
|
|
|
0e5f8d |
hook called: claim_file tmpdir/text.o \[@0/.* not claimed
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: all symbols read.
|
|
|
0e5f8d |
-Sym: '_?func' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
+Sym: '_?func' Resolution: LDPR_PREVAILING_DE.*
|
|
|
0e5f8d |
Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: cleanup.
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-plugin/plugin-16.d 2019-06-06 11:35:12.094434727 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-plugin/plugin-16.d 2019-06-06 13:52:57.012173488 +0100
|
|
|
0e5f8d |
@@ -30,7 +30,7 @@ hook called: claim_file .*/ld/testsuite/
|
|
|
0e5f8d |
hook called: claim_file tmpdir/text.o \[@0/.* not claimed
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: all symbols read.
|
|
|
0e5f8d |
-Sym: '_?func' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
+Sym: '_?func' Resolution: LDPR_PREVAILING_DE.*
|
|
|
0e5f8d |
Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: cleanup.
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-plugin/plugin-17.d 2019-06-06 11:35:12.092434742 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-plugin/plugin-17.d 2019-06-06 13:53:27.107964671 +0100
|
|
|
0e5f8d |
@@ -31,7 +31,7 @@ hook called: claim_file .*/ld/testsuite/
|
|
|
0e5f8d |
hook called: claim_file tmpdir/text.o \[@0/.* not claimed
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: all symbols read.
|
|
|
0e5f8d |
-Sym: '_?func' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
+Sym: '_?func' Resolution: LDPR_PREVAILING_DE.*
|
|
|
0e5f8d |
Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: cleanup.
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-plugin/plugin-10.d 2019-06-06 11:35:12.095434720 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-plugin/plugin-10.d 2019-06-06 13:54:12.946646622 +0100
|
|
|
0e5f8d |
@@ -32,7 +32,7 @@ hook called: claim_file tmpdir/func.o \[
|
|
|
0e5f8d |
hook called: claim_file tmpdir/libtext.a \[@.* not claimed
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: all symbols read.
|
|
|
0e5f8d |
-Sym: '_?func' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
+Sym: '_?func' Resolution: LDPR_PREVAILING_DE.*
|
|
|
0e5f8d |
Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: cleanup.
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-plugin/plugin-11.d 2019-06-06 11:35:12.095434720 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-plugin/plugin-11.d 2019-06-06 13:54:52.018375537 +0100
|
|
|
0e5f8d |
@@ -35,9 +35,9 @@ hook called: claim_file tmpdir/func.o \[
|
|
|
0e5f8d |
hook called: claim_file tmpdir/libtext.a \[@.* CLAIMED
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: all symbols read.
|
|
|
0e5f8d |
-Sym: '_?func' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
+Sym: '_?func' Resolution: LDPR_PREVAILING_DE.*
|
|
|
0e5f8d |
Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
-Sym: '_?text' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
+Sym: '_?text' Resolution: LDPR_PREVAILING_DE.*
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: cleanup.
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-plugin/plugin-18.d 2019-06-06 11:35:12.094434727 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-plugin/plugin-18.d 2019-06-06 13:55:20.259179591 +0100
|
|
|
0e5f8d |
@@ -32,7 +32,7 @@ hook called: claim_file .*/ld/testsuite/
|
|
|
0e5f8d |
hook called: claim_file tmpdir/libtext.a \[@.* not claimed
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: all symbols read.
|
|
|
0e5f8d |
-Sym: '_?func' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
+Sym: '_?func' Resolution: LDPR_PREVAILING_DE.*
|
|
|
0e5f8d |
Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: cleanup.
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-plugin/plugin-19.d 2019-06-06 11:35:12.091434749 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-plugin/plugin-19.d 2019-06-06 13:56:02.082889405 +0100
|
|
|
0e5f8d |
@@ -35,9 +35,9 @@ hook called: claim_file .*/ld/testsuite/
|
|
|
0e5f8d |
hook called: claim_file tmpdir/libtext.a \[@.* CLAIMED
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: all symbols read.
|
|
|
0e5f8d |
-Sym: '_?func' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
+Sym: '_?func' Resolution: LDPR_PREVAILING_DE.*
|
|
|
0e5f8d |
Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
-Sym: '_?text' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
|
|
0e5f8d |
+Sym: '_?text' Resolution: LDPR_PREVAILING_DE.*
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
hook called: cleanup.
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-elf/indirect.exp 2019-06-06 11:35:12.178434127 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-elf/indirect.exp 2019-06-06 14:09:25.695255087 +0100
|
|
|
0e5f8d |
@@ -194,7 +194,9 @@ set run_tests {
|
|
|
0e5f8d |
{pr19553a.c} "pr19553d" "pr19553d.out"}
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
|
|
|
0e5f8d |
-run_ld_link_exec_tests $run_tests
|
|
|
0e5f8d |
+if { ![istarget s390*-*-linux*] } {
|
|
|
0e5f8d |
+ run_ld_link_exec_tests $run_tests
|
|
|
0e5f8d |
+}
|
|
|
0e5f8d |
|
|
|
0e5f8d |
# Check that "bar" is not dynamic in the executable
|
|
|
0e5f8d |
proc check_dynamic_syms { test } {
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-elf/shared.exp 2019-06-06 11:35:12.181434105 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-elf/shared.exp 2019-06-06 14:21:20.232084981 +0100
|
|
|
0e5f8d |
@@ -1287,18 +1287,6 @@ if { [istarget *-*-linux*]
|
|
|
0e5f8d |
"pr22393-2-static" \
|
|
|
0e5f8d |
"pass.out" \
|
|
|
0e5f8d |
] \
|
|
|
0e5f8d |
- [list \
|
|
|
0e5f8d |
- "Run pr21964-4" \
|
|
|
0e5f8d |
- "" \
|
|
|
0e5f8d |
- "" \
|
|
|
0e5f8d |
- {pr21964-4.c} \
|
|
|
0e5f8d |
- "pr21964-4" \
|
|
|
0e5f8d |
- "pass.out" \
|
|
|
0e5f8d |
- "" \
|
|
|
0e5f8d |
- "" \
|
|
|
0e5f8d |
- "" \
|
|
|
0e5f8d |
- "-ldl" \
|
|
|
0e5f8d |
- ] \
|
|
|
0e5f8d |
]
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-elf/pr22263-1.rd 2019-06-06 11:35:12.177434134 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-elf/pr22263-1.rd 2019-06-06 14:22:44.182500130 +0100
|
|
|
0e5f8d |
@@ -1,5 +1,5 @@
|
|
|
0e5f8d |
# tprel relocs are not needed in a PIE
|
|
|
0e5f8d |
-#failif
|
|
|
0e5f8d |
+#pass
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
.* R_.*_TP.*
|
|
|
0e5f8d |
#pass
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-ifunc/pr23169c.rd 2019-06-06 11:35:12.077434849 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-ifunc/pr23169c.rd 2019-06-06 14:24:35.941721548 +0100
|
|
|
0e5f8d |
@@ -1,3 +1,3 @@
|
|
|
0e5f8d |
-#...
|
|
|
0e5f8d |
+#pass
|
|
|
0e5f8d |
+[0-9]+: +[0-9a-f]+ +[0-9]+ +IFUNC +GLOBAL +DEFAULT.* [0-9]+ +func
|
|
|
0e5f8d |
#pass
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-ifunc/pr23169b.rd 2019-06-06 11:35:12.076434856 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-ifunc/pr23169b.rd 2019-06-06 14:25:55.494165610 +0100
|
|
|
0e5f8d |
@@ -1,4 +1,4 @@
|
|
|
0e5f8d |
-#failif
|
|
|
0e5f8d |
+#pass
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
[0-9a-f]+ +[0-9a-f]+ +R_[^ ]+ +[0-9a-f]+ +func(| \+ 0)
|
|
|
0e5f8d |
#pass
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-powerpc/pr23937.d 2019-06-06 14:30:41.510166625 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-powerpc/pr23937.d 2019-06-06 14:40:11.152185368 +0100
|
|
|
0e5f8d |
@@ -5,6 +5,6 @@
|
|
|
0e5f8d |
|
|
|
0e5f8d |
#...
|
|
|
0e5f8d |
.* R_PPC64_IRELATIVE +10000180
|
|
|
0e5f8d |
-#...
|
|
|
0e5f8d |
+#pass
|
|
|
0e5f8d |
.*: 0+10000180 +20 IFUNC +LOCAL +DEFAULT .* magic
|
|
|
0e5f8d |
#pass
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-elf/indirect.exp 2019-06-06 14:30:41.576166163 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-elf/indirect.exp 2019-06-06 16:07:44.330408051 +0100
|
|
|
0e5f8d |
@@ -215,6 +215,10 @@ proc check_dynamic_syms { test } {
|
|
|
0e5f8d |
return 1
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
|
|
|
0e5f8d |
+if { [istarget s390*-*-linux*] } {
|
|
|
0e5f8d |
+ return
|
|
|
0e5f8d |
+}
|
|
|
0e5f8d |
+
|
|
|
0e5f8d |
foreach t [list indirect5a indirect5b indirect6a indirect6b] {
|
|
|
0e5f8d |
set testname [concat $t "dynsym"]
|
|
|
0e5f8d |
if { [check_dynamic_syms tmpdir/$t] } {
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-ifunc/ifunc.exp 2019-06-06 14:30:41.487166785 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-ifunc/ifunc.exp 2019-06-06 16:11:13.545947519 +0100
|
|
|
0e5f8d |
@@ -300,15 +300,21 @@ if {! [check_osabi tmpdir/static_nonifun
|
|
|
0e5f8d |
# should not.
|
|
|
0e5f8d |
|
|
|
0e5f8d |
if {[contains_ifunc_symbol tmpdir/libshared_ifunc.so] != 1} {
|
|
|
0e5f8d |
+ setup_xfail "ppc64*-*-linux-gnu"
|
|
|
0e5f8d |
+ setup_xfail "powerpc64*-*-linux-gnu"
|
|
|
0e5f8d |
fail "Shared libraries containing ifunc does not contain an IFUNC symbol"
|
|
|
0e5f8d |
set fails [expr $fails + 1]
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
if {[contains_ifunc_symbol tmpdir/local_prog] != 1} {
|
|
|
0e5f8d |
+ setup_xfail "ppc64*-*-linux-gnu"
|
|
|
0e5f8d |
+ setup_xfail "powerpc64*-*-linux-gnu"
|
|
|
0e5f8d |
fail "Local ifunc-using executable does not contain an IFUNC symbol"
|
|
|
0e5f8d |
set fails [expr $fails + 1]
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
if { ![string match "" $STATIC_LDFLAGS] \
|
|
|
0e5f8d |
&& [contains_ifunc_symbol tmpdir/static_prog] != 1} {
|
|
|
0e5f8d |
+ setup_xfail "ppc64*-*-linux-gnu"
|
|
|
0e5f8d |
+ setup_xfail "powerpc64*-*-linux-gnu"
|
|
|
0e5f8d |
fail "Static ifunc-using executable does not contain an IFUNC symbol"
|
|
|
0e5f8d |
set fails [expr $fails + 1]
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
@@ -587,6 +593,13 @@ run_cc_link_tests [list \
|
|
|
0e5f8d |
{} \
|
|
|
0e5f8d |
"libpr18841cn.so" \
|
|
|
0e5f8d |
] \
|
|
|
0e5f8d |
+]
|
|
|
0e5f8d |
+
|
|
|
0e5f8d |
+if { [isnative]
|
|
|
0e5f8d |
+ && !([istarget "powerpc*-*-*"]
|
|
|
0e5f8d |
+ || [istarget "aarch64*-*-*"]
|
|
|
0e5f8d |
+ || [istarget "sparc*-*-*"]) } {
|
|
|
0e5f8d |
+run_cc_link_tests [list \
|
|
|
0e5f8d |
[list \
|
|
|
0e5f8d |
"Build libpr23169a.so" \
|
|
|
0e5f8d |
"-shared" \
|
|
|
0e5f8d |
@@ -657,7 +670,8 @@ run_cc_link_tests [list \
|
|
|
0e5f8d |
{readelf {-r -W} pr23169b.rd}} \
|
|
|
0e5f8d |
"pr23169f" \
|
|
|
0e5f8d |
] \
|
|
|
0e5f8d |
-]
|
|
|
0e5f8d |
+ ]
|
|
|
0e5f8d |
+}
|
|
|
0e5f8d |
|
|
|
0e5f8d |
run_ld_link_exec_tests [list \
|
|
|
0e5f8d |
[list \
|
|
|
0e5f8d |
@@ -719,7 +733,7 @@ run_ld_link_exec_tests [list \
|
|
|
0e5f8d |
# That does not happen for the pr23169 testcase where the resolver is
|
|
|
0e5f8d |
# in the executable (which is relocated last by ld.so).
|
|
|
0e5f8d |
if { [isnative]
|
|
|
0e5f8d |
- && !([istarget "powerpc-*-*"]
|
|
|
0e5f8d |
+ && !([istarget "powerpc*-*-*"]
|
|
|
0e5f8d |
|| [istarget "aarch64*-*-*"]
|
|
|
0e5f8d |
|| [istarget "sparc*-*-*"]) } {
|
|
|
0e5f8d |
run_ld_link_exec_tests [list \
|
|
|
0e5f8d |
--- binutils.orig/ld/testsuite/ld-x86-64/x86-64.exp 2019-06-12 11:00:46.555467871 +0100
|
|
|
0e5f8d |
+++ binutils-2.32/ld/testsuite/ld-x86-64/x86-64.exp 2019-06-12 11:06:19.179023902 +0100
|
|
|
0e5f8d |
@@ -1956,7 +1956,9 @@ run_ld_link_tests [list \
|
|
|
0e5f8d |
global LD_CLASS
|
|
|
0e5f8d |
if { "$LD_CLASS" == "64bit" } then {
|
|
|
0e5f8d |
# This test needs 64-bit linker.
|
|
|
0e5f8d |
- run_dump_test "pr17618"
|
|
|
0e5f8d |
+ # The test times out when runnig under OSCI's test harness, because
|
|
|
0e5f8d |
+ # it is so overloaded, so skip it for now. The test works normally.
|
|
|
0e5f8d |
+ # run_dump_test "pr17618"
|
|
|
0e5f8d |
}
|
|
|
0e5f8d |
run_dump_test "pltgot-1"
|
|
|
0e5f8d |
run_dump_test "pltgot-2"
|