PR ld/13683

* ld-gc/pr13683.d: Allow non-zero top address digit.
This commit is contained in:
Alan Modra 2012-03-05 23:09:10 +00:00
parent d9cb611b57
commit 7a9bac9372
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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
#...