2007-11-07 Markus Deuling <deuling@de.ibm.com>
* xtensa-tdep.h (SIZEOF_GREGSET, XTENSA_ELF_NGREG) Remove.
This commit is contained in:
parent
8fe9ea88f1
commit
c85419665b
@ -1,3 +1,7 @@
|
||||
2007-11-07 Markus Deuling <deuling@de.ibm.com>
|
||||
|
||||
* xtensa-tdep.h (SIZEOF_GREGSET, XTENSA_ELF_NGREG) Remove.
|
||||
|
||||
2007-11-07 Markus Deuling <deuling@de.ibm.com>
|
||||
|
||||
* s390-nat.c (supply_gregset, fill_gregset): Use get_regcache_arch to
|
||||
|
@ -105,9 +105,6 @@ typedef struct
|
||||
xtensa_elf_greg_t ar[0]; /* variable size (per config). */
|
||||
} xtensa_elf_gregset_t;
|
||||
|
||||
#define SIZEOF_GREGSET (sizeof (xtensa_elf_gregset_t) + gdbarch_tdep (current_gdbarch)->num_aregs * 4)
|
||||
#define XTENSA_ELF_NGREG (SIZEOF_GREGSET / sizeof(xtensa_elf_greg_t))
|
||||
|
||||
|
||||
/* Mask. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user