diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-04 11:10:22 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-04 11:10:22 +0000 |
commit | 6878c38321278cd3af9744a55e4582d6a55164f6 (patch) | |
tree | e78cb0d404483d6e29f865eeb0ab67e8ea8c12fd /gdb/config/mips/tm-irix5.h | |
parent | 0444bdd49c08f8fbabd7487823a213921e18c1da (diff) | |
download | gdb-6878c38321278cd3af9744a55e4582d6a55164f6.zip gdb-6878c38321278cd3af9744a55e4582d6a55164f6.tar.gz gdb-6878c38321278cd3af9744a55e4582d6a55164f6.tar.bz2 |
Cleanups. Zap unused macros.
Diffstat (limited to 'gdb/config/mips/tm-irix5.h')
-rw-r--r-- | gdb/config/mips/tm-irix5.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/mips/tm-irix5.h b/gdb/config/mips/tm-irix5.h index 7f828c3..aac3136 100644 --- a/gdb/config/mips/tm-irix5.h +++ b/gdb/config/mips/tm-irix5.h @@ -46,16 +46,8 @@ #undef MIPS_LAST_ARG_REGNUM #define MIPS_LAST_ARG_REGNUM 11 /* N32 uses R4 through R11 for args */ -#undef MIPS_NUM_ARG_REGS -#define MIPS_NUM_ARG_REGS 8 - #endif /* N32 */ -/* When calling functions on Irix 5 (or any MIPS SVR4 ABI compliant - platform) $25 must hold the function address. Dest_Reg is a macro - used in CALL_DUMMY in tm-mips.h. */ -#undef Dest_Reg -#define Dest_Reg 25 /* The signal handler trampoline is called _sigtramp. */ #undef IN_SIGTRAMP |