This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix null pointer dereference when parsing a corrupt ELF binary.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0c54f69295208331faab9bc5e995111a35672f9b

commit 0c54f69295208331faab9bc5e995111a35672f9b
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Aug 14 12:09:36 2017 +0100

    Fix null pointer dereference when parsing a corrupt ELF binary.
    
    	PR 21957
    	* elf.c (setup_group): Check for an empty or very small group
    	section.
    	* po/bfd.pot: Regenerate.

Diff:
---
 bfd/ChangeLog  |    7 +
 bfd/elf.c      |   14 +-
 bfd/po/bfd.pot | 2282 ++++++++++++++++++++++++++++----------------------------
 3 files changed, 1180 insertions(+), 1123 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 876461e..914c10d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2017-08-14  Nick Clifton  <nickc@redhat.com>
+
+	PR 21957
+	* elf.c (setup_group): Check for an empty or very small group
+	section.
+	* po/bfd.pot: Regenerate.
+
 2017-08-14  Alan Modra  <amodra@gmail.com>
 
 	PR 21441
diff --git a/bfd/elf.c b/bfd/elf.c
index d702474..2aa2337 100644
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -742,12 +742,22 @@ setup_group (bfd *abfd, Elf_Internal_Shdr *hdr, asection *newsect)
 	{
 	  Elf_Internal_Shdr *shdr = elf_tdata (abfd)->group_sect_ptr[i];
 	  Elf_Internal_Group *idx;
-	  unsigned int n_elt;
+	  bfd_size_type n_elt;
 
 	  if (shdr == NULL)
 	    continue;
 
 	  idx = (Elf_Internal_Group *) shdr->contents;
+	  if (idx == NULL || shdr->sh_size < 4)
+	    {
+	      /* See PR 21957 for a reproducer.  */
+	      /* xgettext:c-format */
+	      _bfd_error_handler (_("%B: group section '%A' has no contents"),
+				  abfd, shdr->bfd_section);
+	      elf_tdata (abfd)->group_sect_ptr[i] = NULL;
+	      bfd_set_error (bfd_error_bad_value);
+	      return FALSE;
+	    }
 	  n_elt = shdr->sh_size / 4;
 
 	  /* Look through this group's sections to see if current
@@ -801,7 +811,7 @@ setup_group (bfd *abfd, Elf_Internal_Shdr *hdr, asection *newsect)
   if (elf_group_name (newsect) == NULL)
     {
       /* xgettext:c-format */
-      _bfd_error_handler (_("%B: no group info for section %A"),
+      _bfd_error_handler (_("%B: no group info for section '%A'"),
 			  abfd, newsect);
       return FALSE;
     }
diff --git a/bfd/po/bfd.pot b/bfd/po/bfd.pot
index 76fdc86..dcc9cec 100644
--- a/bfd/po/bfd.pot
+++ b/bfd/po/bfd.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2017-07-03 16:54+0200\n"
+"POT-Creation-Date: 2017-08-14 10:55+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -48,7 +48,7 @@ msgid ""
 "%B: can not represent section for symbol `%s' in a.out object file format"
 msgstr ""
 
-#: aoutx.h:1588 vms-alpha.c:7776
+#: aoutx.h:1588 vms-alpha.c:7853
 msgid "*unknown*"
 msgstr ""
 
@@ -65,19 +65,19 @@ msgstr ""
 msgid "%B: relocatable link from %s to %s not supported"
 msgstr ""
 
-#: archive.c:2293
+#: archive.c:2298
 msgid "Warning: writing archive was slow: rewriting timestamp\n"
 msgstr ""
 
-#: archive.c:2405 linker.c:1408
+#: archive.c:2410 linker.c:1408
 msgid "%B: plugin needed to handle lto object"
 msgstr ""
 
-#: archive.c:2634
+#: archive.c:2639
 msgid "Reading archive file mod timestamp"
 msgstr ""
 
-#: archive.c:2658
+#: archive.c:2663
 msgid "Writing updated armap timestamp"
 msgstr ""
 
@@ -170,22 +170,22 @@ msgstr ""
 msgid "#<Invalid error code>"
 msgstr ""
 
-#: bfd.c:1138
+#: bfd.c:1144
 #, c-format
 msgid "BFD %s assertion fail %s:%d"
 msgstr ""
 
-#: bfd.c:1151
+#: bfd.c:1157
 #, c-format
 msgid "BFD %s internal error, aborting at %s:%d in %s\n"
 msgstr ""
 
-#: bfd.c:1156
+#: bfd.c:1162
 #, c-format
 msgid "BFD %s internal error, aborting at %s:%d\n"
 msgstr ""
 
-#: bfd.c:1158
+#: bfd.c:1164
 msgid "Please report this bug.\n"
 msgstr ""
 
@@ -201,11 +201,11 @@ msgstr ""
 
 #: binary.c:276
 #, c-format
-msgid "warning: writing section `%A' at huge (ie negative) file offset 0x%lx."
+msgid "warning: writing section `%A' at huge (ie negative) file offset"
 msgstr ""
 
 #: bout.c:1142 elf-m10300.c:2651 elf32-avr.c:2484 elf32-frv.c:5633
-#: elf64-ia64-vms.c:353 elfxx-sparc.c:2989 reloc.c:8017 reloc16.c:156
+#: elf64-ia64-vms.c:353 elfxx-sparc.c:2989 reloc.c:8020 reloc16.c:156
 #: elf32-ia64.c:351 elf64-ia64.c:351
 msgid "%P%F: --relax and -r may not be used together\n"
 msgstr ""
@@ -241,9 +241,9 @@ msgstr ""
 msgid "%B: unsupported relocation: ALPHA_R_GPRELLOW"
 msgstr ""
 
-#: coff-alpha.c:1518 elf32-i370.c:1085 elf32-m32r.c:2418
-#: elf32-microblaze.c:952 elf64-alpha.c:4167 elf64-alpha.c:4315
-#: elf64-ia64-vms.c:3431 elf32-ia64.c:3839 elf64-ia64.c:3839
+#: coff-alpha.c:1518 elf32-i370.c:1085 elf32-m32r.c:2418 elf32-microblaze.c:952
+#: elf64-alpha.c:4165 elf64-alpha.c:4313 elf64-ia64-vms.c:3431
+#: elf32-ia64.c:3839 elf64-ia64.c:3839
 #, c-format
 msgid "%B: unknown relocation type %d"
 msgstr ""
@@ -275,12 +275,12 @@ msgstr ""
 
 #: coff-arm.c:1746 coff-tic80.c:670 cofflink.c:3123
 #, c-format
-msgid "%B: bad reloc address 0x%lx in section `%A'"
+msgid "%B: bad reloc address %#Lx in section `%A'"
 msgstr ""
 
 #: coff-arm.c:2071
 #, c-format
-msgid "%B: illegal symbol index in reloc: %d"
+msgid "%B: illegal symbol index in reloc: %ld"
 msgstr ""
 
 #: coff-arm.c:2203
@@ -288,14 +288,14 @@ msgstr ""
 msgid "error: %B is compiled for APCS-%d, whereas %B is compiled for APCS-%d"
 msgstr ""
 
-#: coff-arm.c:2216 elf32-arm.c:19756
+#: coff-arm.c:2216 elf32-arm.c:19754
 #, c-format
 msgid ""
 "error: %B passes floats in float registers, whereas %B passes them in "
 "integer registers"
 msgstr ""
 
-#: coff-arm.c:2221 elf32-arm.c:19760
+#: coff-arm.c:2221 elf32-arm.c:19758
 #, c-format
 msgid ""
 "error: %B passes floats in integer registers, whereas %B passes them in "
@@ -316,12 +316,12 @@ msgid ""
 "position independent"
 msgstr ""
 
-#: coff-arm.c:2265 elf32-arm.c:19825
+#: coff-arm.c:2265 elf32-arm.c:19823
 #, c-format
 msgid "Warning: %B supports interworking, whereas %B does not"
 msgstr ""
 
-#: coff-arm.c:2270 elf32-arm.c:19831
+#: coff-arm.c:2270 elf32-arm.c:19829
 #, c-format
 msgid "Warning: %B does not support interworking, whereas %B does"
 msgstr ""
@@ -331,7 +331,7 @@ msgstr ""
 msgid "private flags = %x:"
 msgstr ""
 
-#: coff-arm.c:2301 elf32-arm.c:14156
+#: coff-arm.c:2301 elf32-arm.c:14154
 #, c-format
 msgid " [floats passed in float registers]"
 msgstr ""
@@ -341,7 +341,7 @@ msgstr ""
 msgid " [floats passed in integer registers]"
 msgstr ""
 
-#: coff-arm.c:2306 elf32-arm.c:14159
+#: coff-arm.c:2306 elf32-arm.c:14157
 #, c-format
 msgid " [position independent]"
 msgstr ""
@@ -366,17 +366,17 @@ msgstr ""
 msgid " [interworking not supported]"
 msgstr ""
 
-#: coff-arm.c:2361 elf32-arm.c:13017
+#: coff-arm.c:2361 elf32-arm.c:13015
 msgid ""
 "Warning: Not setting interworking flag of %B since it has already been "
 "specified as non-interworking"
 msgstr ""
 
-#: coff-arm.c:2364 elf32-arm.c:13021
+#: coff-arm.c:2364 elf32-arm.c:13019
 msgid "Warning: Clearing the interworking flag of %B due to outside request"
 msgstr ""
 
-#: coff-arm.c:2421 elf32-arm.c:13066
+#: coff-arm.c:2421 elf32-arm.c:13064
 #, c-format
 msgid ""
 "Warning: Clearing the interworking flag of %B because non-interworking code "
@@ -393,7 +393,7 @@ msgstr ""
 msgid "relocation `%s' not yet implemented"
 msgstr ""
 
-#: coff-i860.c:608 coff-tic4x.c:227 coff-tic54x.c:365 coffcode.h:5314
+#: coff-i860.c:608 coff-tic4x.c:227 coff-tic54x.c:365 coffcode.h:5327
 #, c-format
 msgid "%B: warning: illegal symbol index %ld in relocs"
 msgstr ""
@@ -402,7 +402,7 @@ msgstr ""
 msgid "uncertain calling convention for non-COFF symbol"
 msgstr ""
 
-#: coff-m68k.c:483 elf32-bfin.c:5530 elf32-cr16.c:2817 elf32-m68k.c:4574
+#: coff-m68k.c:483 elf32-bfin.c:5529 elf32-cr16.c:2817 elf32-m68k.c:4573
 msgid "unsupported reloc type"
 msgstr ""
 
@@ -411,17 +411,17 @@ msgstr ""
 msgid "GP relative relocation when _gp not defined"
 msgstr ""
 
-#: coff-rs6000.c:2747
+#: coff-rs6000.c:2773
 #, c-format
 msgid "%B: unsupported relocation type 0x%02x"
 msgstr ""
 
-#: coff-rs6000.c:2833
+#: coff-rs6000.c:2859
 #, c-format
-msgid "%B: TOC reloc at 0x%x to symbol `%s' with no TOC entry"
+msgid "%B: TOC reloc at %#Lx to symbol `%s' with no TOC entry"
 msgstr ""
 
-#: coff-rs6000.c:3579 coff64-rs6000.c:2110
+#: coff-rs6000.c:3605 coff64-rs6000.c:2150
 #, c-format
 msgid "%B: symbol `%s' has unrecognized smclas %d"
 msgstr ""
@@ -433,42 +433,42 @@ msgstr ""
 
 #: coff-sh.c:778 elf32-sh.c:580
 #, c-format
-msgid "%B: 0x%lx: warning: bad R_SH_USES offset"
+msgid "%B: %#Lx: warning: bad R_SH_USES offset"
 msgstr ""
 
-#: coff-sh.c:789 elf32-sh.c:592
+#: coff-sh.c:789
 #, c-format
-msgid "%B: 0x%lx: warning: R_SH_USES points to unrecognized insn 0x%x"
+msgid "%B: %#Lx: warning: R_SH_USES points to unrecognized insn %#x"
 msgstr ""
 
 #: coff-sh.c:807 elf32-sh.c:610
 #, c-format
-msgid "%B: 0x%lx: warning: bad R_SH_USES load offset"
+msgid "%B: %#Lx: warning: bad R_SH_USES load offset"
 msgstr ""
 
 #: coff-sh.c:832 elf32-sh.c:626
 #, c-format
-msgid "%B: 0x%lx: warning: could not find expected reloc"
+msgid "%B: %#Lx: warning: could not find expected reloc"
 msgstr ""
 
 #: coff-sh.c:849 elf32-sh.c:655
 #, c-format
-msgid "%B: 0x%lx: warning: symbol in unexpected section"
+msgid "%B: %#Lx: warning: symbol in unexpected section"
 msgstr ""
 
 #: coff-sh.c:975 elf32-sh.c:785
 #, c-format
-msgid "%B: 0x%lx: warning: could not find expected COUNT reloc"
+msgid "%B: %#Lx: warning: could not find expected COUNT reloc"
 msgstr ""
 
 #: coff-sh.c:985 elf32-sh.c:795
 #, c-format
-msgid "%B: 0x%lx: warning: bad count"
+msgid "%B: %#Lx: warning: bad count"
 msgstr ""
 
 #: coff-sh.c:1357 coff-sh.c:2645 elf32-sh.c:1199 elf32-sh.c:1570
 #, c-format
-msgid "%B: 0x%lx: fatal: reloc overflow while relaxing"
+msgid "%B: %#Lx: fatal: reloc overflow while relaxing"
 msgstr ""
 
 #: coff-sh.c:1452
@@ -494,12 +494,18 @@ msgstr ""
 msgid "%B: unable to load COMDAT section name"
 msgstr ""
 
-#: coffcode.h:1009
+#. Malformed input files can trigger this test.
+#. cf PR 21781.
+#: coffcode.h:1003
+msgid "%B: error: unexpected symbol '%s' in COMDAT section"
+msgstr ""
+
+#: coffcode.h:1015
 #, c-format
 msgid "%B: warning: COMDAT symbol '%s' does not match section name '%s'"
 msgstr ""
 
-#: coffcode.h:1019
+#: coffcode.h:1025
 #, c-format
 msgid "%B: warning: No symbol for section '%s' found"
 msgstr ""
@@ -507,98 +513,98 @@ msgstr ""
 #. Generate a warning message rather using the 'unhandled'
 #. variable as this will allow some .sys files generate by
 #. other toolchains to be processed.  See bugzilla issue 196.
-#: coffcode.h:1245
+#: coffcode.h:1251
 #, c-format
 msgid ""
 "%B: Warning: Ignoring section flag IMAGE_SCN_MEM_NOT_PAGED in section %s"
 msgstr ""
 
-#: coffcode.h:1314
+#: coffcode.h:1320
 #, c-format
-msgid "%B (%s): Section flag %s (0x%x) ignored"
+msgid "%B (%s): Section flag %s (%#lx) ignored"
 msgstr ""
 
-#: coffcode.h:1949
+#: coffcode.h:1955
 msgid "%B: warning: claims to have 0xffff relocs, without overflow"
 msgstr ""
 
-#: coffcode.h:2465
+#: coffcode.h:2471
 #, c-format
 msgid "Unrecognized TI COFF target id '0x%x'"
 msgstr ""
 
-#: coffcode.h:2783
+#: coffcode.h:2789
 #, c-format
 msgid "%B: reloc against a non-existent symbol index: %ld"
 msgstr ""
 
-#: coffcode.h:3186
+#: coffcode.h:3192
 #, c-format
 msgid "%B: page size is too large (0x%x)"
 msgstr ""
 
-#: coffcode.h:3346
+#: coffcode.h:3352
 #, c-format
 msgid "%B: too many sections (%d)"
 msgstr ""
 
-#: coffcode.h:3767
+#: coffcode.h:3773
 #, c-format
 msgid "%B: section %A: string table overflow at offset %ld"
 msgstr ""
 
-#: coffcode.h:4585
+#: coffcode.h:4591
 msgid "%B: warning: line number table read failed"
 msgstr ""
 
-#: coffcode.h:4619 coffcode.h:4633
+#: coffcode.h:4625 coffcode.h:4639
 #, c-format
 msgid "%B: warning: illegal symbol index 0x%lx in line number entry %d"
 msgstr ""
 
-#: coffcode.h:4647
+#: coffcode.h:4653
 #, c-format
 msgid "%B: warning: illegal symbol in line number entry %d"
 msgstr ""
 
-#: coffcode.h:4660
+#: coffcode.h:4666
 #, c-format
 msgid "%B: warning: duplicate line number information for `%s'"
 msgstr ""
 
-#: coffcode.h:5074
+#: coffcode.h:5087
 #, c-format
 msgid "%B: Unrecognized storage class %d for %s symbol `%s'"
 msgstr ""
 
-#: coffcode.h:5207
+#: coffcode.h:5220
 #, c-format
 msgid "warning: %B: local symbol `%s' has no section"
 msgstr ""
 
-#: coffcode.h:5354
+#: coffcode.h:5367
 #, c-format
-msgid "%B: illegal relocation type %d at address 0x%lx"
+msgid "%B: illegal relocation type %d at address %#Lx"
 msgstr ""
 
-#: coffgen.c:178 elf.c:1181
+#: coffgen.c:178 elf.c:1198
 #, c-format
 msgid "%B: unable to initialize compress status for section %s"
 msgstr ""
 
-#: coffgen.c:202 elf.c:1192
+#: coffgen.c:202 elf.c:1209
 #, c-format
 msgid "%B: unable to initialize decompress status for section %s"
 msgstr ""
 
 #. PR 21013: Provide an error message when the alloc fails.
 #: coffgen.c:1648
-msgid "%B: Not enough memory to allocate space for %lu symbols"
+msgid "%B: Not enough memory to allocate space for %Lu symbols"
 msgstr ""
 
 #: coffgen.c:1716
 #, c-format
-msgid "%B: bad string table size %lu"
+msgid "%B: bad string table size %Lu"
 msgstr ""
 
 #: coffgen.c:1885 coffgen.c:1945 coffgen.c:1963 cofflink.c:2041
@@ -611,16 +617,16 @@ msgstr ""
 msgid "<corrupt info> %s"
 msgstr ""
 
-#: coffgen.c:2666 elflink.c:14044 linker.c:2931
+#: coffgen.c:2666 elflink.c:14078 linker.c:2931
 msgid "%F%P: already_linked_table: %E\n"
 msgstr ""
 
-#: coffgen.c:3007 elflink.c:13059
+#: coffgen.c:3007 elflink.c:13064
 #, c-format
 msgid "Removing unused section '%A' in file '%B'"
 msgstr ""
 
-#: coffgen.c:3084 elflink.c:13304
+#: coffgen.c:3084 elflink.c:13309
 msgid "Warning: gc-sections option ignored"
 msgstr ""
 
@@ -629,7 +635,7 @@ msgstr ""
 msgid "Warning: symbol `%s' is both section and non-section"
 msgstr ""
 
-#: cofflink.c:450 elf64-ia64-vms.c:5188 elflink.c:4788
+#: cofflink.c:450 elf64-ia64-vms.c:5187 elflink.c:4794
 #, c-format
 msgid "Warning: type of symbol `%s' changed from %d to %d in %B"
 msgstr ""
@@ -639,7 +645,7 @@ msgstr ""
 msgid "%B: relocs in section `%A', but it has no contents"
 msgstr ""
 
-#: cofflink.c:2432 elflink.c:10567
+#: cofflink.c:2432 elflink.c:10572
 #, c-format
 msgid ""
 "%X`%s' referenced in section `%A' of %B: defined in discarded section `%A' "
@@ -648,12 +654,12 @@ msgstr ""
 
 #: cofflink.c:2730
 #, c-format
-msgid "%B: %A: reloc overflow: 0x%lx > 0xffff"
+msgid "%B: %A: reloc overflow: %#x > 0xffff"
 msgstr ""
 
 #: cofflink.c:2738
 #, c-format
-msgid "%B: warning: %A: line number overflow: 0x%lx > 0xffff"
+msgid "%B: warning: %A: line number overflow: %#x > 0xffff"
 msgstr ""
 
 #: coffswap.h:811
@@ -668,7 +674,7 @@ msgstr ""
 
 #: compress.c:255
 #, c-format
-msgid "error: %B(%A) is too large (%#lx bytes)"
+msgid "error: %B(%A) is too large (%#Lx bytes)"
 msgstr ""
 
 #: cpu-arm.c:192 cpu-arm.c:204
@@ -681,92 +687,102 @@ msgstr ""
 msgid "warning: unable to update contents of %s section in %B"
 msgstr ""
 
-#: dwarf2.c:532
+#: dwarf2.c:546
 #, c-format
 msgid "Dwarf Error: Can't find %s section."
 msgstr ""
 
-#: dwarf2.c:562
+#: dwarf2.c:576
 #, c-format
-msgid "Dwarf Error: Offset (%lu) greater than or equal to %s size (%lu)."
+msgid "Dwarf Error: Offset (%llu) greater than or equal to %s size (%Lu)."
 msgstr ""
 
-#: dwarf2.c:1028
+#: dwarf2.c:1093
 msgid "Dwarf Error: Info pointer extends beyond end of attributes"
 msgstr ""
 
-#: dwarf2.c:1185
+#: dwarf2.c:1265
 #, c-format
 msgid "Dwarf Error: Invalid or unhandled FORM value: %#x."
 msgstr ""
 
-#: dwarf2.c:1491
+#: dwarf2.c:1572
 msgid "Dwarf Error: mangled line number section (bad file number)."
 msgstr ""
 
-#: dwarf2.c:1779
+#: dwarf2.c:1946
 #, c-format
-msgid "Dwarf Error: Line info section is too small (%ld)"
+msgid "Dwarf Error: Unknown format content type %Lu."
 msgstr ""
 
-#: dwarf2.c:1809
+#: dwarf2.c:2050
 #, c-format
-msgid "Dwarf Error: Line info data is bigger (0x%lx) than the section (0x%lx)"
+msgid "Dwarf Error: Line info section is too small (%Ld)"
 msgstr ""
 
-#: dwarf2.c:1821
+#: dwarf2.c:2080
+#, c-format
+msgid "Dwarf Error: Line info data is bigger (%#Lx) than the section (%#Lx)"
+msgstr ""
+
+#: dwarf2.c:2092
 #, c-format
 msgid "Dwarf Error: Unhandled .debug_line version %d."
 msgstr ""
 
-#: dwarf2.c:1830
+#: dwarf2.c:2102
 msgid "Dwarf Error: Ran out of room reading prologue"
 msgstr ""
 
-#: dwarf2.c:1855
+#: dwarf2.c:2120
+#, c-format
+msgid "Dwarf Error: Line info unsupported segment selector size %u."
+msgstr ""
+
+#: dwarf2.c:2147
 msgid "Dwarf Error: Invalid maximum operations per instruction."
 msgstr ""
 
-#: dwarf2.c:1874
+#: dwarf2.c:2166
 msgid "Dwarf Error: Ran out of room reading opcodes"
 msgstr ""
 
-#: dwarf2.c:2069
+#: dwarf2.c:2351
 msgid "Dwarf Error: mangled line number section."
 msgstr ""
 
-#: dwarf2.c:2575
+#: dwarf2.c:2857
 #, c-format
-msgid "Dwarf Error: Unable to read alt ref %u."
+msgid "Dwarf Error: Unable to read alt ref %llu."
 msgstr ""
 
-#: dwarf2.c:2600 dwarf2.c:2750 dwarf2.c:3071
+#: dwarf2.c:2883 dwarf2.c:3033 dwarf2.c:3380
 #, c-format
 msgid "Dwarf Error: Could not find abbrev number %u."
 msgstr ""
 
-#: dwarf2.c:3023
+#: dwarf2.c:3299
 #, c-format
 msgid ""
-"Dwarf Error: found dwarf version '%u', this reader only handles version 2, 3 "
-"and 4 information."
+"Dwarf Error: found dwarf version '%u', this reader only handles version 2, "
+"3, 4 and 5 information."
 msgstr ""
 
-#: dwarf2.c:3034
+#: dwarf2.c:3343
 #, c-format
 msgid ""
 "Dwarf Error: found address size '%u', this reader can not handle sizes "
 "greater than '%u'."
 msgstr ""
 
-#: dwarf2.c:3137
+#: dwarf2.c:3446
 msgid ""
 "Dwarf Error: DW_AT_comp_dir attribute encountered with a non-string form."
 msgstr ""
 
 #: ecoff.c:964
 #, c-format
-msgid "%B: warning: isymMax (%ld) is greater than ifdMax (%d)\n"
+msgid "%B: warning: isymMax (%ld) is greater than ifdMax (%ld)"
 msgstr ""
 
 #: ecoff.c:1261
@@ -830,14 +846,18 @@ msgid ""
 "      Type: %s"
 msgstr ""
 
-#: elf-attrs.c:595
+#: elf-attrs.c:473
+msgid "%B: error: attribute section length too small: %ld"
+msgstr ""
+
+#: elf-attrs.c:601
 #, c-format
 msgid ""
 "error: %B: Object has vendor-specific contents that must be processed by the "
 "'%s' toolchain"
 msgstr ""
 
-#: elf-attrs.c:605
+#: elf-attrs.c:611
 #, c-format
 msgid "error: %B: Object tag '%d, %s' is incompatible with tag '%d, %s'"
 msgstr ""
@@ -864,40 +884,40 @@ msgid ""
 "dropped.\n"
 msgstr ""
 
-#: elf-eh-frame.c:1879
+#: elf-eh-frame.c:1870
 #, c-format
 msgid "%B: %A not in order"
 msgstr ""
 
-#: elf-eh-frame.c:1893
+#: elf-eh-frame.c:1884
 #, c-format
 msgid "%B: %A invalid input section size"
 msgstr ""
 
-#: elf-eh-frame.c:1901
+#: elf-eh-frame.c:1892
 #, c-format
 msgid "%B: %A points past end of text section"
 msgstr ""
 
-#: elf-eh-frame.c:2150
+#: elf-eh-frame.c:2141
 msgid "%P: DW_EH_PE_datarel unspecified for this architecture.\n"
 msgstr ""
 
-#: elf-eh-frame.c:2320
+#: elf-eh-frame.c:2311
 #, c-format
 msgid "Invalid output section for .eh_frame_entry: %A"
 msgstr ""
 
-#: elf-eh-frame.c:2343
+#: elf-eh-frame.c:2334
 #, c-format
 msgid "Invalid contents in %A section"
 msgstr ""
 
-#: elf-eh-frame.c:2499
+#: elf-eh-frame.c:2490
 msgid "%P: .eh_frame_hdr entry overflow.\n"
 msgstr ""
 
-#: elf-eh-frame.c:2502
+#: elf-eh-frame.c:2493
 msgid "%P: .eh_frame_hdr refers to overlapping FDEs.\n"
 msgstr ""
 
@@ -909,53 +929,52 @@ msgid ""
 "pie\n"
 msgstr ""
 
-#: elf-m10200.c:425 elf-m10300.c:2149 elf32-avr.c:1502 elf32-bfin.c:3194
+#: elf-m10200.c:425 elf-m10300.c:2149 elf32-avr.c:1502 elf32-bfin.c:3193
 #: elf32-cr16.c:1466 elf32-cr16c.c:780 elf32-cris.c:2025 elf32-crx.c:924
 #: elf32-d10v.c:513 elf32-epiphany.c:563 elf32-fr30.c:591 elf32-frv.c:4041
 #: elf32-ft32.c:334 elf32-h8300.c:522 elf32-i860.c:1210 elf32-ip2k.c:1475
-#: elf32-iq2000.c:693 elf32-lm32.c:1126 elf32-m32c.c:621 elf32-m32r.c:3044
-#: elf32-m68hc1x.c:1269 elf32-mep.c:524 elf32-metag.c:2001
+#: elf32-iq2000.c:693 elf32-lm32.c:1126 elf32-m32c.c:621 elf32-m32r.c:3045
+#: elf32-m68hc1x.c:1269 elf32-mep.c:524 elf32-metag.c:2000
 #: elf32-microblaze.c:1570 elf32-moxie.c:285 elf32-mt.c:400 elf32-nds32.c:5402
 #: elf32-or1k.c:1258 elf32-score.c:2731 elf32-score7.c:2540 elf32-spu.c:5076
-#: elf32-tilepro.c:3665 elf32-v850.c:2287 elf32-visium.c:677
-#: elf32-xstormy16.c:927 elf64-mmix.c:1540 elfxx-tilegx.c:4052
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:2267
+#: elf32-tilepro.c:3657 elf32-v850.c:2287 elf32-visium.c:677
+#: elf32-xstormy16.c:927 elf64-mmix.c:1538 elfxx-tilegx.c:4044
+#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2267
 msgid "internal error: out of range error"
 msgstr ""
 
-#: elf-m10200.c:429 elf-m10300.c:2153 elf32-avr.c:1506 elf32-bfin.c:3198
+#: elf-m10200.c:429 elf-m10300.c:2153 elf32-avr.c:1506 elf32-bfin.c:3197
 #: elf32-cr16.c:1470 elf32-cr16c.c:784 elf32-cris.c:2029 elf32-crx.c:928
 #: elf32-d10v.c:517 elf32-fr30.c:595 elf32-frv.c:4045 elf32-ft32.c:338
 #: elf32-h8300.c:526 elf32-i860.c:1214 elf32-iq2000.c:697 elf32-lm32.c:1130
-#: elf32-m32c.c:625 elf32-m32r.c:3048 elf32-m68hc1x.c:1273 elf32-mep.c:528
-#: elf32-metag.c:2005 elf32-microblaze.c:1574 elf32-moxie.c:289
+#: elf32-m32c.c:625 elf32-m32r.c:3049 elf32-m68hc1x.c:1273 elf32-mep.c:528
+#: elf32-metag.c:2004 elf32-microblaze.c:1574 elf32-moxie.c:289
 #: elf32-msp430.c:1361 elf32-nds32.c:5406 elf32-or1k.c:1262 elf32-score.c:2735
-#: elf32-score7.c:2544 elf32-spu.c:5080 elf32-tilepro.c:3669 elf32-v850.c:2291
-#: elf32-visium.c:681 elf32-xstormy16.c:931 elf64-mmix.c:1544
-#: elfxx-mips.c:10258 elfxx-tilegx.c:4056
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:2271
+#: elf32-score7.c:2544 elf32-spu.c:5080 elf32-tilepro.c:3661 elf32-v850.c:2291
+#: elf32-visium.c:681 elf32-xstormy16.c:931 elf64-mmix.c:1542
+#: elfxx-mips.c:10258 elfxx-tilegx.c:4048
+#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2271
 msgid "internal error: unsupported relocation error"
 msgstr ""
 
 #: elf-m10200.c:433 elf32-cr16.c:1474 elf32-cr16c.c:788 elf32-crx.c:932
-#: elf32-d10v.c:521 elf32-h8300.c:530 elf32-lm32.c:1134 elf32-m32r.c:3052
+#: elf32-d10v.c:521 elf32-h8300.c:530 elf32-lm32.c:1134 elf32-m32r.c:3053
 #: elf32-m68hc1x.c:1277 elf32-microblaze.c:1578 elf32-nds32.c:5410
 #: elf32-score.c:2739 elf32-score7.c:2548 elf32-spu.c:5084
 msgid "internal error: dangerous error"
 msgstr ""
 
-#: elf-m10200.c:437 elf-m10300.c:2170 elf32-avr.c:1514 elf32-bfin.c:3206
+#: elf-m10200.c:437 elf-m10300.c:2170 elf32-avr.c:1514 elf32-bfin.c:3205
 #: elf32-cr16.c:1478 elf32-cr16c.c:792 elf32-cris.c:2037 elf32-crx.c:936
 #: elf32-d10v.c:525 elf32-epiphany.c:578 elf32-fr30.c:603 elf32-frv.c:4053
 #: elf32-ft32.c:346 elf32-h8300.c:534 elf32-i860.c:1222 elf32-ip2k.c:1490
-#: elf32-iq2000.c:705 elf32-lm32.c:1138 elf32-m32c.c:633 elf32-m32r.c:3056
-#: elf32-m68hc1x.c:1281 elf32-mep.c:536 elf32-metag.c:2013
-#: elf32-microblaze.c:1582 elf32-moxie.c:297 elf32-msp430.c:1369
-#: elf32-mt.c:408 elf32-nds32.c:5414 elf32-or1k.c:1270 elf32-score.c:2748
-#: elf32-score7.c:2552 elf32-spu.c:5088 elf32-tilepro.c:3677 elf32-v850.c:2311
-#: elf32-visium.c:689 elf32-xstormy16.c:939 elf64-mmix.c:1552
-#: elfxx-tilegx.c:4064
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:2279
+#: elf32-iq2000.c:705 elf32-lm32.c:1138 elf32-m32c.c:633 elf32-m32r.c:3057
+#: elf32-m68hc1x.c:1281 elf32-mep.c:536 elf32-metag.c:2012
+#: elf32-microblaze.c:1582 elf32-moxie.c:297 elf32-msp430.c:1369 elf32-mt.c:408
+#: elf32-nds32.c:5414 elf32-or1k.c:1270 elf32-score.c:2748 elf32-score7.c:2552
+#: elf32-spu.c:5088 elf32-tilepro.c:3669 elf32-v850.c:2311 elf32-visium.c:689
+#: elf32-xstormy16.c:939 elf64-mmix.c:1550 elfxx-tilegx.c:4056
+#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2279
 msgid "internal error: unknown error"
 msgstr ""
 
@@ -974,14 +993,14 @@ msgstr ""
 msgid "%B: %s' accessed both as normal and thread local symbol"
 msgstr ""
 
-#: elf-m10300.c:2097 elf32-arm.c:12532 elf32-i386.c:5372 elf32-m32r.c:2540
-#: elf32-m68k.c:4084 elf32-s390.c:3372 elf32-sh.c:4127 elf32-tilepro.c:3569
-#: elf32-xtensa.c:3074 elf64-s390.c:3296 elf64-sh64.c:1636 elf64-x86-64.c:5753
-#: elfxx-sparc.c:4086 elfxx-tilegx.c:3976
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6437
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:2236
+#: elf-m10300.c:2097 elf32-arm.c:12530 elf32-i386.c:5344 elf32-m32r.c:2540
+#: elf32-m68k.c:4083 elf32-s390.c:3372 elf32-sh.c:4127 elf32-tilepro.c:3561
+#: elf32-xtensa.c:3074 elf64-s390.c:3296 elf64-sh64.c:1636 elf64-x86-64.c:5712
+#: elfxx-sparc.c:4086 elfxx-tilegx.c:3968
+#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6431
+#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2236
 #, c-format
-msgid "%B(%A+0x%lx): unresolvable %s relocation against symbol `%s'"
+msgid "%B(%A+%#Lx): unresolvable %s relocation against symbol `%s'"
 msgstr ""
 
 #: elf-m10300.c:2158
@@ -1033,10 +1052,10 @@ msgstr ""
 
 #: elf.c:357
 #, c-format
-msgid "%B: invalid string offset %u >= %lu for section `%s'"
+msgid "%B: invalid string offset %u >= %Lu for section `%s'"
 msgstr ""
 
-#: elf.c:496
+#: elf.c:496 /work/sources/binutils/current/bfd/elfnn-aarch64.c:7650
 #, c-format
 msgid "%B symbol number %lu references nonexistent SHT_SYMTAB_SHNDX section"
 msgstr ""
@@ -1059,181 +1078,187 @@ msgstr ""
 msgid "%B: no valid group sections found"
 msgstr ""
 
-#: elf.c:804
+#. See PR 21957 for a reproducer.
+#: elf.c:755
 #, c-format
-msgid "%B: no group info for section %A"
+msgid "%B: group section '%A' has no contents"
 msgstr ""
 
-#: elf.c:835 elf.c:3819 elflink.c:11155
+#: elf.c:814
+#, c-format
+msgid "%B: no group info for section '%A'"
+msgstr ""
+
+#: elf.c:845 elf.c:3836 elflink.c:11160
 #, c-format
 msgid "%B: warning: sh_link not set for section `%A'"
 msgstr ""
 
-#: elf.c:855
+#: elf.c:865
 #, c-format
 msgid "%B: sh_link [%d] in section `%A' is incorrect"
 msgstr ""
 
-#: elf.c:868
+#: elf.c:878
 #, c-format
 msgid "%B: SHT_GROUP section [index %d] has no SHF_GROUP sections"
 msgstr ""
 
-#: elf.c:889
+#: elf.c:899
 #, c-format
 msgid "%B: section group entry number %u is corrupt"
 msgstr ""
 
-#: elf.c:914
+#: elf.c:929
 #, c-format
 msgid "%B: unknown type [%#x] section `%s' in group [%A]"
 msgstr ""
 
-#: elf.c:1373
+#: elf.c:1390
 #, c-format
 msgid "%B: Invalid sh_link field (%d) in section number %d"
 msgstr ""
 
-#: elf.c:1389
+#: elf.c:1406
 #, c-format
 msgid "%B: Failed to find link section for section %d"
 msgstr ""
 
-#: elf.c:1416
+#: elf.c:1433
 #, c-format
 msgid "%B: Failed to find info section for section %d"
 msgstr ""
 
-#: elf.c:1588
+#: elf.c:1605
 #, c-format
 msgid ""
 "\n"
 "Program Header:\n"
 msgstr ""
 
-#: elf.c:1630
+#: elf.c:1647
 #, c-format
 msgid ""
 "\n"
 "Dynamic Section:\n"
 msgstr ""
 
-#: elf.c:1771
+#: elf.c:1788
 #, c-format
 msgid ""
 "\n"
 "Version definitions:\n"
 msgstr ""
 
-#: elf.c:1796
+#: elf.c:1813
 #, c-format
 msgid ""
 "\n"
 "Version References:\n"
 msgstr ""
 
-#: elf.c:1801
+#: elf.c:1818
 #, c-format
 msgid "  required from %s:\n"
 msgstr ""
 
-#: elf.c:1999
+#: elf.c:2016
 msgid "%B: warning: loop in section dependencies detected"
 msgstr ""
 
-#: elf.c:2107
+#: elf.c:2124
 #, c-format
 msgid ""
 "%B: warning: multiple symbol tables detected - ignoring the table in section "
 "%u"
 msgstr ""
 
-#: elf.c:2191
+#: elf.c:2208
 #, c-format
 msgid ""
 "%B: warning: multiple dynamic symbol tables detected - ignoring the table in "
 "section %u"
 msgstr ""
 
-#: elf.c:2304
+#: elf.c:2321
 #, c-format
 msgid "%B: invalid link %u for reloc section %s (index %u)"
 msgstr ""
 
-#: elf.c:2463 elf.c:2478 elf.c:2489 elf.c:2502
+#: elf.c:2480 elf.c:2495 elf.c:2506 elf.c:2519
 #, c-format
 msgid "%B: unknown type [%#x] section `%s'"
 msgstr ""
 
-#: elf.c:3206
+#: elf.c:3223
 #, c-format
 msgid "%B: error: Alignment power %d of section `%A' is too big"
 msgstr ""
 
-#: elf.c:3236
+#: elf.c:3253
 #, c-format
 msgid "warning: section `%A' type changed to PROGBITS"
 msgstr ""
 
-#: elf.c:3687
+#: elf.c:3704
 #, c-format
 msgid "%B: too many sections: %u"
 msgstr ""
 
-#: elf.c:3772
+#: elf.c:3789
 #, c-format
 msgid "%B: sh_link of section `%A' points to discarded section `%A' of `%B'"
 msgstr ""
 
-#: elf.c:3797
+#: elf.c:3814
 #, c-format
 msgid "%B: sh_link of section `%A' points to removed section `%A' of `%B'"
 msgstr ""
 
-#: elf.c:4349
+#: elf.c:4366
 #, c-format
 msgid "%B: GNU_MBIN section `%A' has invalid sh_info field: %d"
 msgstr ""
 
-#: elf.c:4891
+#: elf.c:4908
 msgid "%B: TLS sections are not adjacent:"
 msgstr ""
 
-#: elf.c:4898
+#: elf.c:4915
 #, c-format
 msgid "\t    TLS: %A"
 msgstr ""
 
-#: elf.c:4902
+#: elf.c:4919
 #, c-format
 msgid "\tnon-TLS: %A"
 msgstr ""
 
-#: elf.c:5398
+#: elf.c:5415
 msgid ""
 "%B: The first section in the PT_DYNAMIC segment is not the .dynamic section"
 msgstr ""
 
-#: elf.c:5426
+#: elf.c:5443
 msgid "%B: Not enough room for program headers, try linking with -N"
 msgstr ""
 
-#: elf.c:5514
+#: elf.c:5531
 #, c-format
 msgid "%B: section %A lma %#Lx adjusted to %#Lx"
 msgstr ""
 
-#: elf.c:5651
+#: elf.c:5668
 #, c-format
 msgid "%B: section `%A' can't be allocated in segment %d"
 msgstr ""
 
-#: elf.c:5699
+#: elf.c:5716
 #, c-format
 msgid "%B: warning: allocated section `%s' not in segment"
 msgstr ""
 
-#: elf.c:5897
+#: elf.c:5914
 msgid ""
 "%B: error: non-load segment %d includes file header and/or program header"
 msgstr ""
@@ -1241,49 +1266,49 @@ msgstr ""
 #. The fix for this error is usually to edit the linker script being
 #. used and set up the program headers manually.  Either that or
 #. leave room for the headers at the start of the SECTIONS.
-#: elf.c:6074
+#: elf.c:6091
 msgid "%B: error: PHDR segment not covered by LOAD segment"
 msgstr ""
 
-#: elf.c:6418
+#: elf.c:6435
 #, c-format
 msgid "%B: symbol `%s' required but not present"
 msgstr ""
 
-#: elf.c:6761
+#: elf.c:6778
 #, c-format
 msgid ""
 "%B: warning: Empty loadable segment detected at vaddr=%#Lx, is this "
 "intentional?"
 msgstr ""
 
-#: elf.c:7375
+#: elf.c:7392
 #, c-format
 msgid "%B: warning: segment alignment of %#Lx is too large"
 msgstr ""
 
-#: elf.c:7856
+#: elf.c:7873
 #, c-format
 msgid ""
 "Unable to find equivalent output section for symbol '%s' from section '%s'"
 msgstr ""
 
-#: elf.c:8188
+#: elf.c:8205
 msgid "%B: .gnu.version_r invalid entry"
 msgstr ""
 
-#: elf.c:8315
+#: elf.c:8332
 msgid "%B: .gnu.version_d invalid entry"
 msgstr ""
 
-#: elf.c:8867
+#: elf.c:8884
 #, c-format
 msgid "%B: unsupported relocation type %s"
 msgstr ""
 
 #: elf32-arc.c:433 elf32-frv.c:6626 elf32-iq2000.c:870 elf32-m32c.c:915
 #: elf32-mt.c:564 elf32-rl78.c:1256 elf32-rx.c:3177 elf32-visium.c:837
-#: elf64-ppc.c:6078
+#: elf64-ppc.c:6087
 #, c-format
 msgid "private flags = 0x%lx:"
 msgstr ""
@@ -1322,9 +1347,9 @@ msgid "ERROR: Attempting to link %B with a binary %B of different architecture"
 msgstr ""
 
 #: elf32-arc.c:891 elf32-i370.c:359 elf32-iq2000.c:846 elf32-m32c.c:890
-#: elf32-m68hc1x.c:1388 elf64-sparc.c:727 elfxx-mips.c:15127
+#: elf32-m68hc1x.c:1388 elf32-ppc.c:4909 elf64-sparc.c:727 elfxx-mips.c:15127
 #, c-format
-msgid "%B: uses different e_flags (0x%lx) fields than previous modules (0x%lx)"
+msgid "%B: uses different e_flags (%#x) fields than previous modules (%#x)"
 msgstr ""
 
 #: elf32-arc.c:980
@@ -1340,60 +1365,60 @@ msgstr ""
 #: elf32-arc.c:1119
 #, c-format
 msgid ""
-"%B(%A+0x%lx): CMEM relocation to `%s' is invalid, 16 MSB should be 0x%04x "
-"(value is 0x%lx)"
+"%B(%A+%#Lx): CMEM relocation to `%s' is invalid, 16 MSB should be %#x (value "
+"is %#Lx)"
 msgstr ""
 
 #: elf32-arc.c:1130
 #, c-format
 msgid ""
-"%B(%A+0x%lx): CMEM relocation to `%s+0x%lx' is invalid, 16 MSB should be 0x"
-"%04x (value is 0x%lx)"
+"%B(%A+%#Lx): CMEM relocation to `%s+%#Lx' is invalid, 16 MSB should be %#x "
+"(value is %#Lx)"
 msgstr ""
 
-#: elf32-arc.c:1835
+#: elf32-arc.c:1836
 msgid "GOT and PLT relocations cannot be fixed with a non dynamic linker."
 msgstr ""
 
-#: elf32-arc.c:1859 elf32-rl78.c:1094 elf32-rx.c:1448
+#: elf32-arc.c:1860 elf32-rl78.c:1094 elf32-rx.c:1448
 #, c-format
 msgid "%B(%A): warning: unaligned access to symbol '%s' in the small data area"
 msgstr ""
 
-#: elf32-arc.c:1864 elf32-rl78.c:1099 elf32-rx.c:1453
+#: elf32-arc.c:1865 elf32-rl78.c:1099 elf32-rx.c:1453
 #, c-format
 msgid "%B(%A): internal error: out of range error"
 msgstr ""
 
-#: elf32-arc.c:1869 elf32-rl78.c:1104 elf32-rx.c:1458
+#: elf32-arc.c:1870 elf32-rl78.c:1104 elf32-rx.c:1458
 #, c-format
 msgid "%B(%A): internal error: unsupported relocation error"
 msgstr ""
 
-#: elf32-arc.c:1874 elf32-rl78.c:1109 elf32-rx.c:1463
+#: elf32-arc.c:1875 elf32-rl78.c:1109 elf32-rx.c:1463
 #, c-format
 msgid "%B(%A): internal error: dangerous relocation"
 msgstr ""
 
-#: elf32-arc.c:1879 elf32-rl78.c:1114 elf32-rx.c:1468
+#: elf32-arc.c:1880 elf32-rl78.c:1114 elf32-rx.c:1468
 #, c-format
 msgid "%B(%A): internal error: unknown error"
 msgstr ""
 
-#: elf32-arc.c:1967 elf32-arm.c:14714 elf32-metag.c:2272 elfxx-mips.c:8883
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:7224
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:484
+#: elf32-arc.c:1968 elf32-arm.c:14712 elf32-metag.c:2271 elfxx-mips.c:8883
+#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7218
+#: /work/sources/binutils/current/bfd/elfnn-riscv.c:484
 #, c-format
 msgid ""
 "%B: relocation %s against `%s' can not be used when making a shared object; "
 "recompile with -fPIC"
 msgstr ""
 
-#: elf32-arc.c:2859
+#: elf32-arc.c:2860
 msgid "%B: Unknown mandatory ARC object attribute %d."
 msgstr ""
 
-#: elf32-arc.c:2867
+#: elf32-arc.c:2868
 msgid "Warning: %B: Unknown ARC object attribute %d."
 msgstr ""
 
@@ -1423,7 +1448,7 @@ msgstr ""
 
 #: elf32-arm.c:4490 elf32-arm.c:6627 elf32-hppa.c:587 elf32-m68hc1x.c:165
 #: elf32-metag.c:1198 elf32-nios2.c:2227
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:2852
+#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:2852
 #, c-format
 msgid "%B: cannot create stub entry %s"
 msgstr ""
@@ -1543,8 +1568,8 @@ msgstr ""
 #: elf32-arm.c:8618
 #, c-format
 msgid ""
-"%B(%A+0x%lx): error: multiple load detected in non-last IT block "
-"instruction : STM32L4XX veneer cannot be generated.\n"
+"%B(%A+%#x): error: multiple load detected in non-last IT block instruction : "
+"STM32L4XX veneer cannot be generated.\n"
 "Use gcc option -mrestrict-it to generate only one instruction per IT block.\n"
 msgstr ""
 
@@ -1561,165 +1586,165 @@ msgstr ""
 
 #: elf32-arm.c:9723
 #, c-format
-msgid "%B(%A+0x%lx): unexpected Thumb instruction '0x%x' in TLS trampoline"
+msgid "%B(%A+%#Lx): unexpected Thumb instruction '%#lx' in TLS trampoline"
 msgstr ""
 
 #: elf32-arm.c:9763
 #, c-format
-msgid "%B(%A+0x%lx): unexpected ARM instruction '0x%x' in TLS trampoline"
+msgid "%B(%A+%#Lx): unexpected ARM instruction '%#lx' in TLS trampoline"
 msgstr ""
 
-#: elf32-arm.c:10097
+#: elf32-arm.c:10098
 msgid "shared object"
 msgstr ""
 
-#: elf32-arm.c:10100
+#: elf32-arm.c:10101
 msgid "PIE executable"
 msgstr ""
 
-#: elf32-arm.c:10103
+#: elf32-arm.c:10104
 msgid ""
 "%B: relocation %s against external or undefined symbol `%s' can not be used "
 "when making a %s; recompile with -fPIC"
 msgstr ""
 
-#: elf32-arm.c:10234
-msgid "\\%B: Warning: Arm BLX instruction targets Arm function '%s'."
+#: elf32-arm.c:10235
+msgid "%B: Warning: Arm BLX instruction targets Arm function '%s'."
 msgstr ""
 
-#: elf32-arm.c:10660
+#: elf32-arm.c:10661
 msgid "%B: Warning: Thumb BLX instruction targets thumb function '%s'."
 msgstr ""
 
-#: elf32-arm.c:11527
+#: elf32-arm.c:11528
 #, c-format
 msgid ""
-"%B(%A+0x%lx): unexpected Thumb instruction '0x%x' referenced by TLS_GOTDESC"
+"%B(%A+%#Lx): unexpected Thumb instruction '%#lx' referenced by TLS_GOTDESC"
 msgstr ""
 
 #: elf32-arm.c:11551
 #, c-format
 msgid ""
-"%B(%A+0x%lx): unexpected ARM instruction '0x%x' referenced by TLS_GOTDESC"
+"%B(%A+%#Lx): unexpected ARM instruction '%#lx' referenced by TLS_GOTDESC"
 msgstr ""
 
-#: elf32-arm.c:11581
+#: elf32-arm.c:11580 elf32-m68k.c:3890 elf32-metag.c:1931 elf32-nios2.c:4372
 #, c-format
-msgid "%B(%A+0x%lx): R_ARM_TLS_LE32 relocation not permitted in shared object"
+msgid "%B(%A+%#Lx): %s relocation not permitted in shared object"
 msgstr ""
 
-#: elf32-arm.c:11795
+#: elf32-arm.c:11793
 #, c-format
 msgid ""
-"%B(%A+0x%lx): Only ADD or SUB instructions are allowed for ALU group "
+"%B(%A+%#Lx): Only ADD or SUB instructions are allowed for ALU group "
 "relocations"
 msgstr ""
 
-#: elf32-arm.c:11836 elf32-arm.c:11927 elf32-arm.c:12013 elf32-arm.c:12101
+#: elf32-arm.c:11833 elf32-arm.c:11923 elf32-arm.c:12009 elf32-arm.c:12097
 #, c-format
-msgid "%B(%A+0x%lx): Overflow whilst splitting 0x%lx for group relocation %s"
+msgid "%B(%A+%#Lx): Overflow whilst splitting %#Lx for group relocation %s"
 msgstr ""
 
-#: elf32-arm.c:12365 elf32-sh.c:4009 elf64-sh64.c:1539
+#: elf32-arm.c:12363 elf32-sh.c:4009 elf64-sh64.c:1539
 #, c-format
-msgid "%B(%A+0x%lx): %s relocation against SEC_MERGE section"
+msgid "%B(%A+%#Lx): %s relocation against SEC_MERGE section"
 msgstr ""
 
-#: elf32-arm.c:12477 elf32-m68k.c:4120 elf32-xtensa.c:2816
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6165
+#: elf32-arm.c:12475 elf32-m68k.c:4119 elf32-xtensa.c:2816
+#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6159
 #, c-format
-msgid "%B(%A+0x%lx): %s used with TLS symbol %s"
+msgid "%B(%A+%#Lx): %s used with TLS symbol %s"
 msgstr ""
 
-#: elf32-arm.c:12479 elf32-m68k.c:4122 elf32-xtensa.c:2818
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6167
+#: elf32-arm.c:12477 elf32-m68k.c:4121 elf32-xtensa.c:2818
+#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6161
 #, c-format
-msgid "%B(%A+0x%lx): %s used with non-TLS symbol %s"
+msgid "%B(%A+%#Lx): %s used with non-TLS symbol %s"
 msgstr ""
 
-#: elf32-arm.c:12561 elf32-tic6x.c:2739
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6500
+#: elf32-arm.c:12559 elf32-tic6x.c:2739
+#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6494
 msgid "out of range"
 msgstr ""
 
-#: elf32-arm.c:12565 elf32-nios2.c:4505 elf32-pru.c:821 elf32-tic6x.c:2743
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6504
+#: elf32-arm.c:12563 elf32-nios2.c:4505 elf32-pru.c:821 elf32-tic6x.c:2743
+#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6498
 msgid "unsupported relocation"
 msgstr ""
 
-#: elf32-arm.c:12573 elf32-nios2.c:4515 elf32-pru.c:831 elf32-tic6x.c:2751
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6512
+#: elf32-arm.c:12571 elf32-nios2.c:4515 elf32-pru.c:831 elf32-tic6x.c:2751
+#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6506
 msgid "unknown error"
 msgstr ""
 
-#: elf32-arm.c:13153
+#: elf32-arm.c:13151
 msgid "%B: Unknown mandatory EABI object attribute %d"
 msgstr ""
 
-#: elf32-arm.c:13161
+#: elf32-arm.c:13159
 msgid "Warning: %B: Unknown EABI object attribute %d"
 msgstr ""
 
-#: elf32-arm.c:13428
+#: elf32-arm.c:13426
 msgid "error: %B: Unknown CPU architecture"
 msgstr ""
 
-#: elf32-arm.c:13466 elf32-nios2.c:2965
+#: elf32-arm.c:13464 elf32-nios2.c:2965
 #, c-format
 msgid "error: %B: Conflicting CPU architectures %d/%d"
 msgstr ""
 
-#: elf32-arm.c:13563
+#: elf32-arm.c:13561
 msgid ""
 "Error: %B has both the current and legacy Tag_MPextension_use attributes"
 msgstr ""
 
-#: elf32-arm.c:13592
+#: elf32-arm.c:13590
 msgid "error: %B uses VFP register arguments, %B does not"
 msgstr ""
 
-#: elf32-arm.c:13750
+#: elf32-arm.c:13748
 msgid "error: %B: unable to merge virtualization attributes with %B"
 msgstr ""
 
-#: elf32-arm.c:13776
+#: elf32-arm.c:13774
 msgid "error: %B: Conflicting architecture profiles %c/%c"
 msgstr ""
 
-#: elf32-arm.c:13915
+#: elf32-arm.c:13913
 msgid "Warning: %B: Conflicting platform configuration"
 msgstr ""
 
-#: elf32-arm.c:13924
+#: elf32-arm.c:13922
 msgid "error: %B: Conflicting use of R9"
 msgstr ""
 
-#: elf32-arm.c:13936
+#: elf32-arm.c:13934
 msgid "error: %B: SB relative addressing conflicts with use of R9"
 msgstr ""
 
-#: elf32-arm.c:13949
+#: elf32-arm.c:13947
 msgid ""
 "warning: %B uses %u-byte wchar_t yet the output is to use %u-byte wchar_t; "
 "use of wchar_t values across objects may fail"
 msgstr ""
 
-#: elf32-arm.c:13980
+#: elf32-arm.c:13978
 msgid ""
 "warning: %B uses %s enums yet the output is to use %s enums; use of enum "
 "values across objects may fail"
 msgstr ""
 
-#: elf32-arm.c:13992
+#: elf32-arm.c:13990
 msgid "error: %B uses iWMMXt register arguments, %B does not"
 msgstr ""
 
-#: elf32-arm.c:14009
+#: elf32-arm.c:14007
 msgid "error: fp16 format mismatch between %B and %B"
 msgstr ""
 
-#: elf32-arm.c:14045
-msgid "%B has has both the current and legacy Tag_MPextension_use attributes"
+#: elf32-arm.c:14043
+msgid "%B has both the current and legacy Tag_MPextension_use attributes"
 msgstr ""
 
 #. Ignore init flag - it may not be set, despite the flags field
@@ -1727,207 +1752,206 @@ msgstr ""
 #. Ignore init flag - it may not be set, despite the flags field containing valid data.
 #. Ignore init flag - it may not be set, despite the flags field
 #. containing valid data.
-#: elf32-arm.c:14132 elf32-bfin.c:4919 elf32-cris.c:4089 elf32-m68hc1x.c:1413
+#: elf32-arm.c:14130 elf32-bfin.c:4918 elf32-cris.c:4089 elf32-m68hc1x.c:1413
 #: elf32-m68k.c:1200 elf32-score.c:4002 elf32-score7.c:3807 elf32-vax.c:536
-#: elf32-xgate.c:669 elfxx-mips.c:15802
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6666
+#: elf32-xgate.c:669 elfxx-mips.c:15801
+#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6660
 #, c-format
 msgid "private flags = %lx:"
 msgstr ""
 
-#: elf32-arm.c:14141
+#: elf32-arm.c:14139
 #, c-format
 msgid " [interworking enabled]"
 msgstr ""
 
-#: elf32-arm.c:14149
+#: elf32-arm.c:14147
 #, c-format
 msgid " [VFP float format]"
 msgstr ""
 
-#: elf32-arm.c:14151
+#: elf32-arm.c:14149
 #, c-format
 msgid " [Maverick float format]"
 msgstr ""
 
-#: elf32-arm.c:14153
+#: elf32-arm.c:14151
 #, c-format
 msgid " [FPA float format]"
 msgstr ""
 
-#: elf32-arm.c:14162
+#: elf32-arm.c:14160
 #, c-format
 msgid " [new ABI]"
 msgstr ""
 
-#: elf32-arm.c:14165
+#: elf32-arm.c:14163
 #, c-format
 msgid " [old ABI]"
 msgstr ""
 
-#: elf32-arm.c:14168
+#: elf32-arm.c:14166
 #, c-format
 msgid " [software FP]"
 msgstr ""
 
-#: elf32-arm.c:14177
+#: elf32-arm.c:14175
 #, c-format
 msgid " [Version1 EABI]"
 msgstr ""
 
-#: elf32-arm.c:14180 elf32-arm.c:14191
+#: elf32-arm.c:14178 elf32-arm.c:14189
 #, c-format
 msgid " [sorted symbol table]"
 msgstr ""
 
-#: elf32-arm.c:14182 elf32-arm.c:14193
+#: elf32-arm.c:14180 elf32-arm.c:14191
 #, c-format
 msgid " [unsorted symbol table]"
 msgstr ""
 
-#: elf32-arm.c:14188
+#: elf32-arm.c:14186
 #, c-format
 msgid " [Version2 EABI]"
 msgstr ""
 
-#: elf32-arm.c:14196
+#: elf32-arm.c:14194
 #, c-format
 msgid " [dynamic symbols use segment index]"
 msgstr ""
 
-#: elf32-arm.c:14199
+#: elf32-arm.c:14197
 #, c-format
 msgid " [mapping symbols precede others]"
 msgstr ""
 
-#: elf32-arm.c:14206
+#: elf32-arm.c:14204
 #, c-format
 msgid " [Version3 EABI]"
 msgstr ""
 
-#: elf32-arm.c:14210
+#: elf32-arm.c:14208
 #, c-format
 msgid " [Version4 EABI]"
 msgstr ""
 
-#: elf32-arm.c:14214
+#: elf32-arm.c:14212
 #, c-format
 msgid " [Version5 EABI]"
 msgstr ""
 
-#: elf32-arm.c:14217
+#: elf32-arm.c:14215
 #, c-format
 msgid " [soft-float ABI]"
 msgstr ""
 
-#: elf32-arm.c:14220
+#: elf32-arm.c:14218
 #, c-format
 msgid " [hard-float ABI]"
 msgstr ""
 
-#: elf32-arm.c:14226
+#: elf32-arm.c:14224
 #, c-format
 msgid " [BE8]"
 msgstr ""
 
-#: elf32-arm.c:14229
+#: elf32-arm.c:14227
 #, c-format
 msgid " [LE8]"
 msgstr ""
 
-#: elf32-arm.c:14235
+#: elf32-arm.c:14233
 #, c-format
 msgid " <EABI version unrecognised>"
 msgstr ""
 
-#: elf32-arm.c:14242
+#: elf32-arm.c:14240
 #, c-format
 msgid " [relocatable executable]"
 msgstr ""
 
-#: elf32-arm.c:14247
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6669
+#: elf32-arm.c:14245 /work/sources/binutils/current/bfd/elfnn-aarch64.c:6663
 #, c-format
 msgid "<Unrecognised flag bits set>"
 msgstr ""
 
-#: elf32-arm.c:14557 elf32-i386.c:2053 elf32-s390.c:956 elf32-tic6x.c:2814
+#: elf32-arm.c:14555 elf32-i386.c:2031 elf32-s390.c:956 elf32-tic6x.c:2814
 #: elf32-tilepro.c:1491 elf32-xtensa.c:1018 elf64-s390.c:875
-#: elf64-x86-64.c:2444 elfxx-sparc.c:1440 elfxx-tilegx.c:1708
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:7115
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:526
+#: elf64-x86-64.c:2421 elfxx-sparc.c:1440 elfxx-tilegx.c:1708
+#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7109
+#: /work/sources/binutils/current/bfd/elfnn-riscv.c:526
 #, c-format
 msgid "%B: bad symbol index: %d"
 msgstr ""
 
-#: elf32-arm.c:16055
+#: elf32-arm.c:16053
 msgid "Errors encountered processing file %B"
 msgstr ""
 
-#: elf32-arm.c:16493 elflink.c:12297 elflink.c:12344
+#: elf32-arm.c:16491 elflink.c:12302 elflink.c:12349
 #, c-format
 msgid "could not find section %s"
 msgstr ""
 
-#: elf32-arm.c:17669
+#: elf32-arm.c:17667
 msgid "%B: error: Cortex-A8 erratum stub is allocated in unsafe location"
 msgstr ""
 
 #. There's not much we can do apart from complain if this
 #. happens.
-#: elf32-arm.c:17696
+#: elf32-arm.c:17694
 msgid "%B: error: Cortex-A8 erratum stub out of range (input file too large)"
 msgstr ""
 
-#: elf32-arm.c:18523 elf32-arm.c:18545
+#: elf32-arm.c:18521 elf32-arm.c:18543
 msgid "%B: error: VFP11 veneer out of range"
 msgstr ""
 
-#: elf32-arm.c:18596
+#: elf32-arm.c:18594
 msgid ""
-"%B(%#x): error: Cannot create STM32L4XX veneer. Jump out of range by %ld "
+"%B(%#Lx): error: Cannot create STM32L4XX veneer. Jump out of range by %Ld "
 "bytes. Cannot encode branch instruction. "
 msgstr ""
 
-#: elf32-arm.c:18634
+#: elf32-arm.c:18632
 msgid "%B: error: Cannot create STM32L4XX veneer."
 msgstr ""
 
-#: elf32-arm.c:19655
+#: elf32-arm.c:19653
 msgid "error: %B is already in final BE8 format"
 msgstr ""
 
-#: elf32-arm.c:19731
+#: elf32-arm.c:19729
 msgid ""
 "error: Source object %B has EABI version %d, but target %B has EABI version "
 "%d"
 msgstr ""
 
-#: elf32-arm.c:19746
+#: elf32-arm.c:19744
 msgid "error: %B is compiled for APCS-%d, whereas target %B uses APCS-%d"
 msgstr ""
 
-#: elf32-arm.c:19770
+#: elf32-arm.c:19768
 msgid "error: %B uses VFP instructions, whereas %B does not"
 msgstr ""
 
-#: elf32-arm.c:19774
+#: elf32-arm.c:19772
 msgid "error: %B uses FPA instructions, whereas %B does not"
 msgstr ""
 
-#: elf32-arm.c:19784
+#: elf32-arm.c:19782
 msgid "error: %B uses Maverick instructions, whereas %B does not"
 msgstr ""
 
-#: elf32-arm.c:19788
+#: elf32-arm.c:19786
 msgid "error: %B does not use Maverick instructions, whereas %B does"
 msgstr ""
 
-#: elf32-arm.c:19807
+#: elf32-arm.c:19805
 msgid "error: %B uses software FP, whereas %B uses hardware FP"
 msgstr ""
 
-#: elf32-arm.c:19811
+#: elf32-arm.c:19809
 msgid "error: %B uses hardware FP, whereas %B uses software FP"
 msgstr ""
 
@@ -1936,18 +1960,17 @@ msgstr ""
 msgid "%B: invalid AVR reloc number: %d"
 msgstr ""
 
-#: elf32-avr.c:1510 elf32-bfin.c:3202 elf32-cris.c:2033 elf32-epiphany.c:574
+#: elf32-avr.c:1510 elf32-bfin.c:3201 elf32-cris.c:2033 elf32-epiphany.c:574
 #: elf32-fr30.c:599 elf32-frv.c:4049 elf32-ft32.c:342 elf32-i860.c:1218
 #: elf32-ip2k.c:1486 elf32-iq2000.c:701 elf32-m32c.c:629 elf32-mep.c:532
-#: elf32-metag.c:2009 elf32-moxie.c:293 elf32-msp430.c:1365 elf32-mt.c:404
-#: elf32-or1k.c:1266 elf32-tilepro.c:3673 elf32-v850.c:2295 elf32-visium.c:685
-#: elf32-xstormy16.c:935 elf64-mmix.c:1548 elfxx-tilegx.c:4060
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:2275
+#: elf32-metag.c:2008 elf32-moxie.c:293 elf32-msp430.c:1365 elf32-mt.c:404
+#: elf32-or1k.c:1266 elf32-tilepro.c:3665 elf32-v850.c:2295 elf32-visium.c:685
+#: elf32-xstormy16.c:935 elf64-mmix.c:1546 elfxx-tilegx.c:4052
+#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2275
 msgid "internal error: dangerous relocation"
 msgstr ""
 
-#: elf32-avr.c:3319
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:2880
+#: elf32-avr.c:3319 /work/sources/binutils/current/bfd/elfnn-aarch64.c:2880
 #, c-format
 msgid "cannot create stub entry %s"
 msgstr ""
@@ -1958,67 +1981,67 @@ msgstr ""
 
 #: elf32-bfin.c:1581
 #, c-format
-msgid "%B(%A+0x%lx): unresolvable relocation against symbol `%s'"
+msgid "%B(%A+%#Lx): unresolvable relocation against symbol `%s'"
 msgstr ""
 
-#: elf32-bfin.c:1612 elf32-i386.c:5412 elf32-m68k.c:4160 elf32-s390.c:3429
-#: elf64-s390.c:3353 elf64-x86-64.c:5793
+#: elf32-bfin.c:1612 elf32-i386.c:5384 elf32-m68k.c:4159 elf32-s390.c:3429
+#: elf64-s390.c:3353 elf64-x86-64.c:5752
 #, c-format
-msgid "%B(%A+0x%lx): reloc against `%s': error %d"
+msgid "%B(%A+%#Lx): reloc against `%s': error %d"
 msgstr ""
 
-#: elf32-bfin.c:2706
+#: elf32-bfin.c:2705
 #, c-format
-msgid "%B: relocation at `%A+0x%x' references symbol `%s' with nonzero addend"
+msgid "%B: relocation at `%A+%#Lx' references symbol `%s' with nonzero addend"
 msgstr ""
 
-#: elf32-bfin.c:2722
+#: elf32-bfin.c:2721
 msgid "relocation references symbol not defined in the module"
 msgstr ""
 
-#: elf32-bfin.c:2819
+#: elf32-bfin.c:2818
 msgid "R_BFIN_FUNCDESC references dynamic symbol with nonzero addend"
 msgstr ""
 
-#: elf32-bfin.c:2860 elf32-bfin.c:2983
+#: elf32-bfin.c:2859 elf32-bfin.c:2982
 msgid "cannot emit fixups in read-only section"
 msgstr ""
 
-#: elf32-bfin.c:2891 elf32-bfin.c:3021 elf32-lm32.c:1064 elf32-sh.c:4930
+#: elf32-bfin.c:2890 elf32-bfin.c:3020 elf32-lm32.c:1064 elf32-sh.c:4930
 msgid "cannot emit dynamic relocations in read-only section"
 msgstr ""
 
-#: elf32-bfin.c:2941
+#: elf32-bfin.c:2940
 msgid "R_BFIN_FUNCDESC_VALUE references dynamic symbol with nonzero addend"
 msgstr ""
 
-#: elf32-bfin.c:3106
+#: elf32-bfin.c:3105
 msgid "relocations between different segments are not supported"
 msgstr ""
 
-#: elf32-bfin.c:3107
+#: elf32-bfin.c:3106
 msgid "warning: relocation references a different segment"
 msgstr ""
 
-#: elf32-bfin.c:4877
+#: elf32-bfin.c:4876
 #, c-format
-msgid "%B: unsupported relocation type %i"
+msgid "%B: unsupported relocation type %d"
 msgstr ""
 
-#: elf32-bfin.c:4966 elf32-frv.c:6599
+#: elf32-bfin.c:4965 elf32-frv.c:6599
 msgid "%B: cannot link non-fdpic object file into fdpic executable"
 msgstr ""
 
-#: elf32-bfin.c:4970 elf32-frv.c:6603
+#: elf32-bfin.c:4969 elf32-frv.c:6603
 msgid "%B: cannot link fdpic object file into non-fdpic executable"
 msgstr ""
 
-#: elf32-bfin.c:5120
+#: elf32-bfin.c:5119
 #, c-format
 msgid "*** check this relocation %s"
 msgstr ""
 
-#: elf32-bfin.c:5236
+#: elf32-bfin.c:5235
 msgid ""
 "the bfin target does not currently support the generation of copy relocations"
 msgstr ""
@@ -2066,13 +2089,13 @@ msgstr ""
 #: elf32-cris.c:1304 elf32-tic6x.c:2635
 #, c-format
 msgid ""
-"%B, section %A: relocation %s with non-zero addend %d against local symbol"
+"%B, section %A: relocation %s with non-zero addend %Ld against local symbol"
 msgstr ""
 
 #: elf32-cris.c:1313 elf32-cris.c:1660 elf32-cris.c:1813 elf32-tic6x.c:2644
 #, c-format
 msgid ""
-"%B, section %A: relocation %s with non-zero addend %d against symbol `%s'"
+"%B, section %A: relocation %s with non-zero addend %Ld against symbol `%s'"
 msgstr ""
 
 #: elf32-cris.c:1340
@@ -2121,7 +2144,7 @@ msgstr ""
 #, c-format
 msgid ""
 "%B, section %A:\n"
-"  v10/v32 compatible object %s must not contain a PIC relocation"
+"  v10/v32 compatible object must not contain a PIC relocation"
 msgstr ""
 
 #: elf32-cris.c:3287
@@ -2338,8 +2361,7 @@ msgstr ""
 #: elf32-frv.c:6577
 #, c-format
 msgid ""
-"%B: uses different unknown e_flags (0x%lx) fields than previous modules (0x"
-"%lx)"
+"%B: uses different unknown e_flags (%#x) fields than previous modules (%#x)"
 msgstr ""
 
 #: elf32-gen.c:69 elf64-gen.c:69
@@ -2347,9 +2369,9 @@ msgstr ""
 msgid "%B: Relocations in generic ELF (EM: %d)"
 msgstr ""
 
-#: elf32-hppa.c:839 elf32-hppa.c:3599
+#: elf32-hppa.c:839 elf32-hppa.c:3597
 #, c-format
-msgid "%B(%A+0x%lx): cannot reach %s, recompile with -ffunction-sections"
+msgid "%B(%A+%#Lx): cannot reach %s, recompile with -ffunction-sections"
 msgstr ""
 
 #: elf32-hppa.c:1270
@@ -2364,18 +2386,18 @@ msgstr ""
 msgid "%B: duplicate export stub %s"
 msgstr ""
 
-#: elf32-hppa.c:3433
+#: elf32-hppa.c:3431
 #, c-format
 msgid ""
-"%B(%A+0x%lx): %s fixup for insn 0x%x is not supported in a non-shared link"
+"%B(%A+%#Lx): %s fixup for insn %#x is not supported in a non-shared link"
 msgstr ""
 
-#: elf32-hppa.c:4290
+#: elf32-hppa.c:4288
 #, c-format
-msgid "%B(%A+0x%lx): cannot handle %s for %s"
+msgid "%B(%A+%#Lx): cannot handle %s for %s"
 msgstr ""
 
-#: elf32-hppa.c:4588
+#: elf32-hppa.c:4586
 msgid ".got section not immediately after .plt section"
 msgstr ""
 
@@ -2401,162 +2423,153 @@ msgstr ""
 msgid "%B: invalid relocation type %d"
 msgstr ""
 
-#: elf32-i386.c:1711 elf64-x86-64.c:1888
+#: elf32-i386.c:1689 elf64-x86-64.c:1866
 #, c-format
 msgid ""
-"%B: TLS transition from %s to %s against `%s' at 0x%lx in section `%A' failed"
+"%B: TLS transition from %s to %s against `%s' at %#Lx in section `%A' failed"
 msgstr ""
 
-#: elf32-i386.c:1799
+#: elf32-i386.c:1777
 #, c-format
 msgid ""
 "%B: direct GOT relocation R_386_GOT32X against `%s' without base register "
 "can not be used when making a shared object"
 msgstr ""
 
-#: elf32-i386.c:2237 elf32-s390.c:1188 elf32-sh.c:6056 elf32-tilepro.c:1608
-#: elf32-xtensa.c:1196 elf64-s390.c:1117 elfxx-sparc.c:1625
-#: elfxx-tilegx.c:1817
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:440
+#: elf32-i386.c:2215 elf32-s390.c:1188 elf32-sh.c:6056 elf32-tilepro.c:1608
+#: elf32-xtensa.c:1196 elf64-s390.c:1117 elfxx-sparc.c:1625 elfxx-tilegx.c:1817
+#: /work/sources/binutils/current/bfd/elfnn-riscv.c:440
 #, c-format
 msgid "%B: `%s' accessed both as normal and thread local symbol"
 msgstr ""
 
-#: elf32-i386.c:2314
+#: elf32-i386.c:2292
 #, c-format
 msgid "%B: unsupported non-PIC call to IFUNC `%s'"
 msgstr ""
 
-#: elf32-i386.c:3189 elf64-x86-64.c:3589
+#: elf32-i386.c:3167 elf64-x86-64.c:3566
 #, c-format
 msgid "%P: %B: warning: relocation against `%s' in readonly section `%A'\n"
 msgstr ""
 
-#: elf32-i386.c:3402 elf64-x86-64.c:3798
+#: elf32-i386.c:3380 elf64-x86-64.c:3775
 #, c-format
 msgid "%P: %B: warning: relocation in readonly section `%A'\n"
 msgstr ""
 
-#: elf32-i386.c:3705 elf64-x86-64.c:4114
+#: elf32-i386.c:3683 elf64-x86-64.c:4091
 msgid ""
 "%P%X: read-only segment has dynamic IFUNC relocations; recompile with -fPIC\n"
 msgstr ""
 
-#: elf32-i386.c:3945 elf32-tilepro.c:2868 elf64-x86-64.c:4321
-#: elfxx-tilegx.c:3167
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:6082
-#, c-format
-msgid "%B: unrecognized relocation (0x%x) in section `%A'"
-msgstr ""
-
-#: elf32-i386.c:4240 elf64-x86-64.c:4550
+#: elf32-i386.c:4212 elf64-x86-64.c:4520
 #, c-format
 msgid "%B: relocation %s against STT_GNU_IFUNC symbol `%s' isn't supported"
 msgstr ""
 
-#: elf32-i386.c:4275 elf32-i386.c:5642 elf32-i386.c:5781 elf64-x86-64.c:4609
-#: elf64-x86-64.c:5982 elf64-x86-64.c:6136
+#: elf32-i386.c:4247 elf32-i386.c:5614 elf32-i386.c:5753 elf64-x86-64.c:4579
+#: elf64-x86-64.c:5941 elf64-x86-64.c:6095
 msgid "Local IFUNC function `%s' in %B\n"
 msgstr ""
 
-#: elf32-i386.c:4508
+#: elf32-i386.c:4480
 #, c-format
 msgid ""
 "%B: direct GOT relocation %s against `%s' without base register can not be "
 "used when making a shared object"
 msgstr ""
 
-#: elf32-i386.c:4543 elf64-x86-64.c:4816
+#: elf32-i386.c:4515 elf64-x86-64.c:4786
 msgid "hidden symbol"
 msgstr ""
 
-#: elf32-i386.c:4546 elf64-x86-64.c:4819
+#: elf32-i386.c:4518 elf64-x86-64.c:4789
 msgid "internal symbol"
 msgstr ""
 
-#: elf32-i386.c:4549 elf64-x86-64.c:4822
+#: elf32-i386.c:4521 elf64-x86-64.c:4792
 msgid "protected symbol"
 msgstr ""
 
-#: elf32-i386.c:4552 elf64-x86-64.c:4825
+#: elf32-i386.c:4524 elf64-x86-64.c:4795
 msgid "symbol"
 msgstr ""
 
-#: elf32-i386.c:4558
+#: elf32-i386.c:4530
 #, c-format
 msgid ""
 "%B: relocation R_386_GOTOFF against undefined %s `%s' can not be used when "
 "making a shared object"
 msgstr ""
 
-#: elf32-i386.c:4571
+#: elf32-i386.c:4543
 #, c-format
 msgid ""
 "%B: relocation R_386_GOTOFF against protected %s `%s' can not be used when "
 "making a shared object"
 msgstr ""
 
-#: elf32-i386.c:6116 elf32-tilepro.c:3920 elf64-x86-64.c:6483
-#: elfxx-tilegx.c:4327
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:9261
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-riscv.c:2522
+#: elf32-i386.c:6088 elf32-tilepro.c:3912 elf64-x86-64.c:6442
+#: elfxx-tilegx.c:4319 /work/sources/binutils/current/bfd/elfnn-aarch64.c:9279
+#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2522
 #, c-format
 msgid "discarded output section: `%A'"
 msgstr ""
 
-#: elf32-i386.c:6693 elf64-x86-64.c:7228
+#: elf32-i386.c:6656 elf64-x86-64.c:7178
 msgid "error: %B: <corrupt x86 ISA used size: 0x%x>"
 msgstr ""
 
-#: elf32-i386.c:6695 elf64-x86-64.c:7230
+#: elf32-i386.c:6658 elf64-x86-64.c:7180
 msgid "error: %B: <corrupt x86 ISA needed size: 0x%x>"
 msgstr ""
 
-#: elf32-i386.c:6696 elf64-x86-64.c:7231
+#: elf32-i386.c:6659 elf64-x86-64.c:7181
 msgid "error: %B: <corrupt x86 feature size: 0x%x>"
 msgstr ""
 
-#: elf32-i386.c:6873 elf64-x86-64.c:7408
+#: elf32-i386.c:6836 elf64-x86-64.c:7358
 #, c-format
 msgid "%F: failed to create GNU property section\n"
 msgstr ""
 
-#: elf32-i386.c:6959
+#: elf32-i386.c:6931
 #, c-format
 msgid "%F: failed to create VxWorks dynamic sections\n"
 msgstr ""
 
-#: elf32-i386.c:7026 elf64-x86-64.c:7568
+#: elf32-i386.c:6998 elf64-x86-64.c:7519
 #, c-format
 msgid "%F: failed to create GOT sections\n"
 msgstr ""
 
-#: elf32-i386.c:7031 elf64-x86-64.c:7584
+#: elf32-i386.c:7003 elf64-x86-64.c:7535
 #, c-format
 msgid "%F: failed to create ifunc sections\n"
 msgstr ""
 
-#: elf32-i386.c:7074 elf64-x86-64.c:7627
+#: elf32-i386.c:7046 elf64-x86-64.c:7578
 #, c-format
 msgid "%F: failed to create GOT PLT section\n"
 msgstr ""
 
-#: elf32-i386.c:7095 elf64-x86-64.c:7648
+#: elf32-i386.c:7067 elf64-x86-64.c:7599
 #, c-format
 msgid "%F: failed to create IBT-enabled PLT section\n"
 msgstr ""
 
-#: elf32-i386.c:7116 elf64-x86-64.c:7684
+#: elf32-i386.c:7088 elf64-x86-64.c:7635
 #, c-format
 msgid "%F: failed to create PLT .eh_frame section\n"
 msgstr ""
 
-#: elf32-i386.c:7129 elf64-x86-64.c:7698
+#: elf32-i386.c:7101 elf64-x86-64.c:7649
 #, c-format
 msgid "%F: failed to create GOT PLT .eh_frame section\n"
 msgstr ""
 
-#: elf32-i386.c:7149 elf64-x86-64.c:7414
+#: elf32-i386.c:7121 elf64-x86-64.c:7364
 #, c-format
 msgid "%F%A: failed to align section\n"
 msgstr ""
@@ -2582,12 +2595,12 @@ msgstr ""
 
 #: elf32-ip2k.c:1298
 #, c-format
-msgid "ip2k linker: missing page instruction at 0x%08lx (dest = 0x%08lx)."
+msgid "ip2k linker: missing page instruction at %#Lx (dest = %#Lx)"
 msgstr ""
 
 #: elf32-ip2k.c:1315
 #, c-format
-msgid "ip2k linker: redundant page instruction at 0x%08lx (dest = 0x%08lx)."
+msgid "ip2k linker: redundant page instruction at %#Lx (dest = %#Lx)"
 msgstr ""
 
 #: elf32-iq2000.c:441
@@ -2626,31 +2639,31 @@ msgstr ""
 msgid "SDA relocation when _SDA_BASE_ not defined"
 msgstr ""
 
-#: elf32-m32r.c:2984 elf32-microblaze.c:1080 elf32-microblaze.c:1128
+#: elf32-m32r.c:2985 elf32-microblaze.c:1080 elf32-microblaze.c:1128
 #, c-format
 msgid "%B: The target (%s) of an %s relocation is in the wrong section (%A)"
 msgstr ""
 
-#: elf32-m32r.c:3486
+#: elf32-m32r.c:3487
 msgid "%B: Instruction set mismatch with previous modules"
 msgstr ""
 
-#: elf32-m32r.c:3507 elf32-nds32.c:6111
+#: elf32-m32r.c:3508 elf32-nds32.c:6111
 #, c-format
 msgid "private flags = %lx"
 msgstr ""
 
-#: elf32-m32r.c:3512
+#: elf32-m32r.c:3513
 #, c-format
 msgid ": m32r instructions"
 msgstr ""
 
-#: elf32-m32r.c:3513
+#: elf32-m32r.c:3514
 #, c-format
 msgid ": m32rx instructions"
 msgstr ""
 
-#: elf32-m32r.c:3514
+#: elf32-m32r.c:3515
 #, c-format
 msgid ": m32r2 instructions"
 msgstr ""
@@ -2766,7 +2779,7 @@ msgstr ""
 msgid " [XGATE RAM offsetting]"
 msgstr ""
 
-#: elf32-m68k.c:1215 elf32-m68k.c:1216 vms-alpha.c:7400 vms-alpha.c:7416
+#: elf32-m68k.c:1215 elf32-m68k.c:1216 vms-alpha.c:7477 vms-alpha.c:7493
 msgid "unknown"
 msgstr ""
 
@@ -2780,11 +2793,6 @@ msgstr ""
 msgid "%B: GOT overflow: Number of relocations with 8- or 16-bit offset > %d"
 msgstr ""
 
-#: elf32-m68k.c:3890
-#, c-format
-msgid "%B(%A+0x%lx): R_68K_TLS_LE32 relocation not permitted in shared object"
-msgstr ""
-
 #: elf32-mcore.c:100 elf32-mcore.c:455
 #, c-format
 msgid "%B: Relocation %s (%d) is not currently supported.\n"
@@ -2845,20 +2853,13 @@ msgid ""
 "%B(%A): shared library symbol %s encountered whilst performing a static link"
 msgstr ""
 
-#: elf32-metag.c:1931
-#, c-format
-msgid ""
-"%B(%A+0x%lx): R_METAG_TLS_LE/IENONPIC relocation not permitted in shared "
-"object"
-msgstr ""
-
 #: elf32-microblaze.c:656
 #, c-format
 msgid "%B: unrecognised MicroBlaze reloc number: %d"
 msgstr ""
 
-#: elf32-microblaze.c:1496 elf32-or1k.c:1072 elf32-tilepro.c:3317
-#: elfxx-sparc.c:3705 elfxx-tilegx.c:3726
+#: elf32-microblaze.c:1496 elf32-or1k.c:1072 elf32-tilepro.c:3309
+#: elfxx-sparc.c:3705 elfxx-tilegx.c:3718
 msgid "%B: probably compiled without -fPIC?"
 msgstr ""
 
@@ -2899,37 +2900,37 @@ msgstr ""
 msgid "internal error: branch/jump to an odd address detected"
 msgstr ""
 
-#: elf32-msp430.c:2354
+#: elf32-msp430.c:2356
 #, c-format
 msgid "Warning: %B: Unknown MSPABI object attribute %d"
 msgstr ""
 
-#: elf32-msp430.c:2447
+#: elf32-msp430.c:2449
 #, c-format
 msgid "error: %B uses %s instructions but %B uses %s"
 msgstr ""
 
-#: elf32-msp430.c:2459
+#: elf32-msp430.c:2461
 #, c-format
 msgid "error: %B uses the %s code model whereas %B uses the %s code model"
 msgstr ""
 
-#: elf32-msp430.c:2471
+#: elf32-msp430.c:2473
 #, c-format
 msgid "error: %B uses the large code model but %B uses MSP430 instructions"
 msgstr ""
 
-#: elf32-msp430.c:2482
+#: elf32-msp430.c:2484
 #, c-format
 msgid "error: %B uses the %s data model whereas %B uses the %s data model"
 msgstr ""
 
-#: elf32-msp430.c:2494
+#: elf32-msp430.c:2496
 #, c-format
 msgid "error: %B uses the small code model but %B uses the %s data model"
 msgstr ""
 
-#: elf32-msp430.c:2506
+#: elf32-msp430.c:2508
 #, c-format
 msgid "error: %B uses the %s data model but %B only uses MSP430 instructions"
 msgstr ""
@@ -3024,7 +3025,7 @@ msgstr ""
 
 #: elf32-nds32.c:8989
 #, c-format
-msgid "%B: warning: %s points to unrecognized reloc at 0x%lx."
+msgid "%B: warning: %s points to unrecognized reloc at %#Lx"
 msgstr ""
 
 #: elf32-nds32.c:11850 elf32-nds32.c:11867
@@ -3041,7 +3042,7 @@ msgstr ""
 msgid "%B: Unmatched OMIT_FP in %A."
 msgstr ""
 
-#: elf32-nds32.c:13026 reloc.c:8231
+#: elf32-nds32.c:13026 reloc.c:8234
 #, c-format
 msgid "%X%P: %B(%A): relocation \"%R\" goes out of range\n"
 msgstr ""
@@ -3057,12 +3058,13 @@ msgstr ""
 #: elf32-nds32.c:15436
 #, c-format
 msgid ""
-"%B: warning: unaligned small data access. For entry: {%d, %d, %d}, addr = 0x"
-"%x, align = 0x%x."
+"%B: warning: unaligned small data access for entry: {%Ld, %Ld, %Ld}, addr = "
+"%#Lx, align = %#x"
 msgstr ""
 
 #: elf32-nds32.c:15469
-msgid "%P%F: failed creating ex9.it %s hash table: %E\n"
+#, c-format
+msgid "failed creating ex9.it %s hash table entry"
 msgstr ""
 
 #: elf32-nios2.c:2949
@@ -3082,12 +3084,6 @@ msgid ""
 "the offset (%d) is out of the allowed range, -32678 to 32767.\n"
 msgstr ""
 
-#: elf32-nios2.c:4372
-#, c-format
-msgid ""
-"%B(%A+0x%lx): R_NIOS2_TLS_LE16 relocation not permitted in shared object"
-msgstr ""
-
 #: elf32-nios2.c:4500 elf32-pru.c:816
 msgid "relocation out of range"
 msgstr ""
@@ -3174,7 +3170,7 @@ msgstr ""
 msgid "%B: relocation %s cannot be used when making a shared object"
 msgstr ""
 
-#: elf32-ppc.c:4329 elf64-ppc.c:5591
+#: elf32-ppc.c:4329 elf64-ppc.c:5600
 #, c-format
 msgid "%H: %s reloc against local symbol\n"
 msgstr ""
@@ -3221,11 +3217,6 @@ msgid ""
 "%B: compiled normally and linked with modules compiled with -mrelocatable"
 msgstr ""
 
-#: elf32-ppc.c:4909
-#, c-format
-msgid "%B: uses different e_flags (%#x) fields than previous modules (%#x)"
-msgstr ""
-
 #: elf32-ppc.c:4950
 #, c-format
 msgid "%B(%A+0x%lx): expected 16A style relocation on 0x%08x insn"
@@ -3248,7 +3239,7 @@ msgstr ""
 #. could just mark this symbol to exclude it
 #. from tls optimization but it's safer to skip
 #. the entire optimization.
-#: elf32-ppc.c:5544 elf64-ppc.c:8798
+#: elf32-ppc.c:5544 elf64-ppc.c:8826
 #, c-format
 msgid "%H arg lost __tls_get_addr, TLS optimization disabled\n"
 msgstr ""
@@ -3259,7 +3250,7 @@ msgstr ""
 
 #: elf32-ppc.c:8289 elf32-ppc.c:8324
 #, c-format
-msgid "%H: error: %s with unexpected instruction %x\n"
+msgid "%B(%A+%#Lx): error: %s with unexpected instruction %#x"
 msgstr ""
 
 #: elf32-ppc.c:8380
@@ -3272,7 +3263,7 @@ msgstr ""
 msgid "%P: %B: unknown relocation type %d for symbol %s\n"
 msgstr ""
 
-#: elf32-ppc.c:8723
+#: elf32-ppc.c:8718
 #, c-format
 msgid "%H: non-zero addend on %s reloc against `%s'\n"
 msgstr ""
@@ -3285,62 +3276,62 @@ msgstr ""
 #. local won't have the +32k reloc addend trick marking
 #. -fPIC code, so the linker won't know whether r30 is
 #. _GLOBAL_OFFSET_TABLE_ or pointing into a .got2 section.
-#: elf32-ppc.c:8755
+#: elf32-ppc.c:8750
 #, c-format
 msgid "%X%H: @local call to ifunc %s\n"
 msgstr ""
 
-#: elf32-ppc.c:8935
+#: elf32-ppc.c:8930
 #, c-format
 msgid "%H: relocation %s for indirect function %s unsupported\n"
 msgstr ""
 
-#: elf32-ppc.c:9232 elf32-ppc.c:9263 elf32-ppc.c:9354
+#: elf32-ppc.c:9199 elf32-ppc.c:9230 elf32-ppc.c:9321
 #, c-format
 msgid ""
 "%P: %B: the target (%s) of a %s relocation is in the wrong output section "
 "(%s)\n"
 msgstr ""
 
-#: elf32-ppc.c:9442
+#: elf32-ppc.c:9409
 #, c-format
 msgid ""
 "%B: the target (%s) of a %s relocation is in the wrong output section (%s)"
 msgstr ""
 
-#: elf32-ppc.c:9546
+#: elf32-ppc.c:9513
 #, c-format
 msgid "%P: %B: relocation %s is not yet supported for symbol %s\n"
 msgstr ""
 
-#: elf32-ppc.c:9631
+#: elf32-ppc.c:9598
 #, c-format
 msgid "%H: error: %s against `%s' not a multiple of %u\n"
 msgstr ""
 
-#: elf32-ppc.c:9660
+#: elf32-ppc.c:9627
 #, c-format
 msgid "%H: unresolvable %s relocation against symbol `%s'\n"
 msgstr ""
 
-#: elf32-ppc.c:9741
+#: elf32-ppc.c:9708
 #, c-format
 msgid "%H: %s reloc against `%s': error %d\n"
 msgstr ""
 
-#: elf32-ppc.c:10505 elf64-ppc.c:15719
+#: elf32-ppc.c:10472 elf64-ppc.c:15763
 msgid ""
 "%X%P: text relocations and GNU indirect functions will result in a segfault "
 "at runtime\n"
 msgstr ""
 
-#: elf32-ppc.c:10509 elf64-ppc.c:15723
+#: elf32-ppc.c:10476 elf64-ppc.c:15767
 msgid ""
 "%P: warning: text relocations and GNU indirect functions may result in a "
 "segfault at runtime\n"
 msgstr ""
 
-#: elf32-ppc.c:10554
+#: elf32-ppc.c:10521
 #, c-format
 msgid "%P: %s not defined in linker created %s\n"
 msgstr ""
@@ -3417,7 +3408,7 @@ msgstr ""
 #. crt0.o before the PID base address register has been initialised.
 #: elf32-rx.c:686
 #, c-format
-msgid "%B(%A): unsafe PID relocation %s at 0x%08lx (against %s in %s)"
+msgid "%B(%A): unsafe PID relocation %s at %#Lx (against %s in %s)"
 msgstr ""
 
 #: elf32-rx.c:1266
@@ -3450,7 +3441,7 @@ msgstr ""
 
 #: elf32-s390.c:2310 elf64-s390.c:2257
 #, c-format
-msgid "%B(%A+0x%lx): invalid instruction for TLS relocation %s"
+msgid "%B(%A+%#Lx): invalid instruction for TLS relocation %s"
 msgstr ""
 
 #: elf32-score.c:1521 elf32-score7.c:1382 elfxx-mips.c:3756
@@ -3468,7 +3459,7 @@ msgstr ""
 
 #: elf32-score.c:2883 elf32-score7.c:2688
 #, c-format
-msgid "%B: CALL15 reloc at 0x%lx not against global symbol"
+msgid "%B: CALL15 reloc at %#Lx not against global symbol"
 msgstr ""
 
 #: elf32-score.c:4005 elf32-score7.c:3810
@@ -3505,38 +3496,43 @@ msgstr ""
 msgid "%B: unrecognised SH reloc number: %d"
 msgstr ""
 
+#: elf32-sh.c:592
+#, c-format
+msgid "%B: %#Lx: warning: R_SH_USES points to unrecognized insn 0x%x"
+msgstr ""
+
 #: elf32-sh.c:3953 elf64-sh64.c:1508
 msgid "Unexpected STO_SH5_ISA32 on local symbol is not handled"
 msgstr ""
 
 #: elf32-sh.c:4206
 #, c-format
-msgid "%B: 0x%lx: fatal: unaligned branch target for relax-support relocation"
+msgid "%B: %#Lx: fatal: unaligned branch target for relax-support relocation"
 msgstr ""
 
 #: elf32-sh.c:4240 elf32-sh.c:4256
 #, c-format
-msgid "%B: 0x%lx: fatal: unaligned %s relocation 0x%lx"
+msgid "%B: %#Lx: fatal: unaligned %s relocation %#Lx"
 msgstr ""
 
 #: elf32-sh.c:4271
 #, c-format
-msgid "%B: 0x%lx: fatal: R_SH_PSHA relocation %d not in range -32..32"
+msgid "%B: %#Lx: fatal: R_SH_PSHA relocation %Ld not in range -32..32"
 msgstr ""
 
 #: elf32-sh.c:4286
 #, c-format
-msgid "%B: 0x%lx: fatal: R_SH_PSHL relocation %d not in range -32..32"
+msgid "%B: %#Lx: fatal: R_SH_PSHL relocation %Ld not in range -32..32"
 msgstr ""
 
 #: elf32-sh.c:4431 elf32-sh.c:4903
 #, c-format
-msgid "%B(%A+0x%lx): cannot emit fixup to `%s' in read-only section"
+msgid "%B(%A+%#Lx): cannot emit fixup to `%s' in read-only section"
 msgstr ""
 
 #: elf32-sh.c:5005
 #, c-format
-msgid "%B(%A+0x%lx): %s relocation against external symbol \"%s\""
+msgid "%B(%A+%#Lx): %s relocation against external symbol \"%s\""
 msgstr ""
 
 #: elf32-sh.c:5469
@@ -3563,7 +3559,7 @@ msgstr ""
 msgid "%B: Function descriptor relocation with non-zero addend"
 msgstr ""
 
-#: elf32-sh.c:6320 elf64-alpha.c:4757
+#: elf32-sh.c:6320 elf64-alpha.c:4755
 #, c-format
 msgid "%B: TLS local exec code cannot be linked into shared objects"
 msgstr ""
@@ -3623,7 +3619,7 @@ msgstr ""
 
 #: elf32-sh64.c:600
 #, c-format
-msgid "%B: error: unaligned relocation type %d at %08x reloc %p\n"
+msgid "%B: error: unaligned relocation type %d at %#Lx reloc %#Lx"
 msgstr ""
 
 #: elf32-sh64.c:676
@@ -3784,7 +3780,7 @@ msgstr ""
 
 #: elf32-spu.c:5043
 #, c-format
-msgid "%B(%s+0x%lx): unresolvable %s relocation against symbol `%s'"
+msgid "%B(%s+%#Lx): unresolvable %s relocation against symbol `%s'"
 msgstr ""
 
 #: elf32-tic6x.c:1596
@@ -3889,7 +3885,7 @@ msgstr ""
 
 #: elf32-v850.c:2528
 #, c-format
-msgid "error: %B needs 8-byte aligment but %B is set for 4-byte alignment"
+msgid "error: %B needs 8-byte alignment but %B is set for 4-byte alignment"
 msgstr ""
 
 #: elf32-v850.c:2544
@@ -4040,37 +4036,37 @@ msgstr ""
 
 #: elf32-v850.c:3605
 #, c-format
-msgid "%B: 0x%lx: warning: R_V850_LONGCALL points to unrecognized insns"
+msgid "%B: %#Lx: warning: R_V850_LONGCALL points to unrecognized insns"
 msgstr ""
 
 #: elf32-v850.c:3615
 #, c-format
-msgid "%B: 0x%lx: warning: R_V850_LONGCALL points to unrecognized insn 0x%x"
+msgid "%B: %#Lx: warning: R_V850_LONGCALL points to unrecognized insn %#x"
 msgstr ""
 
 #: elf32-v850.c:3660
 #, c-format
-msgid "%B: 0x%lx: warning: R_V850_LONGCALL points to unrecognized reloc"
+msgid "%B: %#Lx: warning: R_V850_LONGCALL points to unrecognized reloc"
 msgstr ""
 
 #: elf32-v850.c:3700
 #, c-format
-msgid "%B: 0x%lx: warning: R_V850_LONGCALL points to unrecognized reloc 0x%lx"
+msgid "%B: %#Lx: warning: R_V850_LONGCALL points to unrecognized reloc %#Lx"
 msgstr ""
 
 #: elf32-v850.c:3843
 #, c-format
-msgid "%B: 0x%lx: warning: R_V850_LONGJUMP points to unrecognized insns"
+msgid "%B: %#Lx: warning: R_V850_LONGJUMP points to unrecognized insns"
 msgstr ""
 
 #: elf32-v850.c:3853
 #, c-format
-msgid "%B: 0x%lx: warning: R_V850_LONGJUMP points to unrecognized insn 0x%x"
+msgid "%B: %#Lx: warning: R_V850_LONGJUMP points to unrecognized insn %#x"
 msgstr ""
 
 #: elf32-v850.c:3887
 #, c-format
-msgid "%B: 0x%lx: warning: R_V850_LONGJUMP points to unrecognized reloc"
+msgid "%B: %#Lx: warning: R_V850_LONGJUMP points to unrecognized reloc"
 msgstr ""
 
 #: elf32-vax.c:290
@@ -4096,13 +4092,13 @@ msgstr ""
 #: elf32-vax.c:635
 #, c-format
 msgid ""
-"%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"
 msgstr ""
 
 #: elf32-vax.c:1511
 #, c-format
-msgid "%B: warning: PLT addend of %d to `%s' from %A section ignored"
+msgid "%B: warning: PLT addend of %Ld to `%s' from %A section ignored"
 msgstr ""
 
 #: elf32-vax.c:1636
@@ -4112,7 +4108,7 @@ msgstr ""
 
 #: elf32-vax.c:1643
 #, c-format
-msgid "%B: warning: %s relocation to 0x%x from %A section"
+msgid "%B: warning: %s relocation to %#Lx from %A section"
 msgstr ""
 
 #: elf32-visium.c:481
@@ -4157,7 +4153,7 @@ msgstr ""
 
 #: elf32-xtensa.c:2790
 #, c-format
-msgid "%B(%A+0x%lx): relocation offset out of range (size=0x%x)"
+msgid "%B(%A+%#Lx): relocation offset out of range (size=%#Lx)"
 msgstr ""
 
 #: elf32-xtensa.c:2871 elf32-xtensa.c:2990
@@ -4181,30 +4177,30 @@ msgstr ""
 msgid "Attempt to convert L32R/CALLX to CALL failed"
 msgstr ""
 
-#: elf32-xtensa.c:6552 elf32-xtensa.c:6629 elf32-xtensa.c:8002
+#: elf32-xtensa.c:6552 elf32-xtensa.c:6630 elf32-xtensa.c:8006
 #, c-format
 msgid ""
-"%B(%A+0x%lx): could not decode instruction; possible configuration mismatch"
+"%B(%A+%#Lx): could not decode instruction; possible configuration mismatch"
 msgstr ""
 
-#: elf32-xtensa.c:7743
+#: elf32-xtensa.c:7745
 #, c-format
 msgid ""
-"%B(%A+0x%lx): could not decode instruction for XTENSA_ASM_SIMPLIFY "
+"%B(%A+%#Lx): could not decode instruction for XTENSA_ASM_SIMPLIFY "
 "relocation; possible configuration mismatch"
 msgstr ""
 
-#: elf32-xtensa.c:9585
+#: elf32-xtensa.c:9590
 msgid "invalid relocation address"
 msgstr ""
 
-#: elf32-xtensa.c:9635
+#: elf32-xtensa.c:9640
 msgid "overflow after relaxation"
 msgstr ""
 
-#: elf32-xtensa.c:10779
+#: elf32-xtensa.c:10784
 #, c-format
-msgid "%B(%A+0x%lx): unexpected fix for %s relocation"
+msgid "%B(%A+%#Lx): unexpected fix for %s relocation"
 msgstr ""
 
 #: elf64-alpha.c:472
@@ -4223,72 +4219,72 @@ msgstr ""
 
 #: elf64-alpha.c:3084
 #, c-format
-msgid "%B: %A+0x%lx: warning: %s relocation against unexpected insn"
+msgid "%B: %A+%#Lx: warning: %s relocation against unexpected insn"
 msgstr ""
 
-#: elf64-alpha.c:3280
+#: elf64-alpha.c:3279
 #, c-format
-msgid "%B: %A+0x%lx: warning: LITERAL relocation against unexpected insn"
+msgid "%B: %A+%#Lx: warning: LITERAL relocation against unexpected insn"
 msgstr ""
 
-#: elf64-alpha.c:4481 elf64-alpha.c:4494
+#: elf64-alpha.c:4479 elf64-alpha.c:4492
 #, c-format
 msgid "%B: gp-relative relocation against dynamic symbol %s"
 msgstr ""
 
-#: elf64-alpha.c:4521 elf64-alpha.c:4665
+#: elf64-alpha.c:4519 elf64-alpha.c:4663
 #, c-format
 msgid "%B: pc-relative relocation against dynamic symbol %s"
 msgstr ""
 
-#: elf64-alpha.c:4550
+#: elf64-alpha.c:4548
 #, c-format
 msgid "%B: change in gp: BRSGP %s"
 msgstr ""
 
-#: elf64-alpha.c:4575
+#: elf64-alpha.c:4573
 msgid "<unknown>"
 msgstr ""
 
-#: elf64-alpha.c:4581
+#: elf64-alpha.c:4579
 #, c-format
 msgid "%B: !samegp reloc against symbol without .prologue: %s"
 msgstr ""
 
-#: elf64-alpha.c:4639
+#: elf64-alpha.c:4637
 #, c-format
 msgid "%B: unhandled dynamic relocation against %s"
 msgstr ""
 
-#: elf64-alpha.c:4674
+#: elf64-alpha.c:4672
 #, c-format
 msgid "%B: pc-relative relocation against undefined weak symbol %s"
 msgstr ""
 
-#: elf64-alpha.c:4740
+#: elf64-alpha.c:4738
 #, c-format
 msgid "%B: dtp-relative relocation against dynamic symbol %s"
 msgstr ""
 
-#: elf64-alpha.c:4765
+#: elf64-alpha.c:4763
 #, c-format
 msgid "%B: tp-relative relocation against dynamic symbol %s"
 msgstr ""
 
 #: elf64-hppa.c:2082
 #, c-format
-msgid "stub entry for %s cannot load .plt, dp offset = %ld"
+msgid "stub entry for %s cannot load .plt, dp offset = %Ld"
 msgstr ""
 
 #: elf64-hppa.c:3287
 #, c-format
-msgid "%B(%A+0x%"
+msgid "%B(%A+%#Lx): cannot reach %s"
 msgstr ""
 
 #: elf64-ia64-vms.c:587 elf32-ia64.c:620 elf64-ia64.c:620
 #, c-format
 msgid ""
-"%B: Can't relax br at 0x%lx in section `%A'. Please use brl or indirect "
+"%B: Can't relax br at %#Lx in section `%A'. Please use brl or indirect "
 "branch."
 msgstr ""
 
@@ -4298,7 +4294,7 @@ msgstr ""
 
 #: elf64-ia64-vms.c:3282 elf32-ia64.c:3688 elf64-ia64.c:3688
 #, c-format
-msgid "%B: short data segment overflowed (0x%lx >= 0x400000)"
+msgid "%B: short data segment overflowed (%#Lx >= 0x400000)"
 msgstr ""
 
 #: elf64-ia64-vms.c:3292 elf32-ia64.c:3698 elf64-ia64.c:3698
@@ -4341,14 +4337,14 @@ msgstr ""
 #: elf64-ia64-vms.c:3950 elf32-ia64.c:4475 elf64-ia64.c:4475
 #, c-format
 msgid ""
-"%B: missing TLS section for relocation %s against `%s' at 0x%lx in section `"
+"%B: missing TLS section for relocation %s against `%s' at %#Lx in section `"
 "%A'."
 msgstr ""
 
 #: elf64-ia64-vms.c:3967 elf32-ia64.c:4492 elf64-ia64.c:4492
 #, c-format
 msgid ""
-"%B: Can't relax br (%s) to `%s' at 0x%lx in section `%A' with size 0x%lx (> "
+"%B: Can't relax br (%s) to `%s' at %#Lx in section `%A' with size %#Lx (> "
 "0x1000000)."
 msgstr ""
 
@@ -4372,21 +4368,21 @@ msgstr ""
 msgid "%B: linking auto-pic files with non-auto-pic files"
 msgstr ""
 
-#: elf64-ia64-vms.c:5138 elflink.c:4730
+#: elf64-ia64-vms.c:5138 elflink.c:4736
 #, c-format
 msgid ""
 "Warning: alignment %u of common symbol `%s' in %B is greater than the "
 "alignment (%u) of its section %A"
 msgstr ""
 
-#: elf64-ia64-vms.c:5145 elflink.c:4737
+#: elf64-ia64-vms.c:5145 elflink.c:4743
 #, c-format
 msgid "Warning: alignment %u of symbol `%s' in %B is smaller than %u in %B"
 msgstr ""
 
-#: elf64-ia64-vms.c:5161
+#: elf64-ia64-vms.c:5161 elflink.c:4760
 #, c-format
-msgid "Warning: size of symbol `%s' changed from %lu in %B to %lu in %B"
+msgid "Warning: size of symbol `%s' changed from %Lu in %B to %Lu in %B"
 msgstr ""
 
 #: elf64-mips.c:3615 elfn32-mips.c:3439
@@ -4412,178 +4408,183 @@ msgstr ""
 #, c-format
 msgid ""
 "%B: Internal inconsistency error for value for\n"
-" linker-allocated global register: linked: 0x%lx%08lx != relaxed: 0x%lx"
-"%08lx\n"
+" linker-allocated global register: linked: %#Lx != relaxed: %#Lx"
 msgstr ""
 
-#: elf64-mmix.c:1266
+#: elf64-mmix.c:1264
 #, c-format
 msgid "%B: invalid MMIX reloc number: %d"
 msgstr ""
 
-#: elf64-mmix.c:1618
+#: elf64-mmix.c:1616
 #, c-format
 msgid ""
 "%B: base-plus-offset relocation against register symbol: (unknown) in %A"
 msgstr ""
 
-#: elf64-mmix.c:1624
+#: elf64-mmix.c:1622
 #, c-format
 msgid "%B: base-plus-offset relocation against register symbol: %s in %A"
 msgstr ""
 
-#: elf64-mmix.c:1669
+#: elf64-mmix.c:1667
 #, c-format
 msgid "%B: register relocation against non-register symbol: (unknown) in %A"
 msgstr ""
 
-#: elf64-mmix.c:1675
+#: elf64-mmix.c:1673
 #, c-format
 msgid "%B: register relocation against non-register symbol: %s in %A"
 msgstr ""
 
-#: elf64-mmix.c:1712
+#: elf64-mmix.c:1710
 msgid "%B: directive LOCAL valid only with a register or absolute value"
 msgstr ""
 
-#: elf64-mmix.c:1743
+#: elf64-mmix.c:1741
 #, c-format
 msgid ""
-"%B: LOCAL directive: Register $%ld is not a local register.  First global "
-"register is $%ld."
+"%B: LOCAL directive: Register $%Ld is not a local register.  First global "
+"register is $%Ld."
 msgstr ""
 
-#: elf64-mmix.c:2202
+#: elf64-mmix.c:2200
 #, c-format
 msgid ""
 "%B: Error: multiple definition of `%s'; start of %s is set in a earlier "
 "linked file\n"
 msgstr ""
 
-#: elf64-mmix.c:2257
+#: elf64-mmix.c:2255
 msgid "Register section has contents\n"
 msgstr ""
 
-#: elf64-mmix.c:2447
+#: elf64-mmix.c:2445
 #, c-format
 msgid ""
-"Internal inconsistency: remaining %u != max %u.\n"
+"Internal inconsistency: remaining %lu != max %lu.\n"
 "  Please report this bug."
 msgstr ""
 
-#: elf64-ppc.c:4625
+#: elf64-ppc.c:4632
 #, c-format
 msgid "%P: %B: cannot create stub entry %s\n"
 msgstr ""
 
-#: elf64-ppc.c:4993
+#: elf64-ppc.c:5000
 msgid "%P: symbol '%s' has invalid st_other for ABI version 1\n"
 msgstr ""
 
-#: elf64-ppc.c:5163
+#: elf64-ppc.c:5172
 #, c-format
 msgid "%P: %B .opd not allowed in ABI version %d\n"
 msgstr ""
 
-#: elf64-ppc.c:5639
+#: elf64-ppc.c:5648
 #, c-format
 msgid "%H: %s reloc unsupported in shared libraries and PIEs.\n"
 msgstr ""
 
-#: elf64-ppc.c:6046
+#: elf64-ppc.c:6055
 #, c-format
 msgid "%B uses unknown e_flags 0x%lx"
 msgstr ""
 
-#: elf64-ppc.c:6054
+#: elf64-ppc.c:6063
 #, c-format
 msgid "%B: ABI version %ld is not compatible with ABI version %ld output"
 msgstr ""
 
-#: elf64-ppc.c:6082
+#: elf64-ppc.c:6091
 #, c-format
 msgid " [abiv%ld]"
 msgstr ""
 
-#: elf64-ppc.c:7413
+#: elf64-ppc.c:7423
 msgid ""
 "%P: copy reloc against `%T' requires lazy plt linking; avoid setting "
 "LD_BIND_NOW=1 or upgrade gcc\n"
 msgstr ""
 
-#: elf64-ppc.c:7680
+#: elf64-ppc.c:7690
 msgid "%B: undefined symbol on R_PPC64_TOCSAVE relocation"
 msgstr ""
 
-#: elf64-ppc.c:7910
+#: elf64-ppc.c:7920
 #, c-format
 msgid "%P: dynreloc miscount for %B, section %A\n"
 msgstr ""
 
-#: elf64-ppc.c:7999
+#: elf64-ppc.c:8009
 msgid "%B: .opd is not a regular array of opd entries"
 msgstr ""
 
-#: elf64-ppc.c:8009
+#: elf64-ppc.c:8019
 #, c-format
 msgid "%B: unexpected reloc type %u in .opd section"
 msgstr ""
 
-#: elf64-ppc.c:8031
+#: elf64-ppc.c:8041
 #, c-format
 msgid "%B: undefined sym `%s' in .opd section"
 msgstr ""
 
-#: elf64-ppc.c:8600
+#: elf64-ppc.c:8379
+msgid ""
+"%P: warning: --plt-localentry is especially dangerous without ld.so support "
+"to detect ABI violations.\n"
+msgstr ""
+
+#: elf64-ppc.c:8628
 msgid "%H __tls_get_addr lost arg, TLS optimization disabled\n"
 msgstr ""
 
-#: elf64-ppc.c:8943 elf64-ppc.c:9580
+#: elf64-ppc.c:8971 elf64-ppc.c:9608
 #, c-format
 msgid "%s defined on removed toc entry"
 msgstr ""
 
-#: elf64-ppc.c:9308
+#: elf64-ppc.c:9336
 #, c-format
 msgid "%H: toc optimization is not supported for %s instruction.\n"
 msgstr ""
 
-#: elf64-ppc.c:9537
+#: elf64-ppc.c:9565
 #, c-format
 msgid "%H: %s references optimized away TOC entry\n"
 msgstr ""
 
-#: elf64-ppc.c:10878
+#: elf64-ppc.c:10906
 msgid "%P: cannot find opd entry toc for `%T'\n"
 msgstr ""
 
-#: elf64-ppc.c:10969
+#: elf64-ppc.c:10997
 msgid "%P: long branch stub `%s' offset overflow\n"
 msgstr ""
 
-#: elf64-ppc.c:11028
+#: elf64-ppc.c:11056
 msgid "%P: can't find branch stub `%s'\n"
 msgstr ""
 
-#: elf64-ppc.c:11092 elf64-ppc.c:11244 elf64-ppc.c:13052
+#: elf64-ppc.c:11120 elf64-ppc.c:11272 elf64-ppc.c:13134
 #, c-format
 msgid "%P: linkage table error against `%T'\n"
 msgstr ""
 
-#: elf64-ppc.c:11454
+#: elf64-ppc.c:11491
 msgid "%P: can't build branch stub `%s'\n"
 msgstr ""
 
-#: elf64-ppc.c:12227
+#: elf64-ppc.c:12264
 #, c-format
 msgid "%B section %A exceeds stub group size"
 msgstr ""
 
-#: elf64-ppc.c:13331
+#: elf64-ppc.c:13407
 msgid "%P: stubs don't match calculated size\n"
 msgstr ""
 
-#: elf64-ppc.c:13343
+#: elf64-ppc.c:13419
 #, c-format
 msgid ""
 "linker stubs in %u group%s\n"
@@ -4596,59 +4597,59 @@ msgid ""
 "  global entry %lu"
 msgstr ""
 
-#: elf64-ppc.c:13665
+#: elf64-ppc.c:13741
 #, c-format
 msgid "%H: %s used with TLS symbol `%T'\n"
 msgstr ""
 
-#: elf64-ppc.c:13667
+#: elf64-ppc.c:13743
 #, c-format
 msgid "%H: %s used with non-TLS symbol `%T'\n"
 msgstr ""
 
-#: elf64-ppc.c:14306
+#: elf64-ppc.c:14382
 #, c-format
 msgid "%H: call to `%T' lacks nop, can't restore toc; recompile with -fPIC\n"
 msgstr ""
 
-#: elf64-ppc.c:14312
+#: elf64-ppc.c:14388
 #, c-format
 msgid ""
 "%H: call to `%T' lacks nop, can't restore toc; (-mcmodel=small toc adjust "
 "stub)\n"
 msgstr ""
 
-#: elf64-ppc.c:14440
+#: elf64-ppc.c:14516
 #, c-format
 msgid "%P: %B: unknown relocation type %d for `%T'\n"
 msgstr ""
 
-#: elf64-ppc.c:14994
+#: elf64-ppc.c:15064
 #, c-format
 msgid "%H: %s for indirect function `%T' unsupported\n"
 msgstr ""
 
-#: elf64-ppc.c:15132
+#: elf64-ppc.c:15176
 #, c-format
 msgid "%P: %B: %s is not supported for `%T'\n"
 msgstr ""
 
-#: elf64-ppc.c:15287
+#: elf64-ppc.c:15331
 #, c-format
 msgid "%H: error: %s not a multiple of %u\n"
 msgstr ""
 
-#: elf64-ppc.c:15309
+#: elf64-ppc.c:15353
 #, c-format
 msgid "%H: unresolvable %s against `%T'\n"
 msgstr ""
 
-#: elf64-ppc.c:15406
+#: elf64-ppc.c:15450
 #, c-format
 msgid "%H: %s against `%T': error %d\n"
 msgstr ""
 
-#: elf64-ppc.c:15801 elf64-ppc.c:15830
+#: elf64-ppc.c:15840 elf64-ppc.c:15859
 msgid "%P: %s offset too large for .eh_frame sdata4 encoding"
 msgstr ""
 
@@ -4660,7 +4661,7 @@ msgstr ""
 
 #: elf64-sh64.c:1680
 #, c-format
-msgid "%B: error: unaligned relocation type %d at %08x reloc %08x\n"
+msgid "%B: error: unaligned relocation type %d at %08Lx reloc %08Lx"
 msgstr ""
 
 #: elf64-sparc.c:460
@@ -4686,103 +4687,95 @@ msgstr ""
 msgid "%B: linking UltraSPARC specific with HAL specific code"
 msgstr ""
 
-#: elf64-x86-64.c:1923
+#: elf64-x86-64.c:1900
 msgid "hidden symbol "
 msgstr ""
 
-#: elf64-x86-64.c:1926
+#: elf64-x86-64.c:1903
 msgid "internal symbol "
 msgstr ""
 
-#: elf64-x86-64.c:1929
+#: elf64-x86-64.c:1906
 msgid "protected symbol "
 msgstr ""
 
-#: elf64-x86-64.c:1932
+#: elf64-x86-64.c:1909
 msgid "symbol "
 msgstr ""
 
-#: elf64-x86-64.c:1933 elf64-x86-64.c:1943
+#: elf64-x86-64.c:1910 elf64-x86-64.c:1920
 msgid "; recompile with -fPIC"
 msgstr ""
 
-#: elf64-x86-64.c:1938
+#: elf64-x86-64.c:1915
 msgid "undefined "
 msgstr ""
 
-#: elf64-x86-64.c:1947
+#: elf64-x86-64.c:1924
 #, c-format
 msgid ""
 "%B: relocation %s against %s%s`%s' can not be used when making a shared "
 "object%s"
 msgstr ""
 
-#: elf64-x86-64.c:2510
+#: elf64-x86-64.c:2487
 #, c-format
 msgid "%B: relocation %s against symbol `%s' isn't supported in x32 mode"
 msgstr ""
 
-#: elf64-x86-64.c:2633
+#: elf64-x86-64.c:2610
 #, c-format
 msgid "%B: '%s' accessed both as normal and thread local symbol"
 msgstr ""
 
-#: elf64-x86-64.c:4576
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:5018
+#: elf64-x86-64.c:4546 /work/sources/binutils/current/bfd/elfnn-aarch64.c:5018
 #, c-format
 msgid ""
-"%B: relocation %s against STT_GNU_IFUNC symbol `%s' has non-zero addend: %d"
+"%B: relocation %s against STT_GNU_IFUNC symbol `%s' has non-zero addend: %Ld"
 msgstr ""
 
-#: elf64-x86-64.c:4831
+#: elf64-x86-64.c:4801
 #, c-format
 msgid ""
 "%B: relocation R_X86_64_GOTOFF64 against undefined %s `%s' can not be used "
 "when making a shared object"
 msgstr ""
 
-#: elf64-x86-64.c:4845
+#: elf64-x86-64.c:4815
 #, c-format
 msgid ""
 "%B: relocation R_X86_64_GOTOFF64 against protected %s `%s' can not be used "
 "when making a shared object"
 msgstr ""
 
-#: elf64-x86-64.c:5122
+#: elf64-x86-64.c:5089
 #, c-format
 msgid ""
-"%B: addend -0x%x in relocation %s against symbol `%s' at 0x%lx in section `"
+"%B: addend %s%#x in relocation %s against symbol `%s' at %#Lx in section `"
 "%A' is out of range"
 msgstr ""
 
-#: elf64-x86-64.c:5130
-#, c-format
-msgid ""
-"%B: addend 0x%x in relocation %s against symbol `%s' at 0x%lx in section `"
-"%A' is out of range"
-msgstr ""
-
-#: elf64-x86-64.c:5952
+#: elf64-x86-64.c:5911
 #, c-format
 msgid "%F%B: PC-relative offset overflow in PLT entry for `%s'\n"
 msgstr ""
 
-#: elf64-x86-64.c:6019
+#: elf64-x86-64.c:5978
 #, c-format
 msgid "%F%B: branch displacement overflow in PLT entry for `%s'\n"
 msgstr ""
 
-#: elf64-x86-64.c:6072
+#: elf64-x86-64.c:6031
 #, c-format
 msgid "%F%B: PC-relative offset overflow in GOT PLT entry for `%s'\n"
 msgstr ""
 
-#: elf64-x86-64.c:7663
+#: elf64-x86-64.c:7614
 #, c-format
 msgid "%F: failed to create BND PLT section\n"
 msgstr ""
 
-#: elf64-x86-64.c:7713
+#: elf64-x86-64.c:7664
 #, c-format
 msgid "%F: failed to create BND PLT .eh_frame section\n"
 msgstr ""
@@ -4793,7 +4786,7 @@ msgstr ""
 
 #: elfcode.h:1193
 #, c-format
-msgid "%B: version count (%ld) does not match symbol count (%ld)"
+msgid "%B: version count (%Ld) does not match symbol count (%ld)"
 msgstr ""
 
 #: elfcode.h:1448
@@ -4803,7 +4796,7 @@ msgstr ""
 
 #: elfcore.h:300
 #, c-format
-msgid "Warning: %B is truncated: expected core file size >= %lu, found: %lu."
+msgid "warning: %B is truncated: expected core file size >= %Lu, found: %llu"
 msgstr ""
 
 #: elflink.c:1336
@@ -4841,13 +4834,13 @@ msgstr ""
 #: elflink.c:2397
 #, c-format
 msgid ""
-"%B: bad reloc symbol index (%#lx >= %#lx) for offset %#Lx in section `%A'"
+"%B: bad reloc symbol index (%#Lx >= %#lx) for offset %#Lx in section `%A'"
 msgstr ""
 
 #: elflink.c:2409
 #, c-format
 msgid ""
-"%B: non-zero symbol index (%#lx) for offset %#Lx in section `%A' when the "
+"%B: non-zero symbol index (%#Lx) for offset %#Lx in section `%A' when the "
 "object file has no symbol table"
 msgstr ""
 
@@ -4870,192 +4863,187 @@ msgstr ""
 msgid "%P: alternate ELF machine code found (%d) in %B, expecting %d\n"
 msgstr ""
 
-#: elflink.c:4438
+#: elflink.c:4444
 #, c-format
 msgid "%B: %s: invalid version %u (max %d)"
 msgstr ""
 
-#: elflink.c:4475
+#: elflink.c:4481
 #, c-format
 msgid "%B: %s: invalid needed version %d"
 msgstr ""
 
-#: elflink.c:4754
-#, c-format
-msgid "Warning: size of symbol `%s' changed from %Lu in %B to %Lu in %B"
-msgstr ""
-
-#: elflink.c:4890
+#: elflink.c:4896
 #, c-format
 msgid "%B: undefined reference to symbol '%s'"
 msgstr ""
 
-#: elflink.c:5903
+#: elflink.c:5909
 #, c-format
 msgid "%B: stack size specified and %s set"
 msgstr ""
 
-#: elflink.c:5907
+#: elflink.c:5913
 #, c-format
 msgid "%B: %s not absolute"
 msgstr ""
 
-#: elflink.c:6105
+#: elflink.c:6111
 #, c-format
 msgid "%s: undefined version: %s"
 msgstr ""
 
-#: elflink.c:6682
+#: elflink.c:6688
 msgid "%B: .preinit_array section is not allowed in DSO"
 msgstr ""
 
-#: elflink.c:8122
+#: elflink.c:8128
 #, c-format
 msgid "undefined %s reference in complex symbol: %s"
 msgstr ""
 
-#: elflink.c:8277
+#: elflink.c:8283
 #, c-format
 msgid "unknown operator '%c' in complex symbol"
 msgstr ""
 
 #. PR 21524: Let the user know if a symbol was removed by garbage collection.
-#: elflink.c:8615
+#: elflink.c:8621
 msgid ""
 "%B:%A: error: relocation references symbol %s which was removed by garbage "
 "collection."
 msgstr ""
 
-#: elflink.c:8618
+#: elflink.c:8624
 msgid "%B:%A: error: try relinking with --gc-keep-exported enabled."
 msgstr ""
 
-#: elflink.c:8855 elflink.c:8873 elflink.c:8912 elflink.c:8930
+#: elflink.c:8860 elflink.c:8878 elflink.c:8917 elflink.c:8935
 msgid "%B: Unable to sort relocs - they are in more than one size"
 msgstr ""
 
 #. The section size is not divisible by either -
 #. something is wrong.
-#: elflink.c:8889 elflink.c:8946
+#: elflink.c:8894 elflink.c:8951
 msgid "%B: Unable to sort relocs - they are of an unknown size"
 msgstr ""
 
-#: elflink.c:8998
+#: elflink.c:9003
 msgid "Not enough memory to sort relocations"
 msgstr ""
 
-#: elflink.c:9266
+#: elflink.c:9271
 #, c-format
 msgid "%B: Too many sections: %d (>= %d)"
 msgstr ""
 
-#: elflink.c:9546
+#: elflink.c:9551
 #, c-format
 msgid "%B: internal symbol `%s' in %B is referenced by DSO"
 msgstr ""
 
-#: elflink.c:9549
+#: elflink.c:9554
 #, c-format
 msgid "%B: hidden symbol `%s' in %B is referenced by DSO"
 msgstr ""
 
-#: elflink.c:9552
+#: elflink.c:9557
 #, c-format
 msgid "%B: local symbol `%s' in %B is referenced by DSO"
 msgstr ""
 
-#: elflink.c:9638
+#: elflink.c:9643
 #, c-format
 msgid "%B: could not find output section %A for input section %A"
 msgstr ""
 
-#: elflink.c:9792
+#: elflink.c:9797
 #, c-format
 msgid "%B: protected symbol `%s' isn't defined"
 msgstr ""
 
-#: elflink.c:9795
+#: elflink.c:9800
 #, c-format
 msgid "%B: internal symbol `%s' isn't defined"
 msgstr ""
 
-#: elflink.c:9798
+#: elflink.c:9803
 #, c-format
 msgid "%B: hidden symbol `%s' isn't defined"
 msgstr ""
 
-#: elflink.c:9829
+#: elflink.c:9834
 #, c-format
 msgid "%B: No symbol version section for versioned symbol `%s'"
 msgstr ""
 
-#: elflink.c:10436
+#: elflink.c:10441
 #, c-format
 msgid "error: %B: size of section %A is not multiple of address size"
 msgstr ""
 
-#: elflink.c:10481
+#: elflink.c:10486
 #, c-format
 msgid ""
 "error: %B contains a reloc (%#Lx) for section %A that references a non-"
 "existent global symbol"
 msgstr ""
 
-#: elflink.c:11236
+#: elflink.c:11241
 #, c-format
 msgid "%A has both ordered [`%A' in %B] and unordered [`%A' in %B] sections"
 msgstr ""
 
-#: elflink.c:11242
+#: elflink.c:11247
 #, c-format
 msgid "%A has both ordered and unordered sections"
 msgstr ""
 
-#: elflink.c:11344
+#: elflink.c:11349
 msgid "%B: no symbol found for import library"
 msgstr ""
 
-#: elflink.c:11966
+#: elflink.c:11971
 #, c-format
 msgid "%B: file class %s incompatible with %s"
 msgstr ""
 
-#: elflink.c:12183
+#: elflink.c:12188
 msgid "%B: failed to generate import library"
 msgstr ""
 
-#: elflink.c:12302
+#: elflink.c:12307
 #, c-format
 msgid "warning: %s section has zero size"
 msgstr ""
 
-#: elflink.c:12350
+#: elflink.c:12355
 #, c-format
 msgid "warning: section '%s' is being made into a note"
 msgstr ""
 
-#: elflink.c:12442
+#: elflink.c:12447
 msgid "%P%X: read-only segment has dynamic relocations.\n"
 msgstr ""
 
-#: elflink.c:12445
+#: elflink.c:12450
 msgid "%P: warning: creating a DT_TEXTREL in a shared object.\n"
 msgstr ""
 
-#: elflink.c:12570
+#: elflink.c:12575
 msgid "%P%X: can not read symbols: %E\n"
 msgstr ""
 
-#: elflink.c:12732
+#: elflink.c:12737
 msgid "%F%P: corrupt input: %B\n"
 msgstr ""
 
-#: elflink.c:13421
+#: elflink.c:13426
 #, c-format
 msgid "%B: %A+%#Lx: No symbol found for INHERIT"
 msgstr ""
 
-#: elflink.c:13597
+#: elflink.c:13602
 #, c-format
 msgid "Unrecognized INPUT_SECTION_FLAG %s\n"
 msgstr ""
@@ -5105,12 +5093,12 @@ msgstr ""
 
 #: elfxx-mips.c:8459
 #, c-format
-msgid "%B: GOT reloc at 0x%lx not expected in executables"
+msgid "%B: GOT reloc at %#Lx not expected in executables"
 msgstr ""
 
 #: elfxx-mips.c:8597
 #, c-format
-msgid "%B: CALL16 reloc at 0x%lx not against global symbol"
+msgid "%B: CALL16 reloc at %#Lx not against global symbol"
 msgstr ""
 
 #: elfxx-mips.c:9219
@@ -5121,7 +5109,7 @@ msgstr ""
 #: elfxx-mips.c:10139
 #, c-format
 msgid ""
-"%B: Can't find matching LO16 reloc against `%s' for %s at 0x%lx in section `"
+"%B: Can't find matching LO16 reloc against `%s' for %s at %#Lx in section `"
 "%A'"
 msgstr ""
 
@@ -5156,7 +5144,7 @@ msgstr ""
 
 #: elfxx-mips.c:10683 elfxx-mips.c:11251
 #, c-format
-msgid "%B: `%A' offset of %ld from `%A' beyond the range of ADDIUPC"
+msgid "%B: `%A' offset of %Ld from `%A' beyond the range of ADDIUPC"
 msgstr ""
 
 #: elfxx-mips.c:14174
@@ -5192,177 +5180,177 @@ msgstr ""
 msgid "%B: ASE mismatch: linking %s module with previous %s modules"
 msgstr ""
 
-#: elfxx-mips.c:15214
+#: elfxx-mips.c:15213
 msgid ""
 "Warning: %B uses unknown floating point ABI %d (set by %B), %B uses unknown "
 "floating point ABI %d"
 msgstr ""
 
-#: elfxx-mips.c:15220
+#: elfxx-mips.c:15219
 #, c-format
 msgid "Warning: %B uses unknown floating point ABI %d (set by %B), %B uses %s"
 msgstr ""
 
-#: elfxx-mips.c:15226
+#: elfxx-mips.c:15225
 #, c-format
 msgid "Warning: %B uses %s (set by %B), %B uses unknown floating point ABI %d"
 msgstr ""
 
-#: elfxx-mips.c:15240
+#: elfxx-mips.c:15239
 #, c-format
 msgid "Warning: %B uses %s (set by %B), %B uses %s"
 msgstr ""
 
-#: elfxx-mips.c:15259
+#: elfxx-mips.c:15258
 #, c-format
 msgid "Warning: %B uses %s (set by %B), %B uses unknown MSA ABI %d"
 msgstr ""
 
-#: elfxx-mips.c:15271
+#: elfxx-mips.c:15270
 #, c-format
 msgid "Warning: %B uses unknown MSA ABI %d (set by %B), %B uses %s"
 msgstr ""
 
-#: elfxx-mips.c:15280
+#: elfxx-mips.c:15279
 #, c-format
 msgid ""
 "Warning: %B uses unknown MSA ABI %d (set by %B), %B uses unknown MSA ABI %d"
 msgstr ""
 
-#: elfxx-mips.c:15342
+#: elfxx-mips.c:15341
 msgid "%B: endianness incompatible with that of the selected emulation"
 msgstr ""
 
-#: elfxx-mips.c:15356
+#: elfxx-mips.c:15355
 msgid "%B: ABI is incompatible with that of the selected emulation"
 msgstr ""
 
-#: elfxx-mips.c:15408
+#: elfxx-mips.c:15407
 msgid "%B: warning: Inconsistent ISA between e_flags and .MIPS.abiflags"
 msgstr ""
 
-#: elfxx-mips.c:15413
+#: elfxx-mips.c:15412
 msgid ""
 "%B: warning: Inconsistent FP ABI between .gnu.attributes and .MIPS.abiflags"
 msgstr ""
 
-#: elfxx-mips.c:15417
+#: elfxx-mips.c:15416
 msgid "%B: warning: Inconsistent ASEs between e_flags and .MIPS.abiflags"
 msgstr ""
 
-#: elfxx-mips.c:15424
+#: elfxx-mips.c:15423
 msgid ""
 "%B: warning: Inconsistent ISA extensions between e_flags and .MIPS.abiflags"
 msgstr ""
 
-#: elfxx-mips.c:15428
+#: elfxx-mips.c:15427
 msgid ""
 "%B: warning: Unexpected flag in the flags2 field of .MIPS.abiflags (0x%lx)"
 msgstr ""
 
-#: elfxx-mips.c:15617
+#: elfxx-mips.c:15616
 msgid "-mips32r2 -mfp64 (12 callee-saved)"
 msgstr ""
 
-#: elfxx-mips.c:15667 elfxx-mips.c:15678
+#: elfxx-mips.c:15666 elfxx-mips.c:15677
 msgid "None"
 msgstr ""
 
-#: elfxx-mips.c:15669 elfxx-mips.c:15741
+#: elfxx-mips.c:15668 elfxx-mips.c:15740
 msgid "Unknown"
 msgstr ""
 
-#: elfxx-mips.c:15752
+#: elfxx-mips.c:15751
 #, c-format
 msgid "Hard or soft float\n"
 msgstr ""
 
-#: elfxx-mips.c:15755
+#: elfxx-mips.c:15754
 #, c-format
 msgid "Hard float (double precision)\n"
 msgstr ""
 
-#: elfxx-mips.c:15758
+#: elfxx-mips.c:15757
 #, c-format
 msgid "Hard float (single precision)\n"
 msgstr ""
 
-#: elfxx-mips.c:15761
+#: elfxx-mips.c:15760
 #, c-format
 msgid "Soft float\n"
 msgstr ""
 
-#: elfxx-mips.c:15764
+#: elfxx-mips.c:15763
 #, c-format
 msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n"
 msgstr ""
 
-#: elfxx-mips.c:15767
+#: elfxx-mips.c:15766
 #, c-format
 msgid "Hard float (32-bit CPU, Any FPU)\n"
 msgstr ""
 
-#: elfxx-mips.c:15770
+#: elfxx-mips.c:15769
 #, c-format
 msgid "Hard float (32-bit CPU, 64-bit FPU)\n"
 msgstr ""
 
-#: elfxx-mips.c:15773
+#: elfxx-mips.c:15772
 #, c-format
 msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n"
 msgstr ""
 
-#: elfxx-mips.c:15805
+#: elfxx-mips.c:15804
 #, c-format
 msgid " [abi=O32]"
 msgstr ""
 
-#: elfxx-mips.c:15807
+#: elfxx-mips.c:15806
 #, c-format
 msgid " [abi=O64]"
 msgstr ""
 
-#: elfxx-mips.c:15809
+#: elfxx-mips.c:15808
 #, c-format
 msgid " [abi=EABI32]"
 msgstr ""
 
-#: elfxx-mips.c:15811
+#: elfxx-mips.c:15810
 #, c-format
 msgid " [abi=EABI64]"
 msgstr ""
 
-#: elfxx-mips.c:15813
+#: elfxx-mips.c:15812
 #, c-format
 msgid " [abi unknown]"
 msgstr ""
 
-#: elfxx-mips.c:15815
+#: elfxx-mips.c:15814
 #, c-format
 msgid " [abi=N32]"
 msgstr ""
 
-#: elfxx-mips.c:15817
+#: elfxx-mips.c:15816
 #, c-format
 msgid " [abi=64]"
 msgstr ""
 
-#: elfxx-mips.c:15819
+#: elfxx-mips.c:15818
 #, c-format
 msgid " [no abi set]"
 msgstr ""
 
-#: elfxx-mips.c:15844
+#: elfxx-mips.c:15843
 #, c-format
 msgid " [unknown ISA]"
 msgstr ""
 
-#: elfxx-mips.c:15864
+#: elfxx-mips.c:15863
 #, c-format
 msgid " [not 32bitmode]"
 msgstr ""
 
-#: elfxx-riscv.c:948
+#: elfxx-riscv.c:955
 #, c-format
 msgid "unrecognized relocation (0x%x)"
 msgstr ""
@@ -5372,13 +5360,12 @@ msgstr ""
 msgid "invalid relocation type %d"
 msgstr ""
 
-#: elfxx-sparc.c:3301
-#: /Users/gingold/Repositories/fsf/binutils-gdb.git/bfd/elfnn-aarch64.c:5002
+#: elfxx-sparc.c:3301 /work/sources/binutils/current/bfd/elfnn-aarch64.c:5002
 #, c-format
 msgid "%B: relocation %s against STT_GNU_IFUNC symbol `%s' isn't handled by %s"
 msgstr ""
 
-#: elfxx-tilegx.c:4436
+#: elfxx-tilegx.c:4428
 #, c-format
 msgid "%B: Cannot link together %s and %s objects."
 msgstr ""
@@ -5405,7 +5392,7 @@ msgstr ""
 
 #: ieee.c:159
 #, c-format
-msgid "%B: string too long (%d chars, max 65535)"
+msgid "%B: string too long (%ld chars, max 65535)"
 msgstr ""
 
 #: ieee.c:226
@@ -5425,7 +5412,7 @@ msgstr ""
 
 #: ieee.c:862
 #, c-format
-msgid "%B: unexpected ATN type %d in external part"
+msgid "%B: unexpected ATN type %Ld in external part"
 msgstr ""
 
 #: ieee.c:884
@@ -5475,9 +5462,9 @@ msgstr ""
 msgid "%B: bad section length in ihex_read_section"
 msgstr ""
 
-#: ihex.c:833
+#: ihex.c:830
 #, c-format
-msgid "%B: address [...]

[diff truncated at 100000 bytes]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]