mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
Remove more defunct macros.
This commit is contained in:
parent
7c30ac3752
commit
70d1b0e820
@ -2,7 +2,8 @@ Thu May 4 20:54:00 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* config/mips/tm-mipsv4.h (Dest_Reg), config/mips/tm-irix5.h
|
||||
(MIPS_NUM_ARG_REGS, Dest_Reg), config/mips/tm-mips.h
|
||||
(MIPS_NUM_ARG_REGS): Delete unused macros.
|
||||
(MIPS_NUM_ARG_REGS), config/mips/tm-mips.h (MIPS_NUM_FP_ARG_REGS):
|
||||
Delete unused macros.
|
||||
|
||||
2000-05-01 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user