X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.asm%2Fasmsrc1.s;h=8235205cb4ccacfff2eeef4d89cae8e3c8054945;hb=237fc4c9cdd1a1df1e53a8321dfd7b147da722fd;hp=c2c01f7d2cc338a450b85010082d5f60ab5d9bb1;hpb=0ce17860b08954feeebb8450f8f3f7f454de57d5;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.asm/asmsrc1.s b/gdb/testsuite/gdb.asm/asmsrc1.s index c2c01f7d2c..8235205cb4 100644 --- a/gdb/testsuite/gdb.asm/asmsrc1.s +++ b/gdb/testsuite/gdb.asm/asmsrc1.s @@ -16,6 +16,18 @@ gdbasm_exit0 gdbasm_end _start + comment "Displaced stepping requires scratch space at _start" + comment "at least as large as the largest instruction. No" + comment "breakpoints should be set within the scratch space." + gdbasm_several_nops + gdbasm_several_nops + gdbasm_several_nops + gdbasm_several_nops + gdbasm_several_nops + gdbasm_several_nops + gdbasm_several_nops + gdbasm_several_nops + comment "main routine for assembly source debugging test" comment "This particular testcase uses macros in .inc to achieve" comment "machine independence."