diff options
Diffstat (limited to 'gcc/config/sparc/litecoff.h')
| -rw-r--r-- | gcc/config/sparc/litecoff.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/sparc/litecoff.h b/gcc/config/sparc/litecoff.h index e31a0b40553..51a8b848794 100644 --- a/gcc/config/sparc/litecoff.h +++ b/gcc/config/sparc/litecoff.h @@ -61,9 +61,3 @@ do { \ /* Output before writable data. */ #define DATA_SECTION_ASM_OP "\t.data" - -/* How to renumber registers for dbx and gdb. In the flat model, the frame - pointer is really %i7. */ - -#define DBX_REGISTER_NUMBER(REGNO) \ - (TARGET_FLAT && (REGNO) == HARD_FRAME_POINTER_REGNUM ? 31 : REGNO) |

