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 | |
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')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-gc/pr13683.d | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 9702b08..b49cce5 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 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 #... |