mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2004-04-29 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize. (mips_abi_regsize_string): Rename mips_saved_regsize_string. (struct gdbarch_tdep): Rename mips_default_saved_regsize to mips_default_abi_regsize. (mips_isa_regsize): Rename mips_regisze. * mipsnbsd-tdep.c: Update. * mips-linux-tdep.c: Update. * irix5-nat.c: Update. * mips-tdep.h (mips_isa_regsize): Update.
This commit is contained in:
@@ -43,9 +43,9 @@ enum mips_abi mips_abi (struct gdbarch *gdbarch);
|
||||
/* For wince :-(. */
|
||||
extern CORE_ADDR mips_next_pc (CORE_ADDR pc);
|
||||
|
||||
/* Return the "MIPS" register size. Just a short cut to the BFD
|
||||
/* Return the MIPS ISA's register size. Just a short cut to the BFD
|
||||
architecture's word size. */
|
||||
extern int mips_regsize (struct gdbarch *gdbarch);
|
||||
extern int mips_isa_regsize (struct gdbarch *gdbarch);
|
||||
|
||||
/* Return the current index for various MIPS registers. */
|
||||
struct mips_regnum
|
||||
|
||||
Reference in New Issue
Block a user