riscvarchive / riscv-binutils-gdb

RISC-V backports for binutils-gdb. Development is done upstream at the FSF.
GNU General Public License v2.0
148 stars 233 forks source link

Changes required to build gdb. #249

Closed jim-wilson closed 3 years ago

jim-wilson commented 3 years ago

Use _ instead of . in DECLARE_INSN since we can't put . in the middle of a function name.

Nelson1225 commented 3 years ago

LGTM, thanks.