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-aarch64-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from ce38f5edf1 gdb: fix debug dump of OP_BOOL expressions adds 6d104cac0a Updated translations for some subdirectories adds c2e9a4a3ed elf/x86-64: Adjust R_AMD64_DIR64/R_AMD64_DIR32 for PE/x86-64 inputs adds 18bfb5057f [gdb/testsuite] Require is_amd64_regs_target in gdb.base/dis [...] adds d546b61084 Implement a workaround for GNU mak jobserver adds 5291fe3cd1 aarch64: Add support for bfloat16 in gdb. adds b2f2ae0d6f gdb: remove pre_init_ui_hook from top.c adds 3f94e58859 [gdb/testsuite] Add have_mpx in lib/gdb.exp adds 16e9019ef7 gdb: move baud_rate and serial_parity declarations to serial.h adds fe7a351a8e gdb: move read{now,never}_symbol_files declarations to symfile.h adds 24a7f1b548 gdb: fix indentation in infrun.c adds 3034143dc6 src-release: fix indentation adds 4180301e81 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + bfd/ChangeLog | 13 + bfd/aclocal.m4 | 1 + bfd/configure | 18 + bfd/configure.ac | 2 + bfd/reloc.c | 7 + bfd/version.h | 2 +- binutils/ChangeLog | 11 + binutils/aclocal.m4 | 1 + binutils/configure | 18 + binutils/configure.ac | 2 + binutils/po/fr.po | 3826 ++++++------ config/ChangeLog | 5 + config/jobserver.m4 | 24 + gas/ChangeLog | 11 + gas/aclocal.m4 | 1 + gas/configure | 18 + gas/configure.ac | 2 + gas/po/fr.po | 7239 ++++++++++++----------- gdb/ChangeLog | 29 + gdb/aarch64-tdep.c | 5 + gdb/features/aarch64-fpu.c | 5 + gdb/features/aarch64-fpu.xml | 2 + gdb/infrun.c | 2 +- gdb/main.c | 1 + gdb/serial.c | 7 +- gdb/serial.h | 8 + gdb/symfile.c | 10 +- gdb/symfile.h | 8 + gdb/target.h | 6 - gdb/testsuite/ChangeLog | 27 + gdb/testsuite/gdb.arch/aarch64-fp.exp | 25 + gdb/testsuite/gdb.arch/i386-mpx-call.c | 78 +- gdb/testsuite/gdb.arch/i386-mpx-call.exp | 17 +- gdb/testsuite/gdb.arch/i386-mpx-map.c | 45 +- gdb/testsuite/gdb.arch/i386-mpx-map.exp | 23 +- gdb/testsuite/gdb.arch/i386-mpx-sigsegv.c | 80 +- gdb/testsuite/gdb.arch/i386-mpx-sigsegv.exp | 15 +- gdb/testsuite/gdb.arch/i386-mpx-simple_segv.c | 40 +- gdb/testsuite/gdb.arch/i386-mpx-simple_segv.exp | 15 +- gdb/testsuite/gdb.arch/i386-mpx.c | 98 +- gdb/testsuite/gdb.arch/i386-mpx.exp | 22 +- gdb/testsuite/gdb.base/disasm-optim.exp | 2 +- gdb/testsuite/lib/gdb.exp | 52 + gdb/top.c | 5 - gdb/top.h | 4 - gprof/ChangeLog | 7 + gprof/aclocal.m4 | 1 + gprof/configure | 18 + gprof/configure.ac | 2 + ld/ChangeLog | 15 + ld/aclocal.m4 | 1 + ld/configure | 18 + ld/configure.ac | 2 + ld/testsuite/ld-x86-64/pe-x86-64-5.obj.bz2 | Bin 0 -> 685 bytes ld/testsuite/ld-x86-64/pe-x86-64-5.od | 34 + ld/testsuite/ld-x86-64/pe-x86-64-5.rd | 19 + ld/testsuite/ld-x86-64/pe-x86-64.exp | 10 + libctf/ChangeLog | 7 + libctf/aclocal.m4 | 1 + libctf/configure | 18 + libctf/configure.ac | 2 + opcodes/ChangeLog | 11 + opcodes/aclocal.m4 | 1 + opcodes/configure | 18 + opcodes/configure.ac | 2 + opcodes/po/sr.po | 515 +- src-release.sh | 68 +- 68 files changed, 6617 insertions(+), 5989 deletions(-) create mode 100644 config/jobserver.m4 create mode 100644 ld/testsuite/ld-x86-64/pe-x86-64-5.obj.bz2 create mode 100644 ld/testsuite/ld-x86-64/pe-x86-64-5.od create mode 100644 ld/testsuite/ld-x86-64/pe-x86-64-5.rd