pr13683 testcase
Alan Modra
amodra@gmail.com
Mon Mar 5 23:08:00 GMT 2012
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
More information about the Binutils
mailing list