Fail when string merge can't alloc memory
[deliverable/binutils-gdb.git] / bfd / elf32-iq2000.c
index c17097d647f30f740cf698426c3f53d965af0d94..0260cc3fc5cf1def33783fcc648de4b006a02d41 100644 (file)
@@ -843,8 +843,8 @@ iq2000_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
 
          _bfd_error_handler
            /* xgettext:c-format */
-           (_("%B: uses different e_flags (0x%lx) fields than previous modules (0x%lx)"),
-            ibfd, (long)new_flags, (long)old_flags);
+           (_("%B: uses different e_flags (%#x) fields than previous modules (%#x)"),
+            ibfd, new_flags, old_flags);
        }
     }
 
This page took 0.023329 seconds and 4 git commands to generate.