%L conversions
[deliverable/binutils-gdb.git] / bfd / elf32-rx.c
index 93eb79c1d84d6d35c68ee1ec7cbe8036e6c95fc8..b393a50b0af1d80a4b1d118d72260a2a3e602f75 100644 (file)
@@ -684,9 +684,12 @@ rx_elf_relocate_section
          && strcmp (name, "__romdatastart") != 0                       \
          && !saw_subtract)                                             \
        /* xgettext:c-format */                                         \
-       _bfd_error_handler (_("%pB(%pA): unsafe PID relocation %s at %#Lx (against %s in %s)"), \
+       _bfd_error_handler (_("%pB(%pA): unsafe PID relocation %s "     \
+                             "at %#" PRIx64 " (against %s in %s)"),    \
                            input_bfd, input_section, howto->name,      \
-                           input_section->output_section->vma + input_section->output_offset + rel->r_offset, \
+                           (uint64_t) (input_section->output_section->vma \
+                                       + input_section->output_offset  \
+                                       + rel->r_offset),               \
                            name, sec->name);                           \
     }                                                                  \
   while (0)
This page took 0.025719 seconds and 4 git commands to generate.