diff options
author | Nick Clifton <nickc@redhat.com> | 2007-11-07 14:32:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-11-07 14:32:54 +0000 |
commit | a25795624bbda603d486ae8cd2f04c92cc5150b4 (patch) | |
tree | 8ac9f3495970a5ba9bd082c5d56902ace288e7db /gas | |
parent | 8edcbfcd2e679b220d324ab908c67756fe27462e (diff) | |
download | binutils-a25795624bbda603d486ae8cd2f04c92cc5150b4.zip binutils-a25795624bbda603d486ae8cd2f04c92cc5150b4.tar.gz binutils-a25795624bbda603d486ae8cd2f04c92cc5150b4.tar.bz2 |
* gas/elf/elf.exp (run_elf_list_test): Fix typo.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/elf.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d69e30c..c15d17c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,9 @@ 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. 2007-11-06 Paul Brook <paul@codesourcery.com> diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp index 28f8e51..07d2cb1 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" |