aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-06-15 22:10:21 +0000
committerAndrew Cagney <cagney@redhat.com>2001-06-15 22:10:21 +0000
commit875e1767977dcd0cb4d169a80e42533838f96dd3 (patch)
treea53561050fd079d71d79e1109cbabeeef6b79fe0 /gdb/config
parent97804409cc482c73570b64a42a0efe3590f5c6bc (diff)
downloadgdb-875e1767977dcd0cb4d169a80e42533838f96dd3.zip
gdb-875e1767977dcd0cb4d169a80e42533838f96dd3.tar.gz
gdb-875e1767977dcd0cb4d169a80e42533838f96dd3.tar.bz2
multi-arch ADDR_BITS_REMOVE.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/mips/tm-mips.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
index 447c9e7..8c28860 100644
--- a/gdb/config/mips/tm-mips.h
+++ b/gdb/config/mips/tm-mips.h
@@ -55,11 +55,6 @@ struct value;
#define DEFAULT_MIPS_TYPE "generic"
-/* Remove useless bits from an instruction address. */
-
-#define ADDR_BITS_REMOVE(addr) mips_addr_bits_remove(addr)
-CORE_ADDR mips_addr_bits_remove (CORE_ADDR addr);
-
/* Remove useless bits from the stack pointer. */
#define TARGET_READ_SP() ADDR_BITS_REMOVE (read_register (SP_REGNUM))