From 7f853b2c6b395484a7536ffc9bf4c8e29246dec3 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 31 Oct 2004 17:57:43 +0000 Subject: 2004-10-31 Andrew Cagney * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define. * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete. * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete. * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete. --- gdb/mdebugread.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/mdebugread.h') diff --git a/gdb/mdebugread.h b/gdb/mdebugread.h index 6046f7e62c4..30b98d6206d 100644 --- a/gdb/mdebugread.h +++ b/gdb/mdebugread.h @@ -34,4 +34,9 @@ struct mdebug_extra_func_info PDR pdr; /* Procedure descriptor record */ }; +/* Special symbol found in blocks associated with routines. We can + hang mdebug_extra_func_info's off of this. */ + +#define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__" + #endif /* MDEBUGREAD_H */ -- cgit v1.2.1