RISC-V: Fix wrong use of s0 register name.
authorJim Wilson <jimw@sifive.com>
Thu, 3 Jan 2019 19:12:17 +0000 (11:12 -0800)
committerJim Wilson <jimw@sifive.com>
Thu, 3 Jan 2019 19:13:24 +0000 (11:13 -0800)
commit592d8c0a5d193d3aad03437942a54a667477acea
tree19055230c1af8da0c23a16fdd1b3ea1f20c9371d
parentef1ad42b8b5f2c43d74582d2e629841c39962c18
RISC-V: Fix wrong use of s0 register name.

s0 is listed as both an int register name and an FP register name.  The FP reg
name is wrong.  This looks like a simple editting error, and has an easy fix.
Tested with riscv64-linux build and check, with no regressions.

gdb/
* riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
gdb/ChangeLog
gdb/riscv-tdep.c
This page took 0.026149 seconds and 4 git commands to generate.