* language.c (local_hex_format_custom): Remove.
[deliverable/binutils-gdb.git] / gdb / maint.c
index 638c1f81d76ec4ed896db74199e5d3fb6ee95408..0ee3533a7103c71acc5989ada13e0fea176a8dc2 100644 (file)
@@ -308,7 +308,7 @@ maint_print_section_info (const char *name, flagword flags,
   printf_filtered ("    0x%s", paddr (addr));
   printf_filtered ("->0x%s", paddr (endaddr));
   printf_filtered (" at %s",
-                  local_hex_string_custom ((unsigned long) filepos, "08l"));
+                  hex_string_custom ((unsigned long) filepos, 8));
   printf_filtered (": %s", name);
   print_bfd_flags (flags);
   printf_filtered ("\n");
This page took 0.028983 seconds and 4 git commands to generate.