2007-11-15 Markus Deuling <deuling@de.ibm.com>
* mipsnbsd-tdep.h (SIZEOF_STRUCT_REG, SIZEOF_STRUCT_FPREG): Remove
This commit is contained in:
parent
2301df11d5
commit
2699bdf21c
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-11-15 Markus Deuling <deuling@de.ibm.com>
|
||||
|
||||
* mipsnbsd-tdep.h (SIZEOF_STRUCT_REG, SIZEOF_STRUCT_FPREG): Remove
|
||||
|
||||
2007-11-15 Markus Deuling <deuling@de.ibm.com>
|
||||
|
||||
* arm-tdep.c (arm_prologue_this_id): Replace LOWEST_PC by its
|
||||
|
|
|
@ -26,7 +26,4 @@ void mipsnbsd_fill_reg (const struct regcache *, char *, int);
|
|||
void mipsnbsd_supply_fpreg (struct regcache *, const char *, int);
|
||||
void mipsnbsd_fill_fpreg (const struct regcache *, char *, int);
|
||||
|
||||
#define SIZEOF_STRUCT_REG (38 * mips_isa_regsize (current_gdbarch))
|
||||
#define SIZEOF_STRUCT_FPREG (33 * mips_isa_regsize (current_gdbarch))
|
||||
|
||||
#endif /* MIPSNBSD_TDEP_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue