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]

Re: ld-elf/exclude1.s, exclude.exp


On Tue, 19 Oct 2004, Hans-Peter Nilsson wrote:
> In the meantime, I've disabled this test for cris-*-elf, since
> that action is within my "jurisdiction".

Said, then done:
	* ld-elf/exclude.exp: Don't run for cris-*-elf.

Index: ld-elf/exclude.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elf/exclude.exp,v
retrieving revision 1.1
diff -p -c -r1.1 exclude.exp
*** ld-elf/exclude.exp	16 Oct 2004 18:13:54 -0000	1.1
--- ld-elf/exclude.exp	19 Oct 2004 05:02:09 -0000
*************** if ![is_elf_format] {
*** 23,30 ****
      return
  }

! # No shared lib support on this target.
! if { [istarget "mcore-*-*"] } {
      return
  }

--- 23,30 ----
      return
  }

! # No shared lib support on these targets.
! if { [istarget "mcore-*-*"] || [istarget "cris-*-elf"] } {
      return
  }

brgds, H-P


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