2004-09-14 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index c0165aba53656a898b4a8992bc05affc2345ded4..e4a51c200559aeba21f23f8841dc12e87134fb25 100644 (file)
@@ -76,10 +76,6 @@ typedef struct mips_extra_func_info
 #endif
 #endif
 
-#ifdef USG
-#include <sys/types.h>
-#endif
-
 #include "gdb_stat.h"
 #include "gdb_string.h"
 
@@ -92,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);
 
@@ -3270,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
This page took 0.023645 seconds and 4 git commands to generate.