diff options
author | Alan Modra <amodra@gmail.com> | 2012-03-05 23:09:10 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-03-05 23:09:10 +0000 |
commit | 7a9bac937245f625f2bbea3acc4e35b1a7e2c25e (patch) | |
tree | b4e8b77624f5c879061dc9bc11f77dcb5a25bb64 /ld/testsuite/ld-gc | |
parent | d9cb611b57d2d5b1a98a4b003f04f8b2acf84e6e (diff) | |
download | gdb-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.d | 4 |
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 #... |