[PATCH] elf: Add -z unique-symbol to avoid duplicated local symbol names

Alan Modra amodra@gmail.com
Sun Sep 13 09:16:47 GMT 2020
	PR 26391
	* testsuite/ld-elf/pr26391.nd: Adjust to match powerpc64 function
	descriptors.

diff --git a/ld/testsuite/ld-elf/pr26391.nd b/ld/testsuite/ld-elf/pr26391.nd
index 8dd48d921f..d01f338134 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

-- 
Alan Modra
Australia Development Lab, IBM


More information about the Binutils mailing list