This is the mail archive of the binutils@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]

[committed] xfail undefined line test on hppa*64*-*-*


Like Xtensa, hppa*64*-*-* always uses PIC code.  Change tested on
hppa-unknown-linux-gnu with hppa64-unknown-linux-gnu target.  Committed
to trunk.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

2010-12-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	* ld-undefined/undefined.exp (testline): XFAIL hppa*64*-*-*.

Index: ld-undefined/undefined.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-undefined/undefined.exp,v
retrieving revision 1.30
diff -u -3 -p -r1.30 undefined.exp
--- ld-undefined/undefined.exp	2 Sep 2009 07:25:42 -0000	1.30
+++ ld-undefined/undefined.exp	31 Dec 2010 22:48:41 -0000
@@ -140,5 +140,6 @@ setup_xfail s390-*-*
 
 # See comments above for Xtensa.
 setup_xfail xtensa*-*-linux*
+setup_xfail hppa*64*-*-*
 
 checkund $ml $testline


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