bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Missing command sh.exp test script


From: Nick Clifton
Subject: Missing command sh.exp test script
Date: 15 Jan 2002 12:38:34 +0000

Hi Guys,

  I am applying the following patch as obvious.  When then sh tests
  are being run for any SH target other then sh-linux-gnu the start.s
  script should just be copied into the test directory, but the copy
  command was missing from the expect script.

Cheers
        Nick


2002-01-15  Nick Clifton  <address@hidden>

        * ld-sh/sh.exp: Copy start.s file into test directory.

Index: ld/testsuite/ld-sh/sh.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-sh/sh.exp,v
retrieving revision 1.6
diff -c -3 -p -r1.6 sh.exp
*** sh.exp      2001/11/02 17:07:50     1.6
--- sh.exp      2002/01/15 12:34:02
*************** if [istarget sh*-linux-gnu] {
*** 115,121 ****
      exec sed -e s/_main/main/ -e s/_trap/trap/ -e s/_stack/stack/ \
            < $srcdir/$subdir/start.s >tmpdir/start.s
  } else {
!     exec $srcdir/$subdir/start.s tmpdir/start.s
  }
  
  if {![ld_assemble $as "-relax tmpdir/start.s" tmpdir/start.o] \
--- 115,121 ----
      exec sed -e s/_main/main/ -e s/_trap/trap/ -e s/_stack/stack/ \
            < $srcdir/$subdir/start.s >tmpdir/start.s
  } else {
!     exec cp $srcdir/$subdir/start.s tmpdir/start.s
  }
  
  if {![ld_assemble $as "-relax tmpdir/start.s" tmpdir/start.o] \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]