mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
* config/mips/tm-mips.h (STABS_REG_TO_REGNUM): Match it with the gcc
definition. * config/mips/tm-irix3.h (STABS_REG_TO_REGNUM): Add.
This commit is contained in:
@@ -377,4 +377,6 @@ typedef struct mips_extra_func_info {
|
||||
and equivalence between CORE_ADDR and FRAME_ADDR. */
|
||||
extern struct frame_info *setup_arbitrary_frame PARAMS ((int, CORE_ADDR *));
|
||||
|
||||
#define STAB_REG_TO_REGNUM(num) ((num) < 32 ? (num) : (num)+FP0_REGNUM-32)
|
||||
/* Convert a dbx stab register number (from `r' declaration) to a gdb REGNUM */
|
||||
|
||||
#define STAB_REG_TO_REGNUM(num) ((num) < 32 ? (num) : (num)+FP0_REGNUM-38)
|
||||
|
||||
Reference in New Issue
Block a user