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]

Change for ld/testsuite/ld-sh/sh.exp to use --oformat, not -oformat(committed)


Fallout from -oformat => --oformat changes.  Committed.

	* ld-sh/sh.exp: Use --oformat srec, not -oformat srec.

Index: sh.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-sh/sh.exp,v
retrieving revision 1.1.1.1
diff -p -c -r1.1.1.1 sh.exp
*** sh.exp	1999/05/03 07:29:09	1.1.1.1
--- sh.exp	2001/01/13 23:07:11
***************
*** 1,5 ****
  # Expect script for ld-sh tests
! #   Copyright (C) 1995, 1996, 1997 Free Software Foundation
  #
  # This file is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,5 ----
  # Expect script for ld-sh tests
! #   Copyright (C) 1995, 1996, 1997, 2001 Free Software Foundation
  #
  # This file is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
*************** if ![ld_assemble $as "-relax $srcdir/$su
*** 56,62 ****
  
  set testsrec "SH relaxing to S-records"
  
! if ![ld_simple_link $ld tmpdir/sh1.s1 "-relax -oformat srec tmpdir/sh1.o"] {
      fail $testsrec
  } else {
      # The file name is embedded in the S-records, so create both
--- 56,62 ----
  
  set testsrec "SH relaxing to S-records"
  
! if ![ld_simple_link $ld tmpdir/sh1.s1 "-relax --oformat srec tmpdir/sh1.o"] {
      fail $testsrec
  } else {
      # The file name is embedded in the S-records, so create both

brgds, H-P


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