Testsuite de-Linuxification

Roland McGrath mcgrathr@google.com
Mon Dec 17 19:33:00 GMT 2012
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
 }



More information about the Binutils mailing list