From: Alan Modra Date: Sun, 13 Sep 2020 08:26:52 +0000 (+0930) Subject: Re: elf: Add -z unique-symbol X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f656a652ea8d489b5aa5b7f55c535fc9e6b0b29;p=binutils-gdb.git Re: elf: Add -z unique-symbol PR 26391 * testsuite/ld-elf/pr26391.nd: Adjust to match powerpc64 function descriptors. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 8d63f66c66e..7ab168f1d62 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2020-09-13 Alan Modra + + PR 26391 + * testsuite/ld-elf/pr26391.nd: Adjust to match powerpc64 function + descriptors. + 2020-09-12 H.J. Lu PR ld/26391 diff --git a/ld/testsuite/ld-elf/pr26391.nd b/ld/testsuite/ld-elf/pr26391.nd index 8dd48d921fb..d01f3381340 100644 --- a/ld/testsuite/ld-elf/pr26391.nd +++ b/ld/testsuite/ld-elf/pr26391.nd @@ -1,7 +1,7 @@ #... -[0-9a-z]+ t _?bar +[0-9a-z]+ [td] _?bar #... -[0-9a-z]+ t _?bar.1 +[0-9a-z]+ [td] _?bar.1 #... -[0-9a-z]+ t _?bar.2 +[0-9a-z]+ [td] _?bar.2 #pass