* language.c (local_hex_format_custom): Remove.
[deliverable/binutils-gdb.git] / gdb / buildsym.c
index 4b362e08a2edf2edd8efa8a9b47f4086b52b520b..d1ec78ea6e414251677be8746682cda77cea8c0c 100644 (file)
@@ -38,7 +38,6 @@
 #include "complaints.h"
 #include "gdb_string.h"
 #include "expression.h"                /* For "enum exp_opcode" used by... */
-#include "language.h"          /* For "local_hex_string" */
 #include "bcache.h"
 #include "filenames.h"         /* For DOSish file names */
 #include "macrotab.h"
@@ -521,7 +520,7 @@ make_blockvector (struct objfile *objfile)
                = BLOCK_START (BLOCKVECTOR_BLOCK (blockvector, i));
 
              complaint (&symfile_complaints, "block at %s out of order",
-                        local_hex_string ((LONGEST) start));
+                        hex_string ((LONGEST) start));
            }
        }
     }
This page took 0.033597 seconds and 4 git commands to generate.