This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from ca859a8939 Fix the BFD library to handle Windows pathnames with more th [...] adds 7a87e9c805 ECOFF slurp_relocs thinko adds e6ddf2af20 Updated translations for the gprof and ld sub-directories adds 6e0c75f7c4 [PATCH] ld: fix s/claimi/claim/ typo adds 3edf7b9f2c Show AIX gc'd symbol address adjustments in map file adds 1d72769534 [gdb/testsuite] Use with_test_prefix in gdb.base/gdb-caching [...] adds ed02cdb5b7 Fix a use-after-free bug in the BFD library when scanning a [...] adds 7f20433998 Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981] adds e52a0f1bd9 Avoid short i386 register names on Solaris/x86 [PR25981] adds 3ecde59918 Automatic date update in version.in adds 39a1432c09 win32 typo fix adds 0e1d094e96 Clear all local_symbol.lsy_flags adds 765cf5f623 Use bfd_get_filename throughout bfd adds c177f3771c Use bfd_get_filename throughout binutils adds 69f57659c3 Use bfd_get_filename throughout gas adds 607b483327 Use bfd_get_filename throughout ld new 7e05773767 [PATCH v3] aarch64: Emit jump slot for conditional branch to [...]
The 1 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 | 64 + bfd/aix5ppc-core.c | 4 +- bfd/aout-target.h | 3 +- bfd/aoutx.h | 7 +- bfd/archive.c | 38 +- bfd/bfd.c | 10 +- bfd/bfdio.c | 2 +- bfd/cache.c | 15 +- bfd/ecoff.c | 8 +- bfd/ecofflink.c | 2 +- bfd/elf.c | 9 +- bfd/elf32-bfin.c | 10 +- bfd/elf32-frv.c | 10 +- bfd/elf32-hppa.c | 2 +- bfd/elf32-nds32.c | 4 +- bfd/elf32-spu.c | 27 +- bfd/elf64-hppa.c | 2 +- bfd/elf64-ia64-vms.c | 2 +- bfd/elfcore.h | 4 +- bfd/elflink.c | 11 +- bfd/elfnn-aarch64.c | 22 +- bfd/linker.c | 2 +- bfd/mach-o.c | 12 +- bfd/opncls.c | 20 +- bfd/pdp11.c | 7 +- bfd/plugin.c | 2 +- bfd/rs6000-core.c | 4 +- bfd/som.c | 2 +- bfd/srec.c | 10 +- bfd/version.h | 2 +- bfd/vms-lib.c | 6 +- bfd/xcofflink.c | 5 +- binutils/ChangeLog | 9 + binutils/ar.c | 17 +- binutils/arsup.c | 10 +- binutils/binemul.c | 2 +- binutils/coffgrok.c | 4 +- gas/ChangeLog | 10 + gas/symbols.c | 4 +- gas/write.c | 16 +- gdb/ChangeLog | 14 + gdb/i386-sol2-nat.c | 20 +- gdb/procfs.c | 79 - gdb/procfs.h | 6 - gdb/sol-thread.c | 32 - gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.base/gdb-caching-proc.exp | 42 +- gprof/ChangeLog | 4 + gprof/po/es.po | 240 +- ld/ChangeLog | 55 + ld/emultempl/aix.em | 33 +- ld/emultempl/armcoff.em | 3 +- ld/emultempl/beos.em | 10 +- ld/emultempl/elf.em | 3 +- ld/emultempl/generic.em | 3 +- ld/emultempl/linux.em | 3 +- ld/emultempl/msp430.em | 3 +- ld/emultempl/pe.em | 24 +- ld/emultempl/pep.em | 23 +- ld/emultempl/spuelf.em | 4 +- ld/emultempl/ticoff.em | 3 +- ld/emultempl/vanilla.em | 3 +- ld/ldemul.c | 8 + ld/ldemul.h | 8 + ld/ldlang.c | 18 +- ld/ldlang.h | 5 + ld/ldmain.c | 6 +- ld/ldmisc.c | 10 +- ld/pe-dll.c | 38 +- ld/plugin.c | 6 +- ld/po/sv.po | 6298 +++++++++++++++++++++------ ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 + ld/testsuite/ld-aarch64/emit-relocs-560.d | 8 + ld/testsuite/ld-aarch64/emit-relocs-560.s | 3 + 74 files changed, 5711 insertions(+), 1709 deletions(-) create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-560.d create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-560.s