From 88c72b7d7171d9f162ed9ecca26cf1d45abc38ee Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 4 Dec 2000 04:01:16 +0000 Subject: Multiarch STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM. --- gdb/mdebugread.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gdb/mdebugread.c') diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index c198405..66828dd 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -93,11 +93,6 @@ typedef struct mips_extra_func_info extern void _initialize_mdebugread (void); -/* Provide a default mapping from a ecoff register number to a gdb REGNUM. */ -#ifndef ECOFF_REG_TO_REGNUM -#define ECOFF_REG_TO_REGNUM(num) (num) -#endif - /* Provide a way to test if we have both ECOFF and ELF symbol tables. We use this define in order to know whether we should override a symbol's ECOFF section with its ELF section. This is necessary in -- cgit v1.1