mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-14 14:29:10 +00: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>
|
2001-01-03 Philip Blundell <pb@futuretv.com>
|
||||||
|
|
||||||
* ld-elfvsb/elfvsb.exp: Run test on Linux/Alpha.
|
* ld-elfvsb/elfvsb.exp: Run test on Linux/Alpha.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Expect script for ld-sh tests
|
# 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
|
# 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
|
# 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"
|
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
|
fail $testsrec
|
||||||
} else {
|
} else {
|
||||||
# The file name is embedded in the S-records, so create both
|
# The file name is embedded in the S-records, so create both
|
||||||
|
Loading…
x
Reference in New Issue
Block a user