bfd_error_handler bfd_vma and bfd_size_type args
[deliverable/binutils-gdb.git] / bfd / elf32-vax.c
index 367e41559e980cfdbd4284c3aec17954aa31cb5a..368de9cf7f671ee5371e64f030e9dd6c9dd2276e 100644 (file)
@@ -632,8 +632,8 @@ elf_vax_check_relocs (bfd *abfd, struct bfd_link_info *info, asection *sec,
                  if (eh->got_addend != (bfd_vma) rel->r_addend)
                    _bfd_error_handler
                      /* xgettext:c-format */
-                     (_("%B: warning: GOT addend of %ld to `%s' does"
-                        " not match previous GOT addend of %ld"),
+                     (_("%B: warning: GOT addend of %Ld to `%s' does"
+                        " not match previous GOT addend of %Ld"),
                         abfd, rel->r_addend, h->root.root.string,
                         eh->got_addend);
 
@@ -1508,7 +1508,7 @@ elf_vax_relocate_section (bfd *output_bfd,
          else if (rel->r_addend != 0)
            _bfd_error_handler
              /* xgettext:c-format */
-             (_("%B: warning: PLT addend of %d to `%s'"
+             (_("%B: warning: PLT addend of %Ld to `%s'"
                 " from %A section ignored"),
               input_bfd, rel->r_addend, h->root.root.string, input_section);
          rel->r_addend = 0;
@@ -1640,7 +1640,7 @@ elf_vax_relocate_section (bfd *output_bfd,
                  else
                    _bfd_error_handler
                      /* xgettext:c-format */
-                     (_("%B: warning: %s relocation to 0x%x from %A section"),
+                     (_("%B: warning: %s relocation to %#Lx from %A section"),
                      input_bfd, howto->name, outrel.r_addend,
                      input_section);
                }
This page took 0.033435 seconds and 4 git commands to generate.