Use section2.e-mips script for v850-elf toolchain.
authorNick Clifton <nickc@redhat.com>
Mon, 14 Jan 2002 17:40:49 +0000 (17:40 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 14 Jan 2002 17:40:49 +0000 (17:40 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/elf/elf.exp

index 964af7209c0d0b399ed951af517fc7179d750001..ce683426b4c87d59b6a8a43b3dee7778a74078c9 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-14  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * gas/elf/elf.exp (run_list_test): Use section2.e-mips script for
+       v850-elf toolchain.
+
 2002-01-14   Richard Earnshaw  <rearnsha@arm.com>
 
        * gas/arm/armv1.s, arm/armv1.d, arm/fpa-mem.s, arm/fpa-mem.d
index 35371f7f2ebabf8499c42af18c6eaa07c32609a6..b377a31c3f156f11768fbfa985ee92e89fdcae7d 100644 (file)
@@ -39,7 +39,7 @@ if { ([istarget "*-*-elf*"]
      && ![istarget *-*-linux*oldld*]
 } then {
     set target_machine ""
-    if [istarget "mips*-*-*"] then {
+    if {[istarget "mips*-*-*"] || [istarget v850-*-*]} then {
        set target_machine -mips
     }
     run_dump_test "ehopt0"
This page took 0.027739 seconds and 4 git commands to generate.