Mips-specific bug-fix (for stabs-in-ecoff), and style fix. See ChangeLog.
[deliverable/binutils-gdb.git] / gdb / tm-mips.h
index dc5af0dc4f634450b6a01bdfb93cbf7bc71918f3..bd0bebb154364c26c7e6021a8ab2eeee0fe21ee7 100644 (file)
@@ -344,3 +344,5 @@ typedef struct mips_extra_func_info {
   struct frame_saved_regs *saved_regs;
 
 #define INIT_EXTRA_FRAME_INFO(fromleaf, fci) init_extra_frame_info(fci)
+
+#define STAB_REG_TO_REGNUM(num) ((num) < 32 ? (num) : (num)+FP0_REGNUM-32)
This page took 0.023657 seconds and 4 git commands to generate.