bfd_error_handler bfd_vma and bfd_size_type args
[deliverable/binutils-gdb.git] / bfd / elf64-hppa.c
index 46190db2d325543cb9f1d260302de7872aeb6415..9fefe0eb39c53b2df42d5678a3632900633a88c1 100644 (file)
@@ -1,5 +1,5 @@
 /* Support for HPPA 64-bit ELF
-   Copyright (C) 1999-2016 Free Software Foundation, Inc.
+   Copyright (C) 1999-2017 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -644,7 +644,7 @@ elf64_hppa_check_relocs (bfd *abfd,
 
          /* PR15323, ref flags aren't set for references in the same
             object.  */
-         hh->eh.root.non_ir_ref = 1;
+         hh->eh.root.non_ir_ref_regular = 1;
          hh->eh.ref_regular = 1;
        }
       else
@@ -2079,8 +2079,8 @@ elf64_hppa_finish_dynamic_symbol (bfd *output_bfd,
        {
          _bfd_error_handler
            /* xgettext:c-format */
-           (_("stub entry for %s cannot load .plt, dp offset = %ld"),
-            hh->eh.root.root.string, (long) value);
+           (_("stub entry for %s cannot load .plt, dp offset = %Ld"),
+            hh->eh.root.root.string, value);
          return FALSE;
        }
 
@@ -3284,7 +3284,7 @@ elf_hppa_final_link_relocate (Elf_Internal_Rela *rel,
          {
            _bfd_error_handler
              /* xgettext:c-format */
-             (_("%B(%A+0x%" BFD_VMA_FMT "x): cannot reach %s"),
+             (_("%B(%A+%#Lx): cannot reach %s"),
              input_bfd,
              input_section,
              offset,
This page took 0.036099 seconds and 4 git commands to generate.