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/dwarfread.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gdb/dwarfread.c') diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index 499c41e..c6a24fa 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -189,11 +189,6 @@ typedef unsigned int DIE_REF; /* Reference to a DIE */ #define CHILL_PRODUCER "GNU Chill " #endif -/* Provide a default mapping from a DWARF register number to a gdb REGNUM. */ -#ifndef DWARF_REG_TO_REGNUM -#define DWARF_REG_TO_REGNUM(num) (num) -#endif - /* Flags to target_to_host() that tell whether or not the data object is expected to be signed. Used, for example, when fetching a signed integer in the target environment which is used as a signed integer -- cgit v1.1