]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/som.c
Get rid of fprintf_vma and sprintf_vma
[thirdparty/binutils-gdb.git] / bfd / som.c
index 3c0b68a444e300f18059691709a6bb364d7841a4..90928b7641d1e76e95cf4542495e38edf5a3de96 100644 (file)
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -4897,9 +4897,8 @@ som_print_symbol (bfd *abfd,
       fprintf (file, "%s", symbol->name);
       break;
     case bfd_print_symbol_more:
-      fprintf (file, "som ");
-      fprintf_vma (file, symbol->value);
-      fprintf (file, " %lx", (long) symbol->flags);
+      fprintf (file, "som %08" PRIx64 " %x",
+              (uint64_t) symbol->value, symbol->flags);
       break;
     case bfd_print_symbol_all:
       {