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: [Patch] sh64: Fix gas testsuite expected output


On Wed, 2 Oct 2002, Hans-Peter Nilsson wrote:
> On Wed, 2 Oct 2002, Stephen Clarke wrote:
> > http://sources.redhat.com/ml/binutils/2002-09/msg00050.html
>
> But for one thing (leading to some other changes), the patch is
> ok:
>
> Index: ld/testsuite/ld-sh/sh.exp

> I'd rather you tweak the target specifiers on the tests:
> #targets: sh-*-* shl*-*-* shb*-*-*
> in each *.d should suffice.

I quoted the wrong patch, so the above probably looked
confusing, sorry.  I meant this one:

Index: ld/testsuite/ld-sh/rd-sh.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-sh/rd-sh.exp,v
retrieving revision 1.1
diff -u -c -3 -p -r1.1 rd-sh.exp
*** ld/testsuite/ld-sh/rd-sh.exp        14 Oct 2001 15:18:11 -0000      1.1
--- ld/testsuite/ld-sh/rd-sh.exp        30 Aug 2002 00:51:57 -0000
***************
*** 27,33 ****
  if ![istarget sh*-*-*] {
      return
  }
!
  set rd_test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
  foreach shtest $rd_test_list {
      # We need to strip the ".d", but can leave the dirname.
--- 27,35 ----
  if ![istarget sh*-*-*] {
      return
  }
! if [istarget sh64*-*-linux*] {
!     return
! }
  set rd_test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
  foreach shtest $rd_test_list {
      # We need to strip the ".d", but can leave the dirname.

brgds, H-P


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