This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 128a19de3d Automatic date update in version.in new e95b887f85 crx string overflow warning new 33589acbfe ld message translation for emultempl and emulparams new df5f2391f7 ld error/warning messages new 6838f2bed6 Segfault on phdrs allocated but not created
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 6 + bfd/elf.c | 12 +- ld/ChangeLog | 115 +++++++ ld/Makefile.am | 15 +- ld/Makefile.in | 17 +- ld/configure | 23 ++ ld/configure.ac | 20 ++ ld/emulparams/call_nop.sh | 6 +- ld/emulparams/cet.sh | 6 +- ld/emulparams/elf32mcore.sh | 3 +- ld/emultempl/aarch64elf.em | 28 +- ld/emultempl/aix.em | 34 +- ld/emultempl/alphaelf.em | 9 +- ld/emultempl/armcoff.em | 7 +- ld/emultempl/armelf.em | 35 +- ld/emultempl/avrelf.em | 6 +- ld/emultempl/beos.em | 24 +- ld/emultempl/bfin.em | 6 +- ld/emultempl/cr16elf.em | 10 +- ld/emultempl/elf-generic.em | 2 +- ld/emultempl/elf32.em | 48 +-- ld/emultempl/hppaelf.em | 4 +- ld/emultempl/linux.em | 2 +- ld/emultempl/lnk960.em | 6 +- ld/emultempl/m68hc1xelf.em | 13 +- ld/emultempl/m68kcoff.em | 10 +- ld/emultempl/m68kelf.em | 16 +- ld/emultempl/metagelf.em | 4 +- ld/emultempl/mipself.em | 2 +- ld/emultempl/mmix-elfnmmo.em | 6 +- ld/emultempl/mmo.em | 2 +- ld/emultempl/msp430.em | 33 +- ld/emultempl/nds32elf.em | 60 ++-- ld/emultempl/nios2elf.em | 2 +- ld/emultempl/pe.em | 60 ++-- ld/emultempl/pep.em | 62 ++-- ld/emultempl/ppc32elf.em | 30 +- ld/emultempl/ppc64elf.em | 44 +-- ld/emultempl/scoreelf.em | 4 +- ld/emultempl/sh64elf.em | 10 +- ld/emultempl/spuelf.em | 79 +++-- ld/emultempl/sunos.em | 12 +- ld/emultempl/tic6xdsbt.em | 15 +- ld/emultempl/ticoff.em | 2 +- ld/emultempl/v850elf.em | 4 +- ld/emultempl/vms.em | 2 +- ld/emultempl/vxworks.em | 4 +- ld/emultempl/xtensaelf.em | 6 +- ld/ldcref.c | 10 +- ld/ldctor.c | 12 +- ld/ldexp.c | 44 +-- ld/ldfile.c | 4 +- ld/ldgram.y | 6 +- ld/ldlang.c | 72 ++-- ld/ldmain.c | 130 ++++---- ld/ldmisc.c | 6 +- ld/ldwrite.c | 8 +- ld/lexsup.c | 64 ++-- ld/mri.c | 2 +- ld/pe-dll.c | 56 ++-- ld/plugin.c | 28 +- ld/po/BLD-POTFILES.in | 362 +++++++++++++++++++++ ld/po/Make-in | 41 ++- ld/po/{POTFILES.in => SRC-POTFILES.in} | 2 - ld/testsuite/ld-arc/jli-overflow.err | 2 +- ld/testsuite/ld-arm/cmse-implib-errors.out | 2 +- .../ld-arm/cmse-new-earlier-later-implib.out | 2 +- .../ld-arm/cmse-new-implib-not-sg-in-implib.out | 2 +- ld/testsuite/ld-arm/cmse-new-wrong-implib.out | 2 +- .../ld-arm/cmse-veneers-no-gnu_sgstubs.out | 2 +- .../ld-arm/cmse-veneers-wrong-entryfct.out | 2 +- ld/testsuite/ld-arm/vxworks1-static.d | 2 +- ld/testsuite/ld-cris/tls-err-20x.d | 2 +- ld/testsuite/ld-cris/tls-err-29.d | 2 +- ld/testsuite/ld-cris/tls-err-31.d | 2 +- ld/testsuite/ld-cris/tls-err-33.d | 2 +- ld/testsuite/ld-cris/tls-err-35.d | 2 +- ld/testsuite/ld-cris/tls-err-37.d | 2 +- ld/testsuite/ld-cris/tls-err-39.d | 2 +- ld/testsuite/ld-cris/tls-err-41.d | 2 +- ld/testsuite/ld-cris/tls-err-43.d | 2 +- ld/testsuite/ld-cris/tls-err-45.d | 2 +- ld/testsuite/ld-cris/tls-err-47.d | 2 +- ld/testsuite/ld-cris/tls-err-49.d | 2 +- ld/testsuite/ld-cris/tls-err-51.d | 2 +- ld/testsuite/ld-cris/tls-err-67.d | 2 +- ld/testsuite/ld-elf/dwarf2.err | 6 +- ld/testsuite/ld-elf/dwarf3.err | 2 +- ld/testsuite/ld-elf/orphan-5.l | 4 +- ld/testsuite/ld-elf/orphan-6.l | 4 +- ld/testsuite/ld-elf/warn1.d | 2 +- ld/testsuite/ld-elf/warn2.d | 2 +- ld/testsuite/ld-i386/vxworks1-static.d | 2 +- .../ld-mips-elf/bal-jalx-pic-micromips-n32.d | 2 +- .../ld-mips-elf/bal-jalx-pic-micromips-n64.d | 2 +- ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips.d | 2 +- ld/testsuite/ld-mips-elf/bal-jalx-pic-n32.d | 2 +- ld/testsuite/ld-mips-elf/bal-jalx-pic-n64.d | 2 +- ld/testsuite/ld-mips-elf/bal-jalx-pic.d | 2 +- ld/testsuite/ld-mips-elf/jal-global-overflow-1.d | 4 +- ld/testsuite/ld-mips-elf/jal-local-overflow-1.d | 4 +- ld/testsuite/ld-mips-elf/mode-change-error-1.d | 2 +- ld/testsuite/ld-mips-elf/unaligned-branch-2.d | 2 +- .../ld-mips-elf/unaligned-branch-ignore-2.d | 2 +- .../unaligned-branch-ignore-micromips.d | 2 +- .../ld-mips-elf/unaligned-branch-ignore-mips16.d | 2 +- .../ld-mips-elf/unaligned-branch-ignore-r6-1.d | 2 +- .../ld-mips-elf/unaligned-branch-micromips.d | 2 +- ld/testsuite/ld-mips-elf/unaligned-branch-mips16.d | 2 +- ld/testsuite/ld-mips-elf/unaligned-branch-r6-1.d | 2 +- ld/testsuite/ld-mips-elf/unaligned-branch-r6-2.d | 2 +- ld/testsuite/ld-mips-elf/unaligned-branch.d | 2 +- ld/testsuite/ld-mips-elf/unaligned-jalx-1.d | 2 +- ld/testsuite/ld-mips-elf/unaligned-jalx-3.d | 2 +- ld/testsuite/ld-mips-elf/unaligned-jalx-addend-1.d | 2 +- ld/testsuite/ld-mips-elf/unaligned-jalx-addend-3.d | 2 +- .../unaligned-jalx-addend-micromips-1.d | 2 +- .../ld-mips-elf/unaligned-jalx-addend-mips16-1.d | 2 +- .../ld-mips-elf/unaligned-jalx-micromips-1.d | 2 +- ld/testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d | 2 +- .../ld-mips-elf/unaligned-jump-micromips.d | 2 +- ld/testsuite/ld-mips-elf/unaligned-jump-mips16.d | 2 +- ld/testsuite/ld-mips-elf/unaligned-jump.d | 2 +- ld/testsuite/ld-mips-elf/unaligned-ldpc-1.d | 2 +- ld/testsuite/ld-mips-elf/unaligned-lwpc-1.d | 2 +- ld/testsuite/ld-mips-elf/undefined.d | 2 +- ld/testsuite/ld-mips-elf/vxworks1-static.d | 2 +- ld/testsuite/ld-mmix/bpo-20.d | 2 +- ld/testsuite/ld-mmix/bpo-20m.d | 2 +- ld/testsuite/ld-mmix/bpo-7.d | 2 +- ld/testsuite/ld-mmix/bpo-7m.d | 2 +- ld/testsuite/ld-mmix/bpo-8.d | 2 +- ld/testsuite/ld-mmix/bpo-8m.d | 2 +- ld/testsuite/ld-mmix/greg-17.d | 2 +- ld/testsuite/ld-mmix/greg-18.d | 2 +- ld/testsuite/ld-mmix/greg-8.d | 2 +- ld/testsuite/ld-mmix/greg-9.d | 2 +- ld/testsuite/ld-plugin/plugin-14.d | 2 +- ld/testsuite/ld-plugin/plugin-15.d | 2 +- ld/testsuite/ld-plugin/plugin-16.d | 2 +- ld/testsuite/ld-plugin/plugin-20.d | 2 +- ld/testsuite/ld-plugin/plugin-21.d | 2 +- ld/testsuite/ld-plugin/plugin-22.d | 2 +- ld/testsuite/ld-plugin/plugin-23.d | 2 +- ld/testsuite/ld-plugin/plugin-6.d | 2 +- ld/testsuite/ld-plugin/plugin-7.d | 2 +- ld/testsuite/ld-plugin/plugin-8.d | 2 +- ld/testsuite/ld-powerpc/aix-weak-3-32.d | 2 +- ld/testsuite/ld-powerpc/aix-weak-3-64.d | 2 +- ld/testsuite/ld-powerpc/vxworks1-static.d | 2 +- ld/testsuite/ld-sh/vxworks1-static.d | 2 +- ld/testsuite/ld-sparc/vxworks1-static.d | 2 +- ld/testsuite/ld-undefined/undefined.exp | 2 +- ld/testsuite/ld-x86-64/pie1.d | 2 +- opcodes/ChangeLog | 5 + opcodes/crx-dis.c | 2 +- 156 files changed, 1281 insertions(+), 691 deletions(-) create mode 100644 ld/po/BLD-POTFILES.in rename ld/po/{POTFILES.in => SRC-POTFILES.in} (89%)