diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-29 18:28:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-29 18:28:43 +0000 |
commit | 1b13c4f6d59534be9b16af9b38aee9430b0d3162 (patch) | |
tree | 48f230ce159297cc24982b32a610bddc92261d4a /gdb/mips-tdep.h | |
parent | a8958849c4e86363003ed25c2bf1e7685fd7bf36 (diff) | |
download | gdb-1b13c4f6d59534be9b16af9b38aee9430b0d3162.zip gdb-1b13c4f6d59534be9b16af9b38aee9430b0d3162.tar.gz gdb-1b13c4f6d59534be9b16af9b38aee9430b0d3162.tar.bz2 |
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.
Diffstat (limited to 'gdb/mips-tdep.h')
-rw-r--r-- | gdb/mips-tdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/mips-tdep.h b/gdb/mips-tdep.h index 7a00ffa..26fe95f 100644 --- a/gdb/mips-tdep.h +++ b/gdb/mips-tdep.h @@ -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 |