diff options
author | Roland McGrath <roland@gnu.org> | 2012-12-17 19:32:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-12-17 19:32:52 +0000 |
commit | b3adb10f86c450d20b3df2e7dbbeb2f6fd34043b (patch) | |
tree | 9953bf779c0f9527d82d8bdb2f41f91caf54c11a /ld | |
parent | adbcc655b44c10ec3f23d6387058bc70a125f127 (diff) | |
download | binutils-b3adb10f86c450d20b3df2e7dbbeb2f6fd34043b.zip binutils-b3adb10f86c450d20b3df2e7dbbeb2f6fd34043b.tar.gz binutils-b3adb10f86c450d20b3df2e7dbbeb2f6fd34043b.tar.bz2 |
ld/testsuite/
* ld-elf/elf.exp (stack exec, stack size): Run for *-*-nacl* targets.
* ld-i386/export-class.exp: Run for i?86-*-nacl* targets.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/elf.exp | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/export-class.exp | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index adc793a..abbe043 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +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. + 2012-12-17 H.J. Lu <hongjiu.lu@intel.com> * ld-elf/var1.d: Remove the leading zero. diff --git a/ld/testsuite/ld-elf/elf.exp b/ld/testsuite/ld-elf/elf.exp index 11dbce6..50634c6 100644 --- 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} diff --git a/ld/testsuite/ld-i386/export-class.exp b/ld/testsuite/ld-i386/export-class.exp index 9dedd90..846bfdb 100644 --- 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 } |