bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

v850 gas test failure for elf/section2


From: Nick Clifton
Subject: v850 gas test failure for elf/section2
Date: 14 Jan 2002 17:39:01 +0000

Hi Guys,

  I am applying the following patch to fix an unexpected testsuite
  failure for the v850-elf toolchain when running the gas/elf/elf.exp
  tests.  The v850 toolchain, just like the mips toolchain, creates a
  couple of extra section symbols which the default expect script is
  not looking for.

Cheers
        Nick

2002-01-14  Nick Clifton  <address@hidden>

        * gas/elf/elf.exp (run_list_test): Use section2.e-mips script for
        v850-elf toolchain.

Index: gas/testsuite/gas/elf/elf.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/elf/elf.exp,v
retrieving revision 1.10
diff -c -3 -p -r1.10 elf.exp
*** elf.exp     2001/06/08 15:27:25     1.10
--- elf.exp     2002/01/14 17:36:07
*************** if { ([istarget "*-*-elf*"]             
*** 39,45 ****
       && ![istarget *-*-linux*oldld*]
  } then {
      set target_machine ""
!     if [istarget "mips*-*-*"] then {
        set target_machine -mips
      }
      run_dump_test "ehopt0"
--- 39,45 ----
       && ![istarget *-*-linux*oldld*]
  } then {
      set target_machine ""
!     if {[istarget "mips*-*-*"] || [istarget v850-*-*]} then {
        set target_machine -mips
      }
      run_dump_test "ehopt0"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]