aboutsummaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-31 17:57:43 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-31 17:57:43 +0000
commit75dec9cf6fc479007d87b7f48bd18aba61a07f77 (patch)
tree67385d93824f73e50501cafe815236eb48f69197 /gdb/mdebugread.c
parentbd9ca83f2c8f1d7a9db5e5645fb5e8f10966948f (diff)
downloadgdb-75dec9cf6fc479007d87b7f48bd18aba61a07f77.zip
gdb-75dec9cf6fc479007d87b7f48bd18aba61a07f77.tar.gz
gdb-75dec9cf6fc479007d87b7f48bd18aba61a07f77.tar.bz2
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/mdebugread.c')
-rw-r--r--gdb/mdebugread.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c
index 2c1a616..8c3ca84 100644
--- a/gdb/mdebugread.c
+++ b/gdb/mdebugread.c
@@ -57,14 +57,6 @@
#include "block.h"
#include "dictionary.h"
#include "mdebugread.h"
-
-/* These are needed if the tm.h file does not contain the necessary
- mips specific definitions. */
-
-#ifndef MDEBUG_EFI_SYMBOL_NAME
-#define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__"
-#endif
-
#include "gdb_stat.h"
#include "gdb_string.h"