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-linux-tdep.c | |
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-linux-tdep.c')
-rw-r--r-- | gdb/mips-linux-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/mips-linux-tdep.c b/gdb/mips-linux-tdep.c index 73c6da5..76bbef2 100644 --- a/gdb/mips-linux-tdep.c +++ b/gdb/mips-linux-tdep.c @@ -89,7 +89,8 @@ mips_linux_get_longjmp_target (CORE_ADDR *pc) } /* Transform the bits comprising a 32-bit register to the right size - for supply_register(). This is needed when mips_regsize() is 8. */ + for supply_register(). This is needed when mips_isa_regsize() is + 8. */ static void supply_32bit_reg (int regnum, const void *addr) |