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/mipsnbsd-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/mipsnbsd-tdep.h')
-rw-r--r-- | gdb/mipsnbsd-tdep.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/mipsnbsd-tdep.h b/gdb/mipsnbsd-tdep.h index 0feca87..2ca0cc2 100644 --- a/gdb/mipsnbsd-tdep.h +++ b/gdb/mipsnbsd-tdep.h @@ -1,5 +1,6 @@ /* Common target dependent code for GDB on MIPS systems running NetBSD. - Copyright 2002 Free Software Foundation, Inc. + + Copyright 2002, 2004 Free Software Foundation, Inc. This file is part of GDB. @@ -27,7 +28,7 @@ void mipsnbsd_fill_reg (char *, int); void mipsnbsd_supply_fpreg (char *, int); void mipsnbsd_fill_fpreg (char *, int); -#define SIZEOF_STRUCT_REG (38 * mips_regsize (current_gdbarch)) -#define SIZEOF_STRUCT_FPREG (33 * mips_regsize (current_gdbarch)) +#define SIZEOF_STRUCT_REG (38 * mips_isa_regsize (current_gdbarch)) +#define SIZEOF_STRUCT_FPREG (33 * mips_isa_regsize (current_gdbarch)) #endif /* MIPSNBSD_TDEP_H */ |