From: Nick Clifton Date: Wed, 7 Nov 2007 14:32:54 +0000 (+0000) Subject: * gas/elf/elf.exp (run_elf_list_test): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a25795624bbda603d486ae8cd2f04c92cc5150b4;p=binutils-gdb.git * gas/elf/elf.exp (run_elf_list_test): Fix typo. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d69e30c51af..c15d17cf3e2 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-11-07 Tristan Gingold + + * gas/elf/elf.exp (run_elf_list_test): Fix typo. + 2007-11-07 Tristan Gingold * gas/ppc/test1xcoff32.d: Updated to match RTOC bug fix. diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp index 28f8e51a400..07d2cb1a694 100644 --- a/gas/testsuite/gas/elf/elf.exp +++ b/gas/testsuite/gas/elf/elf.exp @@ -76,7 +76,7 @@ if { ([istarget "*-*-*elf*"] # 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 { + if {![istarget "mn10300-*-*"] && ![istarget "am3*-*-*"]} then { run_dump_test "ehopt0" } run_dump_test "group0a"