aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/testsuite/ChangeLog6
-rw-r--r--gdb/testsuite/gdb.arch/riscv-unwind-long-insn-6.s2
-rw-r--r--gdb/testsuite/gdb.arch/riscv-unwind-long-insn-8.s2
3 files changed, 8 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 1912909..c3fc780 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,11 @@
2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
+ * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
+ comment.
+ * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
+
+2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
+
* gdb.arch/riscv-unwind-long-insn-6.s: New file.
* gdb.arch/riscv-unwind-long-insn-8.s: New file.
* gdb.arch/riscv-unwind-long-insn.c: New file.
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 b21b1e1..9bbc0ca 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 3fad07b..0bf8694 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. */