diff options
Diffstat (limited to 'gdb/xtensa-linux-nat.c')
-rw-r--r-- | gdb/xtensa-linux-nat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/xtensa-linux-nat.c b/gdb/xtensa-linux-nat.c index 5538d5b..d024408 100644 --- a/gdb/xtensa-linux-nat.c +++ b/gdb/xtensa-linux-nat.c @@ -96,7 +96,7 @@ fill_gregset (const struct regcache *regcache, } } -void +static void supply_gregset_reg (struct regcache *regcache, const gdb_gregset_t *gregsetp, int regnum) { @@ -253,7 +253,7 @@ store_xtregs (struct regcache *regcache, int regnum) perror_with_name (_("Couldn't write extended registers")); } -void +static void xtensa_linux_fetch_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regnum) { @@ -268,7 +268,7 @@ xtensa_linux_fetch_inferior_registers (struct target_ops *ops, fetch_xtregs (regcache, regnum); } -void +static void xtensa_linux_store_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regnum) { |