mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-10 17:41:23 +08:00
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.
This commit is contained in:
ld/testsuite
@ -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>
|
2012-12-17 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* ld-elf/var1.d: Remove the leading zero.
|
* ld-elf/var1.d: Remove the leading zero.
|
||||||
|
@ -127,6 +127,7 @@ if { [check_gc_sections_available] && ![istarget "v850-*-*"] } {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if { [istarget *-*-*linux*]
|
if { [istarget *-*-*linux*]
|
||||||
|
|| [istarget *-*-nacl*]
|
||||||
|| [istarget *-*-gnu*] } {
|
|| [istarget *-*-gnu*] } {
|
||||||
run_ld_link_tests {
|
run_ld_link_tests {
|
||||||
{"stack exec" "-z execstack" "" {stack.s}
|
{"stack exec" "-z execstack" "" {stack.s}
|
||||||
|
@ -30,6 +30,7 @@ if { ![is_elf_format] } {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if { !([istarget i?86-*-linux*]
|
if { !([istarget i?86-*-linux*]
|
||||||
|
|| [istarget i?86-*-nacl*]
|
||||||
|| [istarget i?86-*-gnu*]) } {
|
|| [istarget i?86-*-gnu*]) } {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user