]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gas/elf/elf.exp (run_elf_list_test): Fix typo.
authorNick Clifton <nickc@redhat.com>
Wed, 7 Nov 2007 14:32:54 +0000 (14:32 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 7 Nov 2007 14:32:54 +0000 (14:32 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/elf/elf.exp

index d69e30c51af82dd3db05590b5db936ca00b8dc2e..c15d17cf3e28316277ae89ea3ed2d509b80f01c0 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-07  Tristan Gingold  <gingold@adacore.com>
+
+       * gas/elf/elf.exp (run_elf_list_test): Fix typo.
+
 2007-11-07  Tristan Gingold  <gingold@adacore.com>
 
         * gas/ppc/test1xcoff32.d: Updated to match RTOC bug fix.
index 28f8e51a400700e787a15f66b8cfcb7958d885d2..07d2cb1a6947e2d8d7d0a6fc62dc75fce98c5f0c 100644 (file)
@@ -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"