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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 4180301e81 Automatic date update in version.in adds 62fe7512a7 sim: watch: fix pc watchpoints on little endian host systems adds c54f3efdc2 sim: watch: fix range expression processing adds 2ce40d1a51 Add SEH support to code generated by dlltool. adds 8c4645b488 Remove sflag_info param from wild callback functions adds b209b5a6b8 SHF_LINK_ORDER fixup_link_order in ld adds 5347ed60c5 Regen Makefile.in for jobserver.m4 aclocal.m4 dependency adds 844bf810cf x86: Don't generate GOT_symbol for PLT relocations adds b634d11d61 ld: Check for ELF input before accessing ELF section data new 54ca900277 gdb: convert jit to new-style debug macros new 5e12f48ffb gdb: bool-ify file_is_auto_load_safe
The 2 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 | 14 ++ bfd/Makefile.in | 1 + bfd/bfd-in2.h | 7 +- bfd/doc/Makefile.in | 1 + bfd/elflink.c | 194 ---------------- bfd/section.c | 7 +- binutils/ChangeLog | 14 ++ binutils/Makefile.in | 1 + binutils/dlltool.c | 50 +++-- binutils/doc/Makefile.in | 1 + gas/ChangeLog | 16 ++ gas/Makefile.in | 1 + gas/config/tc-i386.c | 39 ++-- gas/doc/Makefile.in | 1 + gas/testsuite/gas/i386/i386.exp | 4 + gas/testsuite/gas/i386/no-got.d | 17 ++ .../pr13947.s => gas/testsuite/gas/i386/no-got.s | 4 +- gas/testsuite/gas/i386/x86-64-no-got.d | 17 ++ .../testsuite/gas/i386/x86-64-no-got.s | 4 +- gdb/ChangeLog | 11 + gdb/auto-load.c | 20 +- gdb/auto-load.h | 12 +- gdb/jit.c | 64 ++---- gprof/ChangeLog | 4 + gprof/Makefile.in | 1 + ld/ChangeLog | 58 +++++ ld/Makefile.in | 1 + ld/emultempl/aarch64elf.em | 2 +- ld/emultempl/armelf.em | 2 +- ld/emultempl/beos.em | 2 +- ld/emultempl/cskyelf.em | 2 +- ld/emultempl/hppaelf.em | 2 +- ld/emultempl/m68hc1xelf.em | 2 +- ld/emultempl/metagelf.em | 2 +- ld/emultempl/mipself.em | 2 +- ld/emultempl/mmo.em | 2 +- ld/emultempl/msp430.em | 5 +- ld/emultempl/nios2elf.em | 2 +- ld/emultempl/pe.em | 4 +- ld/emultempl/pep.em | 4 +- ld/emultempl/ppc64elf.em | 2 +- ld/emultempl/spuelf.em | 4 +- ld/emultempl/vms.em | 2 +- ld/ldelf.c | 8 +- ld/ldelfgen.c | 244 +++++++++++++++++++++ ld/ldlang.c | 46 ++-- ld/ldlang.h | 11 +- ld/testsuite/ld-elf/pr26256-2a.d | 1 - ld/testsuite/ld-elf/pr26256-2b.d | 3 +- ld/testsuite/ld-elf/pr26256-3b.d | 1 - libctf/ChangeLog | 4 + libctf/Makefile.in | 1 + opcodes/ChangeLog | 4 + opcodes/Makefile.in | 1 + sim/common/ChangeLog | 13 ++ sim/common/sim-events.c | 4 +- sim/common/sim-events.h | 4 +- sim/common/sim-watch.c | 4 +- 58 files changed, 590 insertions(+), 364 deletions(-) create mode 100644 gas/testsuite/gas/i386/no-got.d copy ld/testsuite/ld-x86-64/pr13947.s => gas/testsuite/gas/i386/no-got.s (61%) create mode 100644 gas/testsuite/gas/i386/x86-64-no-got.d copy ld/testsuite/ld-x86-64/pr13947.s => gas/testsuite/gas/i386/x86-64-no-got.s (61%)