summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-03-05 23:09:10 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-03-05 23:09:10 +0000
commite22db098c3588658c2b5850647a9ec176f118aee (patch)
treee86b96af4196bda6ef1156ccf0a1edb0edfc22f4
parent3f96c9994b8d09839b86cc2234913e7a3353ba05 (diff)
downloadbinutils-redhat-e22db098c3588658c2b5850647a9ec176f118aee.tar.gz
PR ld/13683
* ld-gc/pr13683.d: Allow non-zero top address digit.
-rw-r--r--ld/testsuite/ChangeLog5
-rw-r--r--ld/testsuite/ld-gc/pr13683.d4
2 files changed, 7 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 9702b0870c..b49cce5c2e 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-06 Alan Modra <amodra@gmail.com>
+
+ PR ld/13683
+ * ld-gc/pr13683.d: Allow non-zero top address digit.
+
2012-03-05 Hans-Peter Nilsson <hp@axis.com>
PR ld/13803
diff --git a/ld/testsuite/ld-gc/pr13683.d b/ld/testsuite/ld-gc/pr13683.d
index 31aaee4d43..0f5aaf603d 100644
--- a/ld/testsuite/ld-gc/pr13683.d
+++ b/ld/testsuite/ld-gc/pr13683.d
@@ -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
#...