diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2019-06-05 10:33:54 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2019-06-05 10:35:35 +0100 |
commit | 0088ba596bba2e0b94139f1c2c4f5875848edbd6 (patch) | |
tree | 6aae5a3ac8775f50eb91220cc1629691379303d3 /gdb/testsuite/gdb.arch | |
parent | 312617a3d06b8df67b9f4f63f92ebfaa6b591921 (diff) | |
download | binutils-gdb-0088ba596bba2e0b94139f1c2c4f5875848edbd6.tar.gz |
gdb/testsuite: Improve comments in recently added test
Remove the use of 'I' within some comments in a recently added test.
gdb/testsuite/ChangeLog:
* gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
comment.
* gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.arch')
-rw-r--r-- | gdb/testsuite/gdb.arch/riscv-unwind-long-insn-6.s | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/riscv-unwind-long-insn-8.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.arch/riscv-unwind-long-insn-6.s b/gdb/testsuite/gdb.arch/riscv-unwind-long-insn-6.s index b21b1e10f32..9bbc0ca429b 100644 --- a/gdb/testsuite/gdb.arch/riscv-unwind-long-insn-6.s +++ b/gdb/testsuite/gdb.arch/riscv-unwind-long-insn-6.s @@ -29,7 +29,7 @@ bar: func: /* A fake 6 byte instruction. This is never executed, but the prologue scanner will try to decode it. These long - instructions are ISA extensions, I use .byte rather than an + instructions are ISA extensions, use .byte rather than an actual instruction mnemonic so that the test can be compiled with a toolchain that doesn't include any long instruction extensions. */ diff --git a/gdb/testsuite/gdb.arch/riscv-unwind-long-insn-8.s b/gdb/testsuite/gdb.arch/riscv-unwind-long-insn-8.s index 3fad07b59dd..0bf86940a7b 100644 --- a/gdb/testsuite/gdb.arch/riscv-unwind-long-insn-8.s +++ b/gdb/testsuite/gdb.arch/riscv-unwind-long-insn-8.s @@ -29,7 +29,7 @@ bar: func: /* A fake 8 byte instruction. This is never executed, but the prologue scanner will try to decode it. These long - instructions are ISA extensions, I use .byte rather than an + instructions are ISA extensions, use .byte rather than an actual instruction mnemonic so that the test can be compiled with a toolchain that doesn't include any long instruction extensions. */ |