sparc: support %dN and %qN syntax for FP registers.
[deliverable/binutils-gdb.git] / bfd / elf32-arm.c
index fd4f743faca4681037a966b4955378dfa5cb231a..49dfc5338e45fd1df518cc8781e918444dc1831e 100644 (file)
@@ -17010,10 +17010,10 @@ elf32_arm_write_section (bfd *output_bfd,
 
                    (*_bfd_error_handler)
                      (_("%B(%#x): error: Cannot create STM32L4XX veneer. "
-                        "Jump out of range by %d bytes. "
+                        "Jump out of range by %ld bytes. "
                         "Cannot encode branch instruction. "),
                       output_bfd,
-                      stm32l4xx_errnode->vma - 4,
+                      (long) (stm32l4xx_errnode->vma - 4),
                       out_of_range);
                    continue;
                  }
This page took 0.025237 seconds and 4 git commands to generate.