From 453c733fcf74893b5907f935283976c11cd46ad5 Mon Sep 17 00:00:00 2001 From: Nelson Chu Date: Wed, 10 Jun 2020 18:42:40 -0700 Subject: [PATCH] RISC-V: Update the rebuild-csr-xml.sh. We add new arguments defined and aborted verisons for DECLARE_CSR to support privileged versions controling in binutils. Therefore, the rebuild-csr-xml.sh should be updated, too. gdb/ * features/riscv/rebuild-csr-xml.sh: Updated. --- gdb/ChangeLog | 4 ++++ gdb/features/riscv/rebuild-csr-xml.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5ef6ee6aca..c8597e637f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-06-12 Nelson Chu + + * features/riscv/rebuild-csr-xml.sh: Updated. + 2020-06-11 Tom Tromey PR gdb/18318: diff --git a/gdb/features/riscv/rebuild-csr-xml.sh b/gdb/features/riscv/rebuild-csr-xml.sh index 1adb18009d..bff79b0371 100755 --- a/gdb/features/riscv/rebuild-csr-xml.sh +++ b/gdb/features/riscv/rebuild-csr-xml.sh @@ -22,12 +22,12 @@ EOF if [ "$bitsize" = "64" ]; then grep "^DECLARE_CSR(" ${RISCV_OPC_FILE} \ | sed /CSR_CLASS_.*_32/d \ - | sed -e "s!DECLARE_CSR(\(.*\), .*, .*! !" + | sed -e "s!DECLARE_CSR(\(.*\), .*, .*, .*, .*! !" echo "" else grep "^DECLARE_CSR(" ${RISCV_OPC_FILE} \ - | sed -e "s!DECLARE_CSR(\(.*\), .*, .*! !" + | sed -e "s!DECLARE_CSR(\(.*\), .*, .*, .*, .*! !" echo "" fi -- 2.34.1