aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-08-12 19:05:33 +0000
committerAndrew Cagney <cagney@redhat.com>2002-08-12 19:05:33 +0000
commit98216c5d0266a049874cef93f7892ad2364b695b (patch)
tree641397f056c9dd75075b54e19b4f376a1c8a5a8d /gdb/i386-tdep.h
parentd1764264f94d16c0f1d268424e04716fc92d0015 (diff)
downloadgdb-98216c5d0266a049874cef93f7892ad2364b695b.zip
gdb-98216c5d0266a049874cef93f7892ad2364b695b.tar.gz
gdb-98216c5d0266a049874cef93f7892ad2364b695b.tar.bz2
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.
Diffstat (limited to 'gdb/i386-tdep.h')
-rw-r--r--gdb/i386-tdep.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/i386-tdep.h b/gdb/i386-tdep.h
index bd5213f..1fa6413 100644
--- a/gdb/i386-tdep.h
+++ b/gdb/i386-tdep.h
@@ -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 *);