This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Testsuite de-Linuxification
- From: Roland McGrath <mcgrathr at google dot com>
- To: Thomas Schwinge <thomas at codesourcery dot com>
- Cc: binutils at sourceware dot org
- Date: Mon, 17 Dec 2012 11:32:54 -0800
- Subject: Re: Testsuite de-Linuxification
- References: <87mwxftxmn.fsf@kepler.schwinge.homeip.net>
Thanks for the pointer, Thomas.
I've committed the following patch.
Thanks,
Roland
ld/testsuite/
2012-12-17 Roland McGrath <mcgrathr@google.com>
* ld-elf/elf.exp (stack exec, stack size): Run for *-*-nacl* targets.
* ld-i386/export-class.exp: Run for i?86-*-nacl* targets.
--- a/ld/testsuite/ld-elf/elf.exp
+++ b/ld/testsuite/ld-elf/elf.exp
@@ -127,6 +127,7 @@ if { [check_gc_sections_available] && ![istarget
"v850-*-*"] } {
}
if { [istarget *-*-*linux*]
+ || [istarget *-*-nacl*]
|| [istarget *-*-gnu*] } {
run_ld_link_tests {
{"stack exec" "-z execstack" "" {stack.s}
--- a/ld/testsuite/ld-i386/export-class.exp
+++ b/ld/testsuite/ld-i386/export-class.exp
@@ -30,6 +30,7 @@ if { ![is_elf_format] } {
}
if { !([istarget i?86-*-linux*]
+ || [istarget i?86-*-nacl*]
|| [istarget i?86-*-gnu*]) } {
return
}