diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-31 17:57:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-31 17:57:43 +0000 |
commit | 75dec9cf6fc479007d87b7f48bd18aba61a07f77 (patch) | |
tree | 67385d93824f73e50501cafe815236eb48f69197 /gdb/config/mips/tm-mips.h | |
parent | bd9ca83f2c8f1d7a9db5e5645fb5e8f10966948f (diff) | |
download | ppe42-binutils-75dec9cf6fc479007d87b7f48bd18aba61a07f77.tar.gz ppe42-binutils-75dec9cf6fc479007d87b7f48bd18aba61a07f77.zip |
2004-10-31 Andrew Cagney <cagney@gnu.org>
* 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.
Diffstat (limited to 'gdb/config/mips/tm-mips.h')
-rw-r--r-- | gdb/config/mips/tm-mips.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 09af61d303..5919a12ac8 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -33,9 +33,4 @@ struct symbol; struct type; struct value; -/* 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 /* TM_MIPS_H */ |