diff options
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 5207b7e..e4a51c2 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -88,7 +88,6 @@ typedef struct mips_extra_func_info #include "aout/stab_gnu.h" /* STABS information */ #include "expression.h" -#include "language.h" /* For local_hex_string() */ extern void _initialize_mdebugread (void); @@ -3266,7 +3265,7 @@ parse_partial_symbols (struct objfile *objfile) /* If we haven't found it yet, ignore it. It's probably some new type we don't know about yet. */ complaint (&symfile_complaints, "unknown symbol type %s", - local_hex_string (type_code)); /*CUR_SYMBOL_TYPE*/ + hex_string (type_code)); /*CUR_SYMBOL_TYPE*/ continue; } if (stabstring |