aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-04 14:16:51 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-04 14:16:51 +0000
commit70d1b0e82047b6bb257d95311fce2689dae98074 (patch)
tree9085e0ea56c1508d224fb0ec524f7dabd76ac9c4 /gdb/config
parent7c30ac37524361bc4be40df2fc32abb3af62101b (diff)
downloadfsf-binutils-gdb-70d1b0e82047b6bb257d95311fce2689dae98074.zip
fsf-binutils-gdb-70d1b0e82047b6bb257d95311fce2689dae98074.tar.gz
fsf-binutils-gdb-70d1b0e82047b6bb257d95311fce2689dae98074.tar.bz2
Remove more defunct macros.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/mips/tm-mips.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
index e04638c..244e35a 100644
--- a/gdb/config/mips/tm-mips.h
+++ b/gdb/config/mips/tm-mips.h
@@ -201,10 +201,8 @@ extern char *mips_register_name PARAMS ((int regnr));
#define FPA0_REGNUM (FP0_REGNUM+12) /* First float argument register */
#if MIPS_EABI /* EABI uses F12 through F19 for args */
#define MIPS_LAST_FP_ARG_REGNUM (FP0_REGNUM+19)
-#define MIPS_NUM_FP_ARG_REGS 8
#else /* old ABI uses F12 through F15 for args */
#define MIPS_LAST_FP_ARG_REGNUM (FP0_REGNUM+15)
-#define MIPS_NUM_FP_ARG_REGS 4
#endif
#define FCRCS_REGNUM 70 /* FP control/status */
#define FCRIR_REGNUM 71 /* FP implementation/revision */