X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Friscv-tdep.h;h=e415fb4a7a1bac1545f7d1dcce6c095ff55eb995;hb=746ebfe8dd7aa7d9ec8e9651871f6e11fbf14537;hp=4268839b47dee1b086d40e03c5e5de8bbf803583;hpb=113b7b8142427cf7a9ad85fbc39e1319b52649b5;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/riscv-tdep.h b/gdb/riscv-tdep.h index 4268839b47..e415fb4a7a 100644 --- a/gdb/riscv-tdep.h +++ b/gdb/riscv-tdep.h @@ -1,7 +1,7 @@ /* Target-dependent header for the RISC-V architecture, for GDB, the GNU Debugger. - Copyright (C) 2018-2019 Free Software Foundation, Inc. + Copyright (C) 2018-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -44,7 +44,7 @@ enum RISCV_LAST_FP_REGNUM = 64, /* Last Floating Point Register */ RISCV_FIRST_CSR_REGNUM = 65, /* First CSR */ -#define DECLARE_CSR(name, num) \ +#define DECLARE_CSR(name, num, class, define_version, abort_version) \ RISCV_ ## num ## _REGNUM = RISCV_FIRST_CSR_REGNUM + num, #include "opcode/riscv-opc.h" #undef DECLARE_CSR