This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: fix a typo in gas/testsuite/gas/elf/elf.exp


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"



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]