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-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 54ca900277 gdb: convert jit to new-style debug macros adds 5e12f48ffb gdb: bool-ify file_is_auto_load_safe adds db972fce46 gdb: bool-ify ext_lang_auto_load_enabled and friends adds 5bf7e91b2b gdb: bool-ify users of file_is_auto_load_safe adds 506195754c gdb: bool-ify maybe_add_script_{text,file}
No new revisions were added by this update.
Summary of changes: gas/ChangeLog | 11 +++ gas/config/tc-i386.c | 39 +++++----- 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 | 37 ++++++++++ gdb/auto-load.c | 82 ++++++++++------------ gdb/auto-load.h | 16 ++++- gdb/extension-priv.h | 2 +- gdb/extension.c | 7 +- gdb/extension.h | 5 +- gdb/guile/guile-internal.h | 5 +- gdb/guile/scm-auto-load.c | 5 +- gdb/jit.c | 64 +++++++---------- gdb/python/py-auto-load.c | 5 +- gdb/python/python-internal.h | 5 +- ld/ChangeLog | 5 ++ ld/ldelfgen.c | 3 +- 20 files changed, 211 insertions(+), 126 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%)