From 58af5af40335be68e0fa1f007164381fa75fdb66 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 16 Mar 2012 00:20:58 +0000 Subject: [PATCH] * ld-gc/pr13683.d: Accept powerpc64 function descriptor syms. --- ld/testsuite/ChangeLog | 4 ++++ ld/testsuite/ld-gc/pr13683.d | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 6a73c4657ce..3af56663fb4 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-03-16 Alan Modra + + * ld-gc/pr13683.d: Accept powerpc64 function descriptor syms. + 2012-03-15 Alan Modra * config/default.exp: Update copyright date. diff --git a/ld/testsuite/ld-gc/pr13683.d b/ld/testsuite/ld-gc/pr13683.d index 0f5aaf603d7..e49708825ff 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 #... -- 2.30.2