mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
2007-11-15 Markus Deuling <deuling@de.ibm.com>
* mipsnbsd-tdep.h (SIZEOF_STRUCT_REG, SIZEOF_STRUCT_FPREG): Remove
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user