mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* config/mips/tm-mips.h (ECOFF_REG_TO_REGNUM): Define.
This commit is contained in:
parent
85999c054b
commit
8b15c4801a
@ -435,3 +435,7 @@ extern struct frame_info *setup_arbitrary_frame PARAMS ((int, CORE_ADDR *));
|
||||
/* 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)
|
||||
|
||||
/* Convert a ecoff register number to a gdb REGNUM */
|
||||
|
||||
#define ECOFF_REG_TO_REGNUM(num) ((num) < 32 ? (num) : (num)+FP0_REGNUM-32)
|
||||
|
Loading…
Reference in New Issue
Block a user