diff options
author | Alan Modra <amodra@gmail.com> | 2012-03-16 00:20:58 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-03-16 00:20:58 +0000 |
commit | 58af5af40335be68e0fa1f007164381fa75fdb66 (patch) | |
tree | 2ced8d52ca60a3a257cb1af71fd28fc1095c7987 /ld/testsuite/ld-gc | |
parent | ef6a40d627e35dea17f06dbfbbb0958c5a3f9766 (diff) | |
download | gdb-58af5af40335be68e0fa1f007164381fa75fdb66.zip gdb-58af5af40335be68e0fa1f007164381fa75fdb66.tar.gz gdb-58af5af40335be68e0fa1f007164381fa75fdb66.tar.bz2 |
* ld-gc/pr13683.d: Accept powerpc64 function descriptor syms.
Diffstat (limited to 'ld/testsuite/ld-gc')
-rw-r--r-- | ld/testsuite/ld-gc/pr13683.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-gc/pr13683.d b/ld/testsuite/ld-gc/pr13683.d index 0f5aaf6..e497088 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|D)[ ]_*foo +0*[1-9a-f]+[0-9a-f]*[ ](T|D)[ ]_*foo2 #... |