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-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from dcc9fbc6da gdb/sim: Assert that the simulator ptid is not null_ptid adds c3b149eb76 gdb/fortran: Allow for using Flang in Fortran testing adds 6df4c9c2ff Re: Support fusion for ELFv2 stubs adds af0ac53c45 Automatic date update in version.in new f6480e7000 RISC-V/Linux/native: Factor out target description determination new c8ecdda6b6 Fix header guard name in #endif comment
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 | 4 ++ bfd/elf64-ppc.c | 8 +-- bfd/version.h | 2 +- gdb/ChangeLog | 13 ++++ gdb/configure.nat | 3 +- gdb/nat/riscv-linux-tdesc.c | 83 +++++++++++++++++++++++++ gdb/{aarch32-tdep.h => nat/riscv-linux-tdesc.h} | 14 ++--- gdb/ppc-nbsd-tdep.h | 2 +- gdb/riscv-linux-nat.c | 51 +-------------- gdb/testsuite/ChangeLog | 10 +++ gdb/testsuite/lib/fortran.exp | 21 ++++--- 11 files changed, 142 insertions(+), 69 deletions(-) create mode 100644 gdb/nat/riscv-linux-tdesc.c copy gdb/{aarch32-tdep.h => nat/riscv-linux-tdesc.h} (66%)