aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-gc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-03-05 23:09:10 +0000
committerAlan Modra <amodra@gmail.com>2012-03-05 23:09:10 +0000
commit7a9bac937245f625f2bbea3acc4e35b1a7e2c25e (patch)
treeb4e8b77624f5c879061dc9bc11f77dcb5a25bb64 /ld/testsuite/ld-gc
parentd9cb611b57d2d5b1a98a4b003f04f8b2acf84e6e (diff)
downloadgdb-7a9bac937245f625f2bbea3acc4e35b1a7e2c25e.zip
gdb-7a9bac937245f625f2bbea3acc4e35b1a7e2c25e.tar.gz
gdb-7a9bac937245f625f2bbea3acc4e35b1a7e2c25e.tar.bz2
PR ld/13683
* ld-gc/pr13683.d: Allow non-zero top address digit.
Diffstat (limited to 'ld/testsuite/ld-gc')
-rw-r--r--ld/testsuite/ld-gc/pr13683.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-gc/pr13683.d b/ld/testsuite/ld-gc/pr13683.d
index 31aaee4..0f5aaf6 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
#...