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]

Committed: Only run ARM vfma1 test on ELF based targets


Hi Guys,

  I am checking in the patch below to fix the new ARM vfma1 test so
  that it is only run on ELF based targets.

Cheers
  Nick

gas/testsuite/ChangeLog
2009-11-17  Nick Clifton  <nickc@redhat.com>

	* gas/arm/vfma1.d: Only run on ELF based targets.

Index: gas/testsuite/gas/arm/vfma1.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/arm/vfma1.d,v
retrieving revision 1.1
diff -c -3 -p -r1.1 vfma1.d
*** gas/testsuite/gas/arm/vfma1.d       2 Nov 2009 13:44:04 -0000       1.1
--- gas/testsuite/gas/arm/vfma1.d       17 Nov 2009 17:16:49 -0000
***************
*** 1,6 ****
--- 1,8 ----
  #objdump: -dr --prefix-addresses --show-raw-insn
  #name: VFMA decoding
  #as: -mcpu=arm7m
+ # This test is only valid on ELF based ports.
+ #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
  
  # Test VFMA instruction disassembly
  


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