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]

Re: Commit: Fix test for .dynstr section


On Fri, Jun 10, 2011 at 03:04:30PM +0100, Nick Clifton wrote:
>   Tested with a large variety of different toolchains.

Tested with even more.  ;-)

ld/testsuite/
	* ld-elf/elf.exp: Exclude more targets from note-3 test.

Index: ld/testsuite/ld-elf/elf.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elf/elf.exp,v
retrieving revision 1.26
diff -u -p -r1.26 elf.exp
--- ld/testsuite/ld-elf/elf.exp	22 Jun 2011 05:55:05 -0000	1.26
+++ ld/testsuite/ld-elf/elf.exp	27 Jun 2011 07:56:39 -0000
@@ -69,16 +69,27 @@ if {    ! [istarget arc-*-*]
      && ! [istarget fr30-*-*]
      && ! [istarget frv-*-*]
      && ! [istarget h8300-*-*]
+     && ! [istarget i860-*-*]
+     && ! [istarget i960-*-*]
      && ! [istarget ip2k-*-*]
+     && ! [istarget iq2000-*-*]
+     && ! [istarget lm32-*-*]
+     && ! [istarget m32c-*-*]
      && ! [istarget m32r-*-*]
      && ! [istarget mcore*-*-*]
+     && ! [istarget mep-*-*]
+     && ! [istarget microblaze-*-*]
      && ! [istarget mn10200-*-*]
+     && ! [istarget moxie-*-*]
+     && ! [istarget ms1-*-*]
      && ! [istarget msp430-*-*]
      && ! [istarget openrisc-*-*]
      && ! [istarget or32-*-*]
      && ! [istarget pj-*-*]
      && ! [istarget rx-*-*]
+     && ! [istarget spu-*-*]
      && ! [istarget v850-*-*]
+     && ! [istarget xstormy16-*-*]
      && ! [istarget *-*-irix*]
      && ! [istarget *-*-rtems] } {
   run_ld_link_tests {

-- 
Alan Modra
Australia Development Lab, IBM


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