diff options
Diffstat (limited to 'bfd/elf32-vax.c')
-rw-r--r-- | bfd/elf32-vax.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/elf32-vax.c b/bfd/elf32-vax.c index 367e415..368de9c 100644 --- a/bfd/elf32-vax.c +++ b/bfd/elf32-vax.c @@ -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); } |