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

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

Add section2.e-m32r expected gas test results


From: Nick Clifton
Subject: Add section2.e-m32r expected gas test results
Date: 15 Jan 2002 12:50:36 +0000

Hi Guys,

  The m32r toolchains are failing the ELF section tests in the GAS
  tests because they add an extra section.  The following patch fixes
  this problem.

Cheers
        Nick

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

        * gas/elf/section2.e-m32r: New file.
        * gas/elf/elf.exp: Use section2.e-m32r for m32r targets.

Index: elf.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/elf/elf.exp,v
retrieving revision 1.11
diff -c -3 -p -r1.11 elf.exp
*** elf.exp     2002/01/14 17:40:49     1.11
--- elf.exp     2002/01/15 12:51:19
*************** if { ([istarget "*-*-elf*"]             
*** 42,47 ****
--- 42,50 ----
      if {[istarget "mips*-*-*"] || [istarget v850-*-*]} then {
        set target_machine -mips
      }
+     if {[istarget m32r*-*-*]} then {
+       set target_machine -m32r
+     }
      run_dump_test "ehopt0"
      run_dump_test "section0" 
      run_dump_test "section1" 

Index: section2.e-m32r
===================================================================
RCS file: section2.e-m32r
diff -N section2.e-m32r
*** /dev/null   Tue May  5 13:32:27 1998
--- section2.e-m32r     Tue Jan 15 04:51:19 2002
***************
*** 0 ****
--- 1,9 ----
+ 
+ Symbol table '.symtab' contains 6 entries:
+    Num:    Value[     ]* Size Type    Bind   Vis      Ndx Name
+      0: 0+0     0 NOTYPE  LOCAL  DEFAULT  UND 
+      1: 0+0     0 SECTION LOCAL  DEFAULT    1 
+      2: 0+0     0 SECTION LOCAL  DEFAULT    2 
+      3: 0+0     0 SECTION LOCAL  DEFAULT    3 
+      4: 0+0     0 SECTION LOCAL  DEFAULT    5 
+      5: 0+0     0 SECTION LOCAL  DEFAULT    4 




reply via email to

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