aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-i386v.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-05 05:35:06 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-05 05:35:06 +0000
commit6617b94e06b1e2c288e85cc94de4c3c56964f86f (patch)
tree2c94b45451307ceaff6aec2d7758d53f7a80f995 /gdb/tm-i386v.h
parent634df4a6531475f9e01780788d91abb72d6925d6 (diff)
downloadgdb-6617b94e06b1e2c288e85cc94de4c3c56964f86f.zip
gdb-6617b94e06b1e2c288e85cc94de4c3c56964f86f.tar.gz
gdb-6617b94e06b1e2c288e85cc94de4c3c56964f86f.tar.bz2
Intel 386 Mach host port.
Diffstat (limited to 'gdb/tm-i386v.h')
-rw-r--r--gdb/tm-i386v.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/tm-i386v.h b/gdb/tm-i386v.h
index f6f737d..03315bc 100644
--- a/gdb/tm-i386v.h
+++ b/gdb/tm-i386v.h
@@ -139,9 +139,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define PC_REGNUM 8
#define PS_REGNUM 9
-#define REGISTER_U_ADDR(addr, blockend, regno) \
- (addr) = i386_register_u_addr ((blockend),(regno));
-
/* Total amount of space needed to store our copies of the machine's
register state, the array `registers'. */
#define REGISTER_BYTES (NUM_REGS * 4)