gdb/testsuite: Improve comments in recently added test
authorAndrew Burgess <andrew.burgess@embecosm.com>
Wed, 5 Jun 2019 09:33:54 +0000 (10:33 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Wed, 5 Jun 2019 09:35:35 +0000 (10:35 +0100)
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.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/riscv-unwind-long-insn-6.s
gdb/testsuite/gdb.arch/riscv-unwind-long-insn-8.s

index 1912909debe93bbd2046d324ac22be548c9783de..c3fc780620fb6443e9c4801b98ea104c2766c16d 100644 (file)
@@ -1,3 +1,9 @@
+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.
index b21b1e10f328033e672ced2b2688414c44d083ba..9bbc0ca429b43735dd174bf1c283343004650647 100644 (file)
@@ -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, 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.  */
index 3fad07b59ddabb0d41ad906f607d11d52f4a75fc..0bf86940a7b5ab6463003ef25fe7d4d2b3e66b33 100644 (file)
@@ -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, 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.  */
This page took 0.034153 seconds and 4 git commands to generate.