* sparc-nat.h (sparc_fetch_inferior_registers): Add prototype.

(sparc_store_inferior_registers): Likewise.
	* sparc-nat.c (fetch_inferior_registers): Rename to ...
	(sparc_fetch_inferior_registers): ... this.
	(store_inferior_registers): Rename to ...
	(sparc_store_inferior_registers): ... this.
	(sparc_target): Update callback names.
	* sparc-linux.nat.c (_initialize_sparc_linux_nat): Likewise.
	* sparc64-linux.nat.c (_initialize_sparc64_linux_nat): Likewise.
This commit is contained in:
Ulrich Weigand
2007-05-07 00:19:36 +00:00
parent 6d8fd2b7b1
commit 6f7a27d555
5 changed files with 23 additions and 8 deletions

View File

@@ -42,4 +42,7 @@ extern int sparc32_fpregset_supplies_p (int regnum);
extern struct target_ops *sparc_target (void);
extern void sparc_fetch_inferior_registers (struct regcache *, int);
extern void sparc_store_inferior_registers (struct regcache *, int);
#endif /* sparc-nat.h */