aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorNelson Chu <nelson.chu@sifive.com>2021-01-15 09:36:51 +0800
committerNelson Chu <nelson.chu@sifive.com>2021-01-15 17:41:18 +0800
commit1942a0483653cd8906058148001fc5b091f2191c (patch)
treef9150088b73b7a6ad4ec1155ccbde0982496b73d /opcodes/ChangeLog
parentb800637e7631482d1bece2463b7c89e2d873d9d0 (diff)
downloadgdb-1942a0483653cd8906058148001fc5b091f2191c.zip
gdb-1942a0483653cd8906058148001fc5b091f2191c.tar.gz
gdb-1942a0483653cd8906058148001fc5b091f2191c.tar.bz2
RISC-V: Indent and GNU coding standards tidy, also aligned the code.
bfd/ * elfnn-riscv.c: Indent, labels and GNU coding standards tidy, also aligned the code. gas/ * config/tc-riscv.c: Indent and GNU coding standards tidy, also aligned the code. * config/tc-riscv.h: Likewise. include/ * opcode/riscv.h: Indent and GNU coding standards tidy, also aligned the code. opcodes/ * riscv-opc.c (riscv_gpr_names_abi): Aligned the code. (riscv_fpr_names_abi): Likewise. (riscv_opcodes): Likewise. (riscv_insn_types): Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index a229e1e..57240f1 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,12 @@
2021-01-15 Nelson Chu <nelson.chu@sifive.com>
+ * riscv-opc.c (riscv_gpr_names_abi): Aligned the code.
+ (riscv_fpr_names_abi): Likewise.
+ (riscv_opcodes): Likewise.
+ (riscv_insn_types): Likewise.
+
+2021-01-15 Nelson Chu <nelson.chu@sifive.com>
+
* riscv-dis.c (parse_riscv_dis_option): Fix typos of message.
2021-01-15 Nelson Chu <nelson.chu@sifive.com>