Fixes:
CXX hppa-linux-nat.o
../../src/gdb/hppa-linux-nat.c:277:17: error: no 'void hppa_linux_nat_target::fetch_inferior_registers(regcache*, int)' member function declared in class 'hppa_linux_nat_target'
int regno)
^
../../src/gdb/hppa-linux-nat.c:224:1: error: 'void fetch_register(regcache*, int)' defined but not used [-Werror=unused-function]
fetch_register (struct regcache *regcache, int regno)
^~~~~~~~~~~~~~
gdb/ChangeLog:
* gdb/hppa-linux-nat.c
(hppa_linux_nat_target::fetch_inferior_registers): Rename to
hppa_linux_nat_target::fetch_registers.
+2018-06-11 John David Anglin <danglin@gcc.gnu.org>
+
+ * gdb/hppa-linux-nat.c
+ (hppa_linux_nat_target::fetch_inferior_registers): Rename to
+ hppa_linux_nat_target::fetch_registers.
+
2018-06-11 Alan Hayward <alan.hayward@arm.com>
* aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Add mappings.
point registers depending upon the value of regno. */
void
-hppa_linux_nat_target::fetch_inferior_registers (struct regcache *regcache,
- int regno)
+hppa_linux_nat_target::fetch_registers (struct regcache *regcache, int regno)
{
if (-1 == regno)
{