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-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from d3c22fa82e Remove useless NULL check in python.c adds fcaaac0a0d Various fixes for the Z80 support. adds 9f1528a1bd Merge changes from GCC for the config/ directory adds 2ef5453be5 Use obstack_strdup in ada-lang.c adds dfdeeca1cc Fix declaration of mips_pc_is_mips adds 623563f79d [gdb/testsuite] Fix corefile-buildid.exp with check-read1 adds 084104828c rust/25535 Apply embedded offset to enum variant calculation adds 298e963730 gdb: dwarf2/read.c: remove unused objfile parameters/variables adds f20ff83737 [gdb/testsuite] Fix funcall_ref.exp xpass adds c9c41e6d73 [gdb/testsuite] Fix xpass in gdb.python/lib-types.exp adds 741cb83912 2020-02-19 Jordan Rupprecht rupprecht@google.com adds fa16423949 RISC-V: Convert the ADD/ADDI to the compressed MV/LI if RS1 [...] adds 5f1839bbd2 Automatic date update in version.in adds 869d89506c Two compute_and_set_names simplifications adds bd3380bcdd RISC-V: Add description for -march-attr/-mno-arch-attr optio [...] adds cb54886dcb Regen with blessed automake-1.15.1 adds d7445728b1 [gdb/testsuite] Handle missing gccgo adds d13c7322fe gdb: Allow more control over where to find python libraries adds 00e49dff20 Stop the BFD library from automatically converting OS and PR [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 16 ++ bfd/cpu-z80.c | 68 +++++++- bfd/elf-bfd.h | 6 + bfd/elf.c | 19 ++- bfd/elfxx-target.h | 5 + bfd/version.h | 2 +- binutils/ChangeLog | 8 + binutils/configure | 33 +++- binutils/objdump.c | 16 +- config/ChangeLog | 14 ++ config/ax_count_cpus.m4 | 101 +++++++++++ config/bootstrap-Og.mk | 1 + config/bootstrap-lto-lean.mk | 17 ++ config/bootstrap-lto.mk | 1 + config/futex.m4 | 4 +- config/gthr.m4 | 1 + config/lib-link.m4 | 22 ++- config/mh-mingw | 5 + config/no-executables.m4 | 4 +- config/tls.m4 | 2 +- config/toolexeclibdir.m4 | 31 ++++ gas/ChangeLog | 46 +++++ gas/config/tc-z80.c | 223 ++++++++++++------------ gas/doc/as.texi | 11 +- gas/doc/c-riscv.texi | 14 ++ gas/doc/c-z80.texi | 121 ++++--------- gas/testsuite/gas/riscv/c-add-addi.d | 11 ++ gas/testsuite/gas/riscv/c-add-addi.s | 3 + gas/testsuite/gas/z80/ez80_adl_all.d | 2 +- gas/testsuite/gas/z80/ez80_adl_suf.d | 2 +- gas/testsuite/gas/z80/ez80_pref_dis.d | 2 +- gas/testsuite/gas/z80/ez80_z80_all.d | 2 +- gas/testsuite/gas/z80/ez80_z80_suf.d | 2 +- gas/testsuite/gas/z80/gbz80_all.d | 2 +- gas/testsuite/gas/z80/r800_extra.d | 2 +- gas/testsuite/gas/z80/r800_ii8.d | 2 +- gas/testsuite/gas/z80/r800_z80_doc.d | 2 +- gas/testsuite/gas/z80/sdcc.d | 7 +- gas/testsuite/gas/z80/sdcc.s | 2 +- gas/testsuite/gas/z80/z180.d | 2 +- gas/testsuite/gas/z80/z180_z80_doc.d | 2 +- gas/testsuite/gas/z80/z80_doc.d | 2 +- gas/testsuite/gas/z80/z80_ii8.d | 2 +- gas/testsuite/gas/z80/z80_in_f_c.d | 2 +- gas/testsuite/gas/z80/z80_op_ii_ld.d | 2 +- gas/testsuite/gas/z80/z80_out_c_0.d | 2 +- gas/testsuite/gas/z80/z80_sli.d | 2 +- gas/testsuite/gas/z80/z80n_all.d | 2 +- gas/testsuite/gas/z80/z80n_reloc.d | 2 +- gdb/ChangeLog | 37 ++++ gdb/ada-lang.c | 5 +- gdb/config.in | 8 + gdb/configure | 252 +++++++++++++++++++++++----- gdb/configure.ac | 24 +++ gdb/dwarf2/read.c | 53 +++--- gdb/main.c | 11 +- gdb/mips-tdep.h | 2 +- gdb/rust-lang.c | 3 +- gdb/symtab.c | 18 +- gdb/testsuite/ChangeLog | 35 ++++ gdb/testsuite/gdb.ada/funcall_ref.exp | 33 +++- gdb/testsuite/gdb.base/corefile-buildid.exp | 49 +++++- gdb/testsuite/gdb.go/chan.exp | 1 + gdb/testsuite/gdb.go/handcall.exp | 1 + gdb/testsuite/gdb.go/hello.exp | 1 + gdb/testsuite/gdb.go/integers.exp | 1 + gdb/testsuite/gdb.go/max-depth.exp | 1 + gdb/testsuite/gdb.go/methods.exp | 1 + gdb/testsuite/gdb.go/package.exp | 1 + gdb/testsuite/gdb.go/strings.exp | 1 + gdb/testsuite/gdb.go/types.exp | 1 + gdb/testsuite/gdb.go/unsafe.exp | 1 + gdb/testsuite/gdb.python/lib-types.exp | 11 +- gdb/testsuite/gdb.rust/simple.exp | 2 + gdb/testsuite/gdb.rust/simple.rs | 8 + gdb/testsuite/lib/gdb.exp | 21 ++- gdbserver/ChangeLog | 4 + gdbserver/configure | 29 +++- gdbsupport/ChangeLog | 4 + gdbsupport/configure | 29 +++- intl/ChangeLog | 8 + intl/aclocal.m4 | 4 +- intl/configure | 58 +++++-- ld/ChangeLog | 24 +++ ld/emultempl/z80.em | 122 ++------------ ld/testsuite/ld-z80/arch_ez80_adl.d | 5 +- ld/testsuite/ld-z80/arch_ez80_z80.d | 5 +- ld/testsuite/ld-z80/arch_r800.d | 5 +- ld/testsuite/ld-z80/arch_z180.d | 5 +- ld/testsuite/ld-z80/arch_z80n.d | 5 +- ld/testsuite/ld-z80/comb_arch_ez80_z80.d | 4 +- ld/testsuite/ld-z80/comb_arch_z180_z80.d | 4 +- ld/testsuite/ld-z80/comb_arch_z80_ez80.d | 4 +- ld/testsuite/ld-z80/comb_arch_z80_z180.d | 4 +- ld/testsuite/ld-z80/comb_arch_z80_z80n.d | 4 +- ld/testsuite/ld-z80/relocs_b_ez80.d | 5 +- ld/testsuite/ld-z80/relocs_b_z80.d | 4 +- ld/testsuite/ld-z80/relocs_f_ez80.d | 5 +- ld/testsuite/ld-z80/relocs_f_z80.d | 6 +- ld/testsuite/ld-z80/relocs_f_z80n.d | 2 +- libiberty/ChangeLog | 4 + libiberty/configure | 4 +- opcodes/ChangeLog | 5 + opcodes/riscv-opc.c | 2 + zlib/ChangeLog.bin-gdb | 4 + zlib/configure | 4 +- 106 files changed, 1270 insertions(+), 536 deletions(-) create mode 100644 config/ax_count_cpus.m4 create mode 100644 config/bootstrap-Og.mk create mode 100644 config/bootstrap-lto-lean.mk create mode 100644 config/toolexeclibdir.m4 create mode 100644 gas/testsuite/gas/riscv/c-add-addi.d create mode 100644 gas/testsuite/gas/riscv/c-add-addi.s