This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
The libgo gotest script runs nm to find tests to run. It normally looks only for T (text) symbols, but on ppc64 also looks for D (data) symbols, because on PPC64 ELF ABI v1 function symbols are actually descriptors in the data segment. This patch changes the script to not do this on AIX, and to not do it for ppc64le which always uses ELF ABI v2. Bootstrapped and ran libgo testsuite on x86_64-pc-linux-gnu. Committed to mainline. Ian
Attachment:
patch.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |