This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Another PA GAS testsuite fix



This just disables a "generic" test that is not suitable for the PA.

        * gas/all/gas.exp (incbin): Do not run on the PA.

Index: gas.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/all/gas.exp,v
retrieving revision 1.8
diff -c -3 -p -r1.8 gas.exp
*** gas.exp	2001/11/13 14:22:43	1.8
--- gas.exp	2001/11/23 16:25:10
*************** proc test_cond {} {
*** 152,159 ****
      }
  }
  
  # again, p2align doesn't work on c54x target
! if ![istarget *c54x*-*-*] then {
      test_cond
      run_dump_test incbin
  }
--- 152,162 ----
      }
  }
  
+ # This test is not suitable for the PA for various reasons
+ # not limited to the fact that it depends on specific section
+ # names appearing in the output file.
  # again, p2align doesn't work on c54x target
! if { ![istarget *c54x*-*-*] ![istarget hppa*-*-*] } then {
      test_cond
      run_dump_test incbin
  }




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]