From: Alan Modra Date: Mon, 5 Mar 2012 23:09:10 +0000 (+0000) Subject: PR ld/13683 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a9bac937245f625f2bbea3acc4e35b1a7e2c25e;p=binutils-gdb.git PR ld/13683 * ld-gc/pr13683.d: Allow non-zero top address digit. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 9702b0870c0..b49cce5c2ef 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-03-06 Alan Modra + + PR ld/13683 + * ld-gc/pr13683.d: Allow non-zero top address digit. + 2012-03-05 Hans-Peter Nilsson PR ld/13803 diff --git a/ld/testsuite/ld-gc/pr13683.d b/ld/testsuite/ld-gc/pr13683.d index 31aaee4d438..0f5aaf603d7 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 #...