diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-31 19:56:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-31 19:56:04 +0000 |
commit | 0fc3347a5cbe0d5c58a4ac3c75d05a93773002fb (patch) | |
tree | 60bc4750fba42e739ec4cbd8e2454f1938fab8f4 /ld/testsuite/ld-srec | |
parent | 67db5ab439b50465821b98f47679ea9cc184e774 (diff) | |
download | gdb-0fc3347a5cbe0d5c58a4ac3c75d05a93773002fb.zip gdb-0fc3347a5cbe0d5c58a4ac3c75d05a93773002fb.tar.gz gdb-0fc3347a5cbe0d5c58a4ac3c75d05a93773002fb.tar.bz2 |
Fix problems with new EXACTLY_TWO_DASHES command line switch option.
Diffstat (limited to 'ld/testsuite/ld-srec')
-rw-r--r-- | ld/testsuite/ld-srec/srec.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index 818f847..f493f98 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -237,7 +237,7 @@ proc run_srec_test { test objs } { set flags "$flags --defsym __gccmain=0" # ARM targets cannot convert format in the linker - # using the -oformat command line switch + # using the --oformat command line switch setup_xfail "*arm*-*-*" setup_xfail "xscale-*-*" setup_xfail "thumb-*-*" @@ -259,7 +259,7 @@ proc run_srec_test { test objs } { } if { ![ld_simple_link $ld tmpdir/sr1 "$flags $objs"] \ - || ![ld_simple_link $ld tmpdir/sr2.sr "$flags -oformat srec $objs"] } { + || ![ld_simple_link $ld tmpdir/sr2.sr "$flags --oformat srec $objs"] } { setup_xfail "hppa*-*-*elf*" fail $test return |