This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from cd0923370b MIPS/include: opcode/mips.h: Update stale comment for CODE20 [...] adds 68bb0359ee [BFD, AArch64] Improve bti/pac plts. adds 723adb650a Detect invalid length field in debug frame FDE header. adds 6fe014bcd3 LTO: Properly handle wrapper symbols in IR adds dd06d4d688 testsuite: Add option to capture gdbserver debug
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 16 ++++++++ bfd/elfnn-aarch64.c | 67 ++++----------------------------- gdb/ChangeLog | 10 +++++ gdb/dwarf2-frame.c | 14 +++---- gdb/testsuite/ChangeLog | 9 +++++ gdb/testsuite/Makefile.in | 6 ++- gdb/testsuite/README | 19 ++++++++++ gdb/testsuite/gdb.trace/tspeed.exp | 5 +++ gdb/testsuite/lib/gdb.exp | 7 ++++ gdb/testsuite/lib/gdbserver-support.exp | 38 ++++++++++++++++++- ld/ChangeLog | 21 +++++++++++ ld/ld.texi | 3 -- ld/plugin.c | 35 +++++++++++++---- ld/testsuite/ld-aarch64/bti-pac-plt-1.d | 4 +- ld/testsuite/ld-aarch64/bti-pac-plt-2.d | 2 - ld/testsuite/ld-aarch64/bti-plt-1.d | 1 - ld/testsuite/ld-aarch64/bti-plt-3.d | 3 +- ld/testsuite/ld-aarch64/bti-plt-5.d | 6 +-- ld/testsuite/ld-aarch64/pac-plt-1.d | 3 +- ld/testsuite/ld-aarch64/pac-plt-2.d | 6 +-- ld/testsuite/ld-plugin/lto.exp | 12 ++++++ ld/testsuite/ld-plugin/pr24406-1.c | 17 +++++++++ ld/testsuite/ld-plugin/pr24406-2a.c | 17 +++++++++ ld/testsuite/ld-plugin/pr24406-2b.c | 4 ++ 24 files changed, 233 insertions(+), 92 deletions(-) create mode 100644 ld/testsuite/ld-plugin/pr24406-1.c create mode 100644 ld/testsuite/ld-plugin/pr24406-2a.c create mode 100644 ld/testsuite/ld-plugin/pr24406-2b.c