[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
More information about the Binutils mailing list
Sun Sep 13 09:16:47 GMT 2020
- Previous message (by thread): [PATCH] elf: Add -z unique-symbol to avoid duplicated local symbol names
- Next message (by thread): [PATCH 1/3] CSKY: Add new arches while refine the cpu option process.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [PATCH] elf: Add -z unique-symbol to avoid duplicated local symbol names
- Next message (by thread): [PATCH 1/3] CSKY: Add new arches while refine the cpu option process.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list