Skip to content

Instantly share code, notes, and snippets.

@jbreams
Created April 20, 2016 17:08
Show Gist options
  • Save jbreams/3d655ab25d3d618b2cc5dd73fc58690d to your computer and use it in GitHub Desktop.
Save jbreams/3d655ab25d3d618b2cc5dd73fc58690d to your computer and use it in GitHub Desktop.
diff -ur binutils-2.26-old/ld/testsuite/ld-elfvsb/elfvsb.exp binutils-2.26-new/ld/testsuite/ld-elfvsb/elfvsb.exp
--- binutils-2.26-old/ld/testsuite/ld-elfvsb/elfvsb.exp 2015-11-13 03:27:42.000000000 -0500
+++ binutils-2.26-new/ld/testsuite/ld-elfvsb/elfvsb.exp 2016-04-20 12:49:12.792144978 -0400
@@ -339,7 +339,7 @@
|| [ string match $visibility "protected_weak" ]
|| [ string match $visibility "normal" ] } {
setup_xfail "powerpc-*-linux*"
- setup_xfail "s390x-*-linux*"
+ # setup_xfail "s390x-*-linux*"
if { [istarget sparc*-*-linux*] && [is_elf64 $tmpdir/mainnp.o] } {
setup_xfail "sparc*-*-linux*"
}
diff -ur binutils-2.26-old/ld/testsuite/ld-shared/shared.exp binutils-2.26-new/ld/testsuite/ld-shared/shared.exp
--- binutils-2.26-old/ld/testsuite/ld-shared/shared.exp 2015-11-13 03:27:42.000000000 -0500
+++ binutils-2.26-new/ld/testsuite/ld-shared/shared.exp 2016-04-20 12:58:00.341849818 -0400
@@ -268,7 +268,7 @@
setup_xfail "x86_64-*-linux*"
}
setup_xfail "x86_64-*-linux-gnux32"
- setup_xfail "s390x-*-linux*"
+ #setup_xfail "s390x-*-linux*"
if [ string match $shared_needs_pic "yes" ] {
setup_xfail "arm*-*-linux*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment