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-lts-allnoconfig in repository toolchain/ci/binutils-gdb.
from 82cb27ff6b Remove redundant assignment from dwarf2_find_containing_comp_unit adds d16f140885 Automatic date update in version.in adds ba354106f0 S/390: arch13: Add instruction descriptions adds 40f382e88d S/390: arch13: Adjust to recent changes adds 0919bfe915 Add missing changelogs for previous commits. adds 7a6e0d89bb Don't use bfd_get_file_size in objdump adds d3a70e03cf Change iterate_over_lwps to take a gdb::function_view adds 17547186c2 Make null_ptid and minus_one_ptid "const" adds 3276427003 Fix test-cp-name-parser build, unused variable adds ec148c577e Fix test-cp-name-parser build, parser_fprintf undefined adds ffdd69cf78 Make remote.c ptid constants "const" adds 3a3508220e Fix MinGW build with source-highlight adds 7cde5fc2ec gdb/testsuite: Prepare for DejaGnu 1.6.2 adds 1163a4b7a3 Support the fs_base and gs_base registers on i386. adds dd6876c91c Support fs_base and gs_base on FreeBSD/i386. adds df22c1e5d5 Handle an edge case for minisym TLS variable lookups. adds cd250a1898 Update comment for target::get_thread_local_address. adds 6e056c8178 Add a new gdbarch method to resolve the address of TLS variables. adds 36c53a0262 Remove code disabled since at least 1999 from lookup_struct_ [...] adds ef0bd2046f Add a more general version of lookup_struct_elt_type. adds 945f3901b5 Add a helper function to resolve TLS variable addresses for [...] adds f5424cfa7e Support TLS variables on FreeBSD/amd64. adds ce25aa57a3 Support TLS variables on FreeBSD/i386. adds b0f87ed032 Support TLS variables on FreeBSD/riscv. adds 8399425f5f Support TLS variables on FreeBSD/powerpc. adds 197df35ec4 The NEWS file had two "New targets" sections for 8.3.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 28 +++ bfd/coffcode.h | 51 +++-- bfd/coffgen.c | 13 ++ bfd/elf.c | 32 ++- bfd/elf64-sparc.c | 23 ++- bfd/elfcode.h | 39 ++-- bfd/mach-o.c | 15 +- bfd/pdp11.c | 42 ++-- bfd/version.h | 2 +- binutils/ChangeLog | 7 + binutils/objdump.c | 37 +--- gas/ChangeLog | 5 + gas/testsuite/gas/s390/zarch-arch13.d | 46 +++-- gas/testsuite/gas/s390/zarch-arch13.s | 45 ++--- gdb/ChangeLog | 175 +++++++++++++++++ gdb/NEWS | 7 +- gdb/amd64-bsd-nat.c | 26 ++- gdb/amd64-fbsd-nat.c | 4 +- gdb/amd64-fbsd-tdep.c | 25 +++ gdb/amd64-tdep.c | 10 +- gdb/arch/i386.c | 6 +- gdb/arch/i386.h | 3 +- gdb/arm-linux-nat.c | 26 +-- gdb/common/ptid.c | 4 +- gdb/common/ptid.h | 4 +- gdb/cp-name-parser.y | 1 - gdb/fbsd-tdep.c | 153 +++++++++++++++ gdb/fbsd-tdep.h | 11 ++ .../i386/{64bit-segments.c => 32bit-segments.c} | 8 +- .../{64bit-segments.xml => 32bit-segments.xml} | 6 +- gdb/gdbarch.c | 32 +++ gdb/gdbarch.h | 12 ++ gdb/gdbarch.sh | 8 + gdb/gdbserver/ChangeLog | 12 ++ gdb/gdbserver/linux-low.c | 5 +- gdb/gdbserver/linux-x86-tdesc.c | 2 +- gdb/gdbserver/lynx-i386-low.c | 2 +- gdb/gdbserver/nto-x86-low.c | 2 +- gdb/gdbserver/win32-i386-low.c | 2 +- gdb/gdbtypes.c | 70 +++---- gdb/gdbtypes.h | 38 ++++ gdb/i386-bsd-nat.c | 54 ++++++ gdb/i386-fbsd-nat.c | 2 +- gdb/i386-fbsd-tdep.c | 31 ++- gdb/i386-go32-tdep.c | 2 +- gdb/i386-linux-tdep.c | 2 +- gdb/i386-tdep.c | 33 +++- gdb/i386-tdep.h | 12 +- gdb/linux-nat.c | 138 +++++++------ gdb/nat/aarch64-linux-hw-point.c | 27 +-- gdb/nat/linux-nat.h | 9 +- gdb/nat/x86-linux-dregs.c | 6 +- gdb/ppc-fbsd-tdep.c | 35 ++++ gdb/remote.c | 14 +- gdb/riscv-fbsd-tdep.c | 27 +++ gdb/s390-linux-nat.c | 4 +- gdb/solib-svr4.c | 5 + gdb/source-cache.c | 6 + gdb/target.c | 13 +- gdb/target.h | 4 +- gdb/testsuite/ChangeLog | 10 + gdb/testsuite/config/default.exp | 2 +- gdb/testsuite/config/monitor.exp | 3 - gdb/testsuite/config/sid.exp | 2 - gdb/testsuite/config/sim.exp | 2 - gdb/testsuite/config/slite.exp | 2 +- gdb/testsuite/config/unix.exp | 2 - gdb/testsuite/gdb.base/default.exp | 2 - gdb/yy-remap.h | 4 +- opcodes/ChangeLog | 9 + opcodes/s390-opc.txt | 216 +++++++++++---------- 71 files changed, 1222 insertions(+), 495 deletions(-) copy gdb/features/i386/{64bit-segments.c => 32bit-segments.c} (53%) copy gdb/features/i386/{64bit-segments.xml => 32bit-segments.xml} (66%)