Modify new gold test to pass on powerpc64le

* testsuite/defsym_test.sh: Allow ppc64le localentry annotation.
This commit is contained in:
Alan Modra 2014-08-06 22:07:04 +09:30
parent 87f6c4e3e6
commit ad9fe6c108
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-08-06 Alan Modra <amodra@gmail.com>
* testsuite/defsym_test.sh: Allow ppc64le localentry annotation.
2014-08-06 Alan Modra <amodra@gmail.com>
PR 13227

View File

@ -35,6 +35,6 @@ check()
fi
}
check defsym_test.syms "FUNC *GLOBAL *HIDDEN *[0-9]* *bar"
check defsym_test.syms "FUNC *GLOBAL *HIDDEN .* bar"
exit 0