MIPS/BFD: Correct microMIPS cross-mode BAL to JALX relaxation
[deliverable/binutils-gdb.git] / bfd / elf32-m32r.c
index 90408237d4ac3ba13867c9c18184c698ce7b384f..d4e4423d6210269833d661588ff3575041d55906 100644 (file)
@@ -2537,10 +2537,11 @@ m32r_elf_relocate_section (bfd *output_bfd ATTRIBUTE_UNUSED,
                {
                  _bfd_error_handler
                    /* xgettext:c-format */
-                   (_("%B(%A+0x%lx): unresolvable %s relocation against symbol `%s'"),
+                   (_("%B(%A+%#Lx): unresolvable %s relocation "
+                      "against symbol `%s'"),
                     input_bfd,
                     input_section,
-                    (long) rel->r_offset,
+                    rel->r_offset,
                     howto->name,
                     h->root.root.string);
                }
This page took 0.022712 seconds and 4 git commands to generate.