From bcb0cc15ad5617f4d1f5b158ababf3f5141eafa7 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 16 Aug 2002 02:36:49 +0000 Subject: 2002-08-15 Michael Snyder * mips-tdep.c (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp. * config/mips/tm-mips.h (TARGET_READ_SP): Delete. --- gdb/config/mips/tm-mips.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/config/mips') diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 7e667b7..4552d96 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -51,10 +51,6 @@ struct value; #define DEFAULT_MIPS_TYPE "generic" -/* Remove useless bits from the stack pointer. */ - -#define TARGET_READ_SP() ADDR_BITS_REMOVE (read_register (SP_REGNUM)) - /* Offset from address of function to start of its code. Zero on most machines. */ -- cgit v1.1