summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-03-16 00:20:57 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-03-16 00:20:57 +0000
commitfb38524c5d5c4ccb1b79470bdcc26dc8b1ffe887 (patch)
tree3f9549f217eaa78824449d8041edec5326b09161
parent952317c3c4e3d8437e036937b729537b17c13801 (diff)
downloadbinutils-redhat-fb38524c5d5c4ccb1b79470bdcc26dc8b1ffe887.tar.gz
* ld-gc/pr13683.d: Accept powerpc64 function descriptor syms.
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-gc/pr13683.d4
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 6a73c4657c..3af56663fb 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -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.
diff --git a/ld/testsuite/ld-gc/pr13683.d b/ld/testsuite/ld-gc/pr13683.d
index 0f5aaf603d..e49708825f 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
#...