This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 5834526f4b Automatic date update in version.in adds 46b1518d4c Automatic date update in version.in adds a8aa72b913 Updated translations for multiple subdirectories adds 68ed285428 sim: clean up C11 header includes adds 933306703a sim: rl78: move storage out of header adds 90e123dd60 sim: common: fix printf formats adds a0c38f0d70 sim: or1k: fix include ordering with sim-main.h adds 5c1008a41f sim: call SIM_AC_OPTION_WARNINGS(no) in remaining ports adds 9c70334dee sim: always call SIM_AC_OPTION_WARNINGS adds c0f6e439cc Add support for more MIPS variants to the linker command line. adds 82c70b08df aarch64: Remove support for CSRE adds 10dadadc5b [gdb/testsuite] Fix gdb.arch/amd64-stap-three-arg-disp.S adds 062eaacbac gdb: change jit_debug to a bool adds eef401dce1 gdb: convert solib-aix to new-style debug macros adds c6185dce03 gdb: convert aarch64 to new-style debug macros adds 254c3783fe sim: tests: get common tests working again adds eabdd87b2e Automatic date update in version.in adds 03c02f3116 GCC: Check if AR works with --plugin and rc adds 83b33c6cb9 Binutils: Check if AR works with --plugin and rc adds 44124a4683 binuitils: Check if AR is usable for LTO build adds f631b79abe sim: or1k: delete redundant SIM_AC_OPTION_INLINE call adds f220ef633c sim: common: use #error properly adds 68895f7d7e sim: README-HACKING: clean up stale run references adds 5e9e2f41eb sim: or1k: clean up stale build entries adds e998918e98 sim: or1k: fix mixing of code & decl warning adds 7c654b719d gdb/fortran: add symbol base comparison operators adds 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 new 16e9019ef7 gdb: move baud_rate and serial_parity declarations to serial.h new fe7a351a8e gdb: move read{now,never}_symbol_files declarations to symfile.h
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: ChangeLog | 13 + bfd/ChangeLog | 25 + bfd/aclocal.m4 | 1 + bfd/configure | 32 +- bfd/configure.ac | 2 + bfd/po/fr.po | 2666 +++---- bfd/po/pt.po | 2681 ++++---- bfd/po/sr.po | 2687 ++++---- bfd/po/uk.po | 2666 +++---- bfd/reloc.c | 7 + bfd/version.h | 2 +- binutils/ChangeLog | 22 + binutils/aclocal.m4 | 1 + binutils/configure | 32 +- binutils/configure.ac | 2 + binutils/po/fr.po | 3826 ++++++----- binutils/po/pt.po | 3943 ++++++----- binutils/po/sr.po | 3845 ++++++----- binutils/po/uk.po | 3840 ++++++----- config/ChangeLog | 11 + config/gcc-plugin.m4 | 12 + config/jobserver.m4 | 24 + configure | 107 + configure.ac | 4 + gas/ChangeLog | 37 + gas/NEWS | 8 +- gas/aclocal.m4 | 1 + gas/config/tc-aarch64.c | 31 - gas/configure | 32 +- gas/configure.ac | 2 + gas/doc/c-aarch64.texi | 2 - gas/po/fr.po | 7239 ++++++++++---------- gas/po/uk.po | 7237 +++++++++---------- gas/testsuite/gas/aarch64/csre-invalid.d | 3 - gas/testsuite/gas/aarch64/csre-invalid.s | 6 - gas/testsuite/gas/aarch64/csre.d | 29 - gas/testsuite/gas/aarch64/csre_csr-invalid.d | 3 - gas/testsuite/gas/aarch64/csre_csr-invalid.l | 2 - gas/testsuite/gas/aarch64/csre_csr-invalid.s | 4 - gas/testsuite/gas/aarch64/csre_csr.d | 10 - gas/testsuite/gas/aarch64/csre_csr.s | 4 - gdb/ChangeLog | 54 + gdb/aarch64-tdep.c | 94 +- gdb/arch/aarch64-insn.c | 9 +- gdb/arch/aarch64-insn.h | 5 + gdb/expprint.c | 9 +- gdb/f-exp.y | 36 +- gdb/features/aarch64-fpu.c | 5 + gdb/features/aarch64-fpu.xml | 2 + gdb/jit.c | 18 +- gdb/main.c | 1 + gdb/serial.c | 7 +- gdb/serial.h | 8 + gdb/solib-aix.c | 23 +- gdb/symfile.c | 10 +- gdb/symfile.h | 8 + gdb/target.h | 6 - gdb/testsuite/ChangeLog | 41 + gdb/testsuite/gdb.arch/aarch64-fp.exp | 25 + gdb/testsuite/gdb.arch/amd64-stap-three-arg-disp.S | 5 +- 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/gdb.fortran/debug-expr.exp | 8 + gdb/testsuite/gdb.fortran/dot-ops.exp | 30 + gdb/testsuite/lib/gdb.exp | 52 + gdb/top.c | 5 - gdb/top.h | 4 - gold/ChangeLog | 5 + gold/po/sr.po | 729 +- gold/po/uk.po | 730 +- gprof/ChangeLog | 12 + gprof/aclocal.m4 | 1 + gprof/configure | 32 +- gprof/configure.ac | 2 + include/ChangeLog | 5 + include/opcode/aarch64.h | 2 - ld/ChangeLog | 31 + ld/aclocal.m4 | 1 + ld/configure | 32 +- ld/configure.ac | 2 + ld/ldmain.c | 4 + ld/po/pt_BR.po | 3715 +++++----- ld/po/uk.po | 3703 +++++----- 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 | 12 + libctf/aclocal.m4 | 1 + libctf/configure | 32 +- libctf/configure.ac | 2 + libiberty/ChangeLog | 5 + libiberty/configure | 103 + libtool.m4 | 9 +- opcodes/ChangeLog | 36 + opcodes/aarch64-asm-2.c | 248 +- opcodes/aarch64-dis-2.c | 2579 ++++--- opcodes/aarch64-opc-2.c | 16 +- opcodes/aarch64-opc.c | 4 - opcodes/aarch64-tbl.h | 7 - opcodes/aclocal.m4 | 1 + opcodes/configure | 32 +- opcodes/configure.ac | 2 + opcodes/po/de.po | 514 +- opcodes/po/fr.po | 514 +- opcodes/po/pt_BR.po | 619 +- opcodes/po/sr.po | 515 +- opcodes/po/sv.po | 516 +- opcodes/po/uk.po | 516 +- sim/ChangeLog | 4 + sim/README-HACKING | 2 - sim/aarch64/ChangeLog | 4 + sim/aarch64/config.in | 6 - sim/aarch64/configure | 41 +- sim/arm/ChangeLog | 4 + sim/arm/config.in | 6 - sim/arm/configure | 41 +- sim/avr/ChangeLog | 5 + sim/avr/config.in | 6 - sim/avr/configure | 41 +- sim/avr/interp.c | 3 +- sim/bfin/ChangeLog | 4 + sim/bfin/config.in | 6 - sim/bfin/configure | 41 +- sim/bpf/ChangeLog | 9 + sim/bpf/config.in | 6 - sim/bpf/configure | 146 +- sim/bpf/configure.ac | 1 + sim/common/ChangeLog | 25 + sim/common/acinclude.m4 | 11 +- sim/common/callback.c | 10 - sim/common/cgen-scache.c | 2 - sim/common/dv-glue.c | 6 - sim/common/dv-pal.c | 9 - sim/common/dv-sockser.c | 8 - sim/common/hw-alloc.c | 3 - sim/common/hw-base.c | 11 - sim/common/hw-device.c | 5 - sim/common/hw-events.c | 2 - sim/common/hw-handles.c | 2 - sim/common/hw-ports.c | 10 - sim/common/hw-properties.c | 6 - sim/common/hw-tree.c | 10 - sim/common/nrun.c | 7 - sim/common/sim-arange.c | 5 - sim/common/sim-core.c | 3 +- sim/common/sim-events.c | 10 - sim/common/sim-fpu.c | 2 - sim/common/sim-hw.c | 9 - sim/common/sim-load.c | 2 - sim/common/sim-memopt.c | 10 - sim/common/sim-options.c | 8 - sim/common/sim-profile.c | 9 - sim/common/sim-profile.h | 2 +- sim/common/sim-trace.c | 8 - sim/common/sim-utils.c | 13 - sim/common/sim-watch.c | 10 - sim/common/syscall.c | 6 - sim/cr16/ChangeLog | 5 + sim/cr16/config.in | 6 - sim/cr16/configure | 41 +- sim/cr16/simops.c | 4 - sim/cris/ChangeLog | 7 + sim/cris/config.in | 9 - sim/cris/configure | 43 +- sim/cris/configure.ac | 2 +- sim/cris/dv-rv.c | 14 - sim/cris/rvdummy.c | 7 - sim/cris/sim-if.c | 2 - sim/cris/traps.c | 2 - sim/d10v/ChangeLog | 6 + sim/d10v/config.in | 6 - sim/d10v/configure | 41 +- sim/d10v/interp.c | 9 - sim/d10v/simops.c | 2 - sim/erc32/ChangeLog | 10 + sim/erc32/config.in | 6 - sim/erc32/configure | 146 +- sim/erc32/configure.ac | 1 + sim/erc32/sis.c | 2 - sim/frv/ChangeLog | 11 + sim/frv/config.in | 6 - sim/frv/configure | 146 +- sim/frv/configure.ac | 1 + sim/frv/options.c | 8 - sim/frv/sim-if.c | 2 - sim/ft32/ChangeLog | 4 + sim/ft32/config.in | 6 - sim/ft32/configure | 41 +- sim/h8300/ChangeLog | 10 + sim/h8300/compile.c | 4 - sim/h8300/config.in | 6 - sim/h8300/configure | 146 +- sim/h8300/configure.ac | 1 + sim/igen/ChangeLog | 11 + sim/igen/configure | 3 +- sim/igen/configure.ac | 3 +- sim/igen/filter.c | 6 - sim/igen/lf.c | 9 - sim/igen/misc.c | 9 - sim/igen/misc.h | 10 - sim/igen/table.c | 3 - sim/iq2000/ChangeLog | 10 + sim/iq2000/config.in | 6 - sim/iq2000/configure | 146 +- sim/iq2000/configure.ac | 1 + sim/iq2000/sim-if.c | 4 +- sim/lm32/ChangeLog | 10 + sim/lm32/config.in | 6 - sim/lm32/configure | 146 +- sim/lm32/configure.ac | 1 + sim/lm32/sim-if.c | 2 - sim/m32c/ChangeLog | 4 + sim/m32c/config.in | 6 - sim/m32c/configure | 41 +- sim/m32r/ChangeLog | 11 + sim/m32r/config.in | 6 - sim/m32r/configure | 146 +- sim/m32r/configure.ac | 1 + sim/m32r/sim-if.c | 8 - sim/m68hc11/ChangeLog | 4 + sim/m68hc11/config.in | 6 - sim/m68hc11/configure | 41 +- sim/mcore/ChangeLog | 4 + sim/mcore/config.in | 6 - sim/mcore/configure | 41 +- sim/microblaze/ChangeLog | 4 + sim/microblaze/config.in | 6 - sim/microblaze/configure | 41 +- sim/mips/ChangeLog | 6 + sim/mips/config.in | 6 - sim/mips/configure | 41 +- sim/mips/interp.c | 8 - sim/mn10300/ChangeLog | 6 + sim/mn10300/config.in | 6 - sim/mn10300/configure | 41 +- sim/mn10300/interp.c | 10 - sim/mn10300/op_utils.c | 11 - sim/moxie/ChangeLog | 4 + sim/moxie/config.in | 6 - sim/moxie/configure | 41 +- sim/msp430/ChangeLog | 4 + sim/msp430/config.in | 6 - sim/msp430/configure | 41 +- sim/or1k/ChangeLog | 32 + sim/or1k/Makefile.in | 12 +- sim/or1k/config.in | 6 - sim/or1k/configure | 184 +- sim/or1k/configure.ac | 2 +- sim/or1k/sim-if.c | 8 - sim/or1k/sim-main.h | 2 + sim/or1k/traps.c | 8 +- sim/ppc/ChangeLog | 18 + sim/ppc/config.in | 3 - sim/ppc/configure | 2 +- sim/ppc/configure.ac | 2 +- sim/ppc/cpu.c | 6 - sim/ppc/debug.c | 4 - sim/ppc/device.c | 10 - sim/ppc/device_table.c | 3 - sim/ppc/device_table.h | 6 - sim/ppc/dgen.c | 10 - sim/ppc/emul_bugapi.c | 10 - sim/ppc/emul_chirp.c | 7 - sim/ppc/emul_netbsd.c | 9 - sim/ppc/emul_unix.c | 9 - sim/ppc/filter.c | 6 - sim/ppc/gen-model.c | 2 - sim/ppc/hw_com.c | 9 - sim/ppc/hw_eeprom.c | 6 - sim/ppc/hw_nvram.c | 17 - sim/ppc/hw_opic.c | 6 - sim/ppc/hw_pal.c | 9 - sim/ppc/hw_phb.c | 3 - sim/ppc/hw_sem.c | 7 - sim/ppc/hw_shm.c | 7 - sim/ppc/lf.c | 9 - sim/ppc/main.c | 11 - sim/ppc/misc.c | 9 - sim/ppc/misc.h | 10 - sim/ppc/mon.c | 15 - sim/ppc/pk_disklabel.c | 4 - sim/ppc/psim.c | 12 - sim/ppc/registers.c | 10 - sim/ppc/sim_calls.c | 9 - sim/ppc/table.c | 3 - sim/ppc/tree.c | 11 - sim/pru/ChangeLog | 4 + sim/pru/config.in | 6 - sim/pru/configure | 41 +- sim/rl78/ChangeLog | 14 + sim/rl78/config.in | 6 - sim/rl78/configure | 146 +- sim/rl78/configure.ac | 1 + sim/rl78/cpu.c | 2 + sim/rl78/cpu.h | 2 +- sim/rx/ChangeLog | 10 + sim/rx/config.in | 6 - sim/rx/configure | 146 +- sim/rx/configure.ac | 1 + sim/rx/main.c | 2 - sim/sh/ChangeLog | 6 + sim/sh/config.in | 6 - sim/sh/configure | 41 +- sim/sh/interp.c | 12 - sim/testsuite/ChangeLog | 16 +- sim/testsuite/common/alu-tst.c | 7 +- sim/testsuite/common/bits-gen.c | 25 +- sim/testsuite/common/bits-tst.c | 39 +- sim/v850/ChangeLog | 6 + sim/v850/config.in | 6 - sim/v850/configure | 41 +- sim/v850/interp.c | 9 - sim/v850/simops.c | 11 - zlib/ChangeLog.bin-gdb | 5 + zlib/configure | 14 +- 325 files changed, 32545 insertions(+), 28329 deletions(-) create mode 100644 config/jobserver.m4 delete mode 100644 gas/testsuite/gas/aarch64/csre-invalid.d delete mode 100644 gas/testsuite/gas/aarch64/csre-invalid.s delete mode 100644 gas/testsuite/gas/aarch64/csre.d delete mode 100644 gas/testsuite/gas/aarch64/csre_csr-invalid.d delete mode 100644 gas/testsuite/gas/aarch64/csre_csr-invalid.l delete mode 100644 gas/testsuite/gas/aarch64/csre_csr-invalid.s delete mode 100644 gas/testsuite/gas/aarch64/csre_csr.d delete mode 100644 gas/testsuite/gas/aarch64/csre_csr.s 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