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-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 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. adds 4ffd4ef393 Automatic date update in version.in adds 71250b94dc dwarf2: Fix calculation of line info offset adds d18d199917 Symbols with octets value adds 7235427998 dwarf2: Use octets for dwarf2 headers adds 38c24f42c9 dwarf2: Use octets for .debug_line prologue adds 5c4e5fe61b dwarf2: Use octets for .debug_string offsets adds 145c4477d2 dwarf2: Pad size of .debug_line section. adds 204f543cae dwarf2: Align relocation within .debug_line section adds 44b27f959a x86: Properly set IBT and SHSTK properties for -z ibt/shstk
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 34 ++++ bfd/coffcode.h | 51 +++-- bfd/coffgen.c | 13 ++ bfd/elf.c | 32 ++- bfd/elf64-sparc.c | 23 ++- bfd/elfcode.h | 39 ++-- bfd/elfxx-x86.c | 12 +- bfd/mach-o.c | 15 +- bfd/pdp11.c | 42 ++-- bfd/version.h | 2 +- binutils/ChangeLog | 7 + binutils/objdump.c | 37 +--- gas/ChangeLog | 41 ++++ gas/dwarf2dbg.c | 49 +++-- gas/symbols.c | 36 +++- gas/symbols.h | 3 + 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 ++ gdb/features/i386/32bit-segments.c | 15 ++ gdb/features/i386/32bit-segments.xml | 12 ++ 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 +- ld/ChangeLog | 15 ++ ld/testsuite/ld-i386/i386.exp | 2 + ld/testsuite/ld-i386/pr24322a.d | 12 ++ ld/testsuite/ld-i386/pr24322b.d | 12 ++ ld/testsuite/ld-x86-64/pr24322a-x32.d | 12 ++ ld/testsuite/ld-x86-64/pr24322a.d | 12 ++ ld/testsuite/ld-x86-64/pr24322a.s | 27 +++ ld/testsuite/ld-x86-64/pr24322b-x32.d | 12 ++ ld/testsuite/ld-x86-64/pr24322b.d | 12 ++ ld/testsuite/ld-x86-64/pr24322b.s | 4 + .../empty.s => ld/testsuite/ld-x86-64/pr24322c.s | 0 ld/testsuite/ld-x86-64/x86-64.exp | 4 + opcodes/ChangeLog | 9 + opcodes/s390-opc.txt | 216 +++++++++++---------- 87 files changed, 1488 insertions(+), 508 deletions(-) create mode 100644 gdb/features/i386/32bit-segments.c create mode 100644 gdb/features/i386/32bit-segments.xml create mode 100644 ld/testsuite/ld-i386/pr24322a.d create mode 100644 ld/testsuite/ld-i386/pr24322b.d create mode 100644 ld/testsuite/ld-x86-64/pr24322a-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr24322a.d create mode 100644 ld/testsuite/ld-x86-64/pr24322a.s create mode 100644 ld/testsuite/ld-x86-64/pr24322b-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr24322b.d create mode 100644 ld/testsuite/ld-x86-64/pr24322b.s copy binutils/testsuite/binutils-all/i386/empty.s => ld/testsuite/ld-x86-64/pr2432 [...]