summaryrefslogtreecommitdiff
path: root/gdb/config/rs6000
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2002-07-26 22:26:44 +0000
committerKevin Buettner <kevinb@redhat.com>2002-07-26 22:26:44 +0000
commitb3ad7ee06477cd13df794bbcd910c65d8f6546c9 (patch)
tree295ad60ac9a9e44df52dd79192330e3a76821886 /gdb/config/rs6000
parent030ef18267394cfd274165a6bc924aa54335af8a (diff)
downloadgdb-b3ad7ee06477cd13df794bbcd910c65d8f6546c9.tar.gz
Eliminate FIRST_UISA_SP_REGNUM and LAST_UISA_SP_REGNUM.
Diffstat (limited to 'gdb/config/rs6000')
-rw-r--r--gdb/config/rs6000/tm-rs6000.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/rs6000/tm-rs6000.h b/gdb/config/rs6000/tm-rs6000.h
index 202ac7751a7..ea0c0734f30 100644
--- a/gdb/config/rs6000/tm-rs6000.h
+++ b/gdb/config/rs6000/tm-rs6000.h
@@ -81,11 +81,6 @@ extern void aix_process_linenos (void);
#define FP0_REGNUM 32 /* Floating point register 0 */
#define FPLAST_REGNUM 63 /* Last floating point register */
-/* These #defines are used to parse core files and talk to ptrace, so they
- must remain fixed. */
-#define FIRST_UISA_SP_REGNUM 64 /* first special register number */
-#define LAST_UISA_SP_REGNUM 70 /* last special register number */
-
/* Define other aspects of the stack frame. */
#define INIT_FRAME_PC_FIRST(fromleaf, prev) \