This is the mail archive of the binutils@sourceware.org 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]

PATCH: Do not run ARM attr-order test for non-ELF targets.


Hi Guys,

  I am checking in the following patch as an obvious fix to the recent
  commit of a new test to the GAS/ARM testsuite.  It fixes the test so
  that it is only run for ELF based ARM targets.

Cheers
  Nick

gas/testsuite/ChangeLog
2009-01-26  Nick Clifton  <nickc@redhat.com>

	* gas/arm/attr-order.d: Do not run this test for non-ELF based ARM
	targets.

Index: gas/testsuite/gas/arm/attr-order.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/arm/attr-order.d,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -3 -p -r1.1 -r1.2
*** gas/testsuite/gas/arm/attr-order.d  19 Jan 2009 12:14:05 -0000      1.1
--- gas/testsuite/gas/arm/attr-order.d  26 Jan 2009 09:27:30 -0000      1.2
***************
*** 2,7 ****
--- 2,9 ----
  # source: attr-order.s
  # as:
  # readelf: -A
+ # This test is only valid on ELF based ports.
+ # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
  
  Attribute Section: aeabi
  File Attributes


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