This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] xfail pr19161 test on hppa-linux


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=469bdc72e7b00509d6578f5caca01a45f5db5027

commit 469bdc72e7b00509d6578f5caca01a45f5db5027
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Oct 27 18:03:24 2015 +1030

    xfail pr19161 test on hppa-linux
    
    HPPA linux needs libgcc.a for millicode routine $$dyncall.
    
    	* ld-gc/pr19161.d: xfail hppa-*-*.

Diff:
---
 ld/testsuite/ChangeLog       | 4 ++++
 ld/testsuite/ld-gc/pr19161.d | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 7946644..4e412d6 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-27  Alan Modra  <amodra@gmail.com>
+
+	* ld-gc/pr19161.d: xfail hppa-*-*.
+
 2015-10-26  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR ld/19175
diff --git a/ld/testsuite/ld-gc/pr19161.d b/ld/testsuite/ld-gc/pr19161.d
index 64b17e0..c36e663 100644
--- a/ld/testsuite/ld-gc/pr19161.d
+++ b/ld/testsuite/ld-gc/pr19161.d
@@ -2,7 +2,8 @@
 #source: dummy.s
 #ld: --gc-sections -e main tmpdir/pr19161-1.o tmpdir/pr19161-2.o
 #nm: --format=bsd
-#xfail: sh64*-*-* iq2000-*-* lm32-*-* epiphany-*-* mips64vr-*-* frv-*-* m32c-*-* rl78-*-* rx-*-* sh-*-* powerpc*-*-eabivle msp430-*-*
+#xfail: epiphany-*-* frv-*-* hppa-*-* iq2000-*-* lm32-*-* m32c-*-*
+#xfail: mips64vr-*-* msp430-*-* powerpc*-*-eabivle rl78-*-* rx-*-* sh*-*-*
 
 #...
 0*[1-9a-f]+[0-9a-f]*[ 	](D)[ 	]_*__start_my_section


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]