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-allmodconfig in repository toolchain/binutils-gdb.
from 64d27cfc97 [gdb/testsuite] Add gdb-caching-proc.exp testcase adds 726bd37d6c PR23945, NULL pointer dereference in readelf.c:slurp_hppa_un [...] adds 4770fb94ee PR23946, illegal memory access in readelf.c:slurp_ia64_unwind_table adds b44ee3a8cf x86: Delay setting the iplt section alignment adds 3134061ce6 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 9 ++++++++ bfd/elfxx-x86.c | 30 ++++++++++++++++++------ bfd/elfxx-x86.h | 3 +++ bfd/version.h | 2 +- binutils/ChangeLog | 15 ++++++++++++ binutils/readelf.c | 44 ++++++++++++++++++++++++++++++------ ld/ChangeLog | 13 +++++++++++ ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/pr23930.d | 11 +++++++++ ld/testsuite/ld-x86-64/pr23930-32.t | 10 ++++++++ ld/testsuite/ld-x86-64/pr23930-x32.d | 11 +++++++++ ld/testsuite/ld-x86-64/pr23930.d | 11 +++++++++ ld/testsuite/ld-x86-64/pr23930.t | 10 ++++++++ ld/testsuite/ld-x86-64/pr23930a.s | 7 ++++++ ld/testsuite/ld-x86-64/pr23930b.s | 14 ++++++++++++ ld/testsuite/ld-x86-64/x86-64.exp | 2 ++ 16 files changed, 178 insertions(+), 15 deletions(-) create mode 100644 ld/testsuite/ld-i386/pr23930.d create mode 100644 ld/testsuite/ld-x86-64/pr23930-32.t create mode 100644 ld/testsuite/ld-x86-64/pr23930-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr23930.d create mode 100644 ld/testsuite/ld-x86-64/pr23930.t create mode 100644 ld/testsuite/ld-x86-64/pr23930a.s create mode 100644 ld/testsuite/ld-x86-64/pr23930b.s