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]

pr13683 testcase


Fails on ppc32 due to the executable starting at 0x10000000.

	PR ld/13683
	* ld-gc/pr13683.d: Allow non-zero top address digit.

Index: ld/testsuite/ld-gc/pr13683.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-gc/pr13683.d,v
retrieving revision 1.1
diff -u -p -r1.1 pr13683.d
--- ld/testsuite/ld-gc/pr13683.d	22 Feb 2012 16:27:35 -0000	1.1
+++ ld/testsuite/ld-gc/pr13683.d	5 Mar 2012 22:52:14 -0000
@@ -7,6 +7,6 @@
 # Note - look for both "foo" and "foo2" being defined, non-zero function symbols
 
 #...
-0+[1-9a-f]+[0-9a-f]*[ 	]T[ 	]_*foo
-0+[1-9a-f]+[0-9a-f]*[ 	]T[ 	]_*foo2
+0*[1-9a-f]+[0-9a-f]*[ 	]T[ 	]_*foo
+0*[1-9a-f]+[0-9a-f]*[ 	]T[ 	]_*foo2
 #...

-- 
Alan Modra
Australia Development Lab, IBM


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