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]

Commit: Do not run broken linker script test for lm32, moxie or v850 targets


Hi Guys,

  I am checking in the patch below to extend the list of targets which
  cannot run the broken linker script test because they do not support
  building shared libraries.

Cheers
  Nick

2011-06-27  Nick Clifton  <nickc@redhat.com>

	* ld-elf/elf.exp: Do not run broken linker script test for the
	lm32, moxie or v850 targets.

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 -3 -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 14:53:53 -0000
@@ -70,15 +70,17 @@ if {    ! [istarget arc-*-*]
      && ! [istarget frv-*-*]
      && ! [istarget h8300-*-*]
      && ! [istarget ip2k-*-*]
+     && ! [istarget lm32-*-*]
      && ! [istarget m32r-*-*]
      && ! [istarget mcore*-*-*]
      && ! [istarget mn10200-*-*]
+     && ! [istarget moxie-*-*]
      && ! [istarget msp430-*-*]
      && ! [istarget openrisc-*-*]
      && ! [istarget or32-*-*]
      && ! [istarget pj-*-*]
      && ! [istarget rx-*-*]
-     && ! [istarget v850-*-*]
+     && ! [istarget v850*-*-*]
      && ! [istarget *-*-irix*]
      && ! [istarget *-*-rtems] } {
   run_ld_link_tests {


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