From 7a9bac937245f625f2bbea3acc4e35b1a7e2c25e Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 5 Mar 2012 23:09:10 +0000 Subject: [PATCH] PR ld/13683 * ld-gc/pr13683.d: Allow non-zero top address digit. --- ld/testsuite/ChangeLog | 5 +++++ 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 9702b0870c..b49cce5c2e 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 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 #...