mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
* ld-sh/sh.exp: Use --oformat srec, not -oformat srec.
This commit is contained in:
parent
a349d9ddbc
commit
332dac408a
@ -1,3 +1,7 @@
|
||||
2001-01-14 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* ld-sh/sh.exp: Use --oformat srec, not -oformat srec.
|
||||
|
||||
2001-01-03 Philip Blundell <pb@futuretv.com>
|
||||
|
||||
* ld-elfvsb/elfvsb.exp: Run test on Linux/Alpha.
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Expect script for ld-sh tests
|
||||
# Copyright (C) 1995, 1996, 1997 Free Software Foundation
|
||||
# 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
|
||||
@ -56,7 +56,7 @@ if ![ld_assemble $as "-relax $srcdir/$subdir/sh1.s" tmpdir/sh1.o] {
|
||||
|
||||
set testsrec "SH relaxing to S-records"
|
||||
|
||||
if ![ld_simple_link $ld tmpdir/sh1.s1 "-relax -oformat srec tmpdir/sh1.o"] {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user