Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elf32-sh64.c
index de7ce95d0349d8941453ef9bead2483b175a542f..87033f77f65f4f9c6cecac1092d330c85de647aa 100644 (file)
@@ -597,9 +597,9 @@ shmedia_prepare_reloc (struct bfd_link_info *info, bfd *abfd,
     {
       _bfd_error_handler
        /* xgettext:c-format */
-       (_("%B: error: unaligned relocation type %d at %08x reloc %p\n"),
-        input_section->owner, ELF32_R_TYPE (rel->r_info),
-        (unsigned) rel->r_offset, relocation);
+       (_("%B: error: unaligned relocation type %d at %#Lx reloc %#Lx"),
+        input_section->owner, (int) ELF32_R_TYPE (rel->r_info),
+        rel->r_offset, *relocation);
       return FALSE;
     }
 
This page took 0.023881 seconds and 4 git commands to generate.