2002-08-12 Andrew Cagney <cagney@redhat.com>
* i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete declarations. * i386-linux-tdep.c (i386_linux_register_byte): Delete function. (i386_linux_register_raw_size): Delete function. i386_linux_init_abi): Update. * i386-tdep.c (i386_register_raw_size): Delete function. (i386_register_byte): Delete function. (i386_gdbarch_init): Update. (i386_register_size): Delete array. (i386_register_offset): Delete array. * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro. (REGISTER_RAW_SIZE): Delete macro. * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro. (REGISTER_BYTE): Delete macro.
This commit is contained in:
parent
d1764264f9
commit
98216c5d02
6 changed files with 18 additions and 127 deletions
|
@ -163,14 +163,6 @@ struct gdbarch_tdep
|
|||
/* Return the name of register REG. */
|
||||
extern char const *i386_register_name (int reg);
|
||||
|
||||
/* Return the offset into the register array of the start of register
|
||||
number REG. */
|
||||
extern int i386_register_byte (int reg);
|
||||
|
||||
/* Return the number of bytes of storage in GDB's register array
|
||||
occupied by register REG. */
|
||||
extern int i386_register_raw_size (int reg);
|
||||
|
||||
/* Initialize a basic ELF architecture variant. */
|
||||
extern void i386_elf_init_abi (struct gdbarch_info, struct gdbarch *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue