diff options
author | Kevin Buettner <kevinb@redhat.com> | 2002-07-26 22:26:44 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2002-07-26 22:26:44 +0000 |
commit | dd7be90a81ad73ea71516586b8d2d52e58bfcb97 (patch) | |
tree | ec1cc653b130ade267a9c2b5ea3bc7f8d184f208 /gdb/config | |
parent | fb39dac1ef45db850a7647f4bf1da52ee5900543 (diff) | |
download | gdb-dd7be90a81ad73ea71516586b8d2d52e58bfcb97.zip gdb-dd7be90a81ad73ea71516586b8d2d52e58bfcb97.tar.gz gdb-dd7be90a81ad73ea71516586b8d2d52e58bfcb97.tar.bz2 |
Eliminate FIRST_UISA_SP_REGNUM and LAST_UISA_SP_REGNUM.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/rs6000/tm-rs6000.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/rs6000/tm-rs6000.h b/gdb/config/rs6000/tm-rs6000.h index 202ac77..ea0c073 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) \ |