PATCH: fix a typo in gas/testsuite/gas/elf/elf.exp
Tristan Gingold
gingold@adacore.com
Wed Nov 7 14:13:00 GMT 2007
Hi,
tiny patch to fix an obvious typo.
Tristan.
2007-11-07 Tristan Gingold <gingold@adacore.com>
* gas/elf/elf.exp (run_elf_list_test): Fix typo.
*** testsuite/gas/elf/elf.exp 6 Nov 2007 17:15:10 -0000 1.43
--- testsuite/gas/elf/elf.exp 7 Nov 2007 14:12:30 -0000
***************
*** 76,82 ****
# The MN10300 port disables the assembler's call frame
optimization
# because it interfers with link time relaxation of function
prologues.
! if (![istarget "mn10300-*-*"] && ![istarget "am3*-*-*"]} then {
run_dump_test "ehopt0"
}
run_dump_test "group0a"
--- 76,82 ----
# The MN10300 port disables the assembler's call frame
optimization
# because it interfers with link time relaxation of function
prologues.
! if {![istarget "mn10300-*-*"] && ![istarget "am3*-*-*"]} then {
run_dump_test "ehopt0"
}
run_dump_test "group0a"
More information about the Binutils
mailing list