* ld-gc/pr13683.d: Accept powerpc64 function descriptor syms.

This commit is contained in:
Alan Modra 2012-03-16 00:20:58 +00:00
parent ef6a40d627
commit 58af5af403
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-03-16 Alan Modra <amodra@gmail.com>
* ld-gc/pr13683.d: Accept powerpc64 function descriptor syms.
2012-03-15 Alan Modra <amodra@gmail.com>
* config/default.exp: Update copyright date.

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|D)[ ]_*foo
0*[1-9a-f]+[0-9a-f]*[ ](T|D)[ ]_*foo2
#...