diff options
Diffstat (limited to 'gdb/testsuite/gdb.disasm/t01_mov.exp')
-rw-r--r-- | gdb/testsuite/gdb.disasm/t01_mov.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.disasm/t01_mov.exp b/gdb/testsuite/gdb.disasm/t01_mov.exp index ebd35526599..ea2653bb72e 100644 --- a/gdb/testsuite/gdb.disasm/t01_mov.exp +++ b/gdb/testsuite/gdb.disasm/t01_mov.exp @@ -26,8 +26,8 @@ set srcfile ${srcdir}/${subdir}/${testfile}.s set objfile ${objdir}/${subdir}/${testfile}.o set binfile ${objdir}/${subdir}/${testfile}.x -set asm-flags ""; -set link-flags "-m h8300sxelf"; +set asm-flags "" +set link-flags "-m h8300sxelf" if {[target_assemble $srcfile $objfile "${asm-flags}"] != ""} then { |