This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/binutils-gdb.
from d85e70a35b Add support for the haiku operating system. These are the o [...] adds 68e503ecf0 Automatic date update in version.in adds 7a554b2725 gold: --export-dynamic-symbol: don't imply -u adds 06520412a5 haiku tidy adds 174fe10cb6 ubsan: libctf: applying zero offset to null pointer adds f2cfdb7486 ubsan: alpha: member access within null pointer adds 2ea9d33a12 pj: asan: out of bounds, ubsan: left shift of negative adds ad77db1c02 CC_FOR_TARGET et al adds 669d511534 ld testsuite tidy adds 41e37c9d0a [gdb/testsuite] Add untested case in selftest_setup adds 41bbbb89c4 gdb, i386: Enable AVX512-bfloat16 for i386 targets. adds 8661f70c49 Add half support for AVX512 register view. adds 0b99a66053 gdb: Enable finish command and inferior calls for _Float16 o [...] adds 7a6cb96b71 [gdb/testsuite] Add untested case in gdb.gdb/complaints.exp adds a640adf7cf Test case reproducing PR28030 bug new 7a2813c00b Use CORE_ADDR as return type from x86_dr_low_get_addr
The 1 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/elf64-alpha.c | 3 +- bfd/version.h | 2 +- binutils/testsuite/lib/binutils-common.exp | 8 +- gdb/amd64-tdep.c | 12 +- gdb/features/i386/32bit-sse.c | 10 + gdb/features/i386/32bit-sse.xml | 4 + gdb/features/i386/64bit-avx512.c | 5 + gdb/features/i386/64bit-avx512.xml | 2 + gdb/features/i386/64bit-sse.c | 5 + gdb/features/i386/64bit-sse.xml | 2 + gdb/i386-tdep.c | 15 +- gdb/nat/x86-dregs.c | 2 +- gdb/testsuite/gdb.arch/x86-avx512bf16.exp | 12 +- gdb/testsuite/gdb.arch/x86-avx512fp16-abi.c | 38 +++ gdb/testsuite/gdb.arch/x86-avx512fp16-abi.exp | 63 ++++ gdb/testsuite/gdb.arch/x86-avx512fp16.c | 164 ++++++++++ .../{x86-avx512bf16.exp => x86-avx512fp16.exp} | 50 ++- .../gdb.dwarf2/locexpr-data-member-location-lib.c | 48 +++ .../gdb.dwarf2/locexpr-data-member-location-main.c | 27 ++ .../gdb.dwarf2/locexpr-data-member-location.exp | 349 +++++++++++++++++++++ .../gdb.dwarf2/locexpr-data-member-location.h | 30 ++ gdb/testsuite/gdb.gdb/complaints.exp | 20 ++ gdb/testsuite/lib/gdb.exp | 51 +++ gdb/testsuite/lib/selftest-support.exp | 16 +- gold/archive.cc | 7 - gold/symtab.cc | 6 - ld/Makefile.am | 19 +- ld/Makefile.in | 19 +- ld/po/BLD-POTFILES.in | 6 + ld/testsuite/config/default.exp | 27 +- ld/testsuite/ld-auto-import/auto-import.exp | 4 +- ld/testsuite/ld-bootstrap/bootstrap.exp | 8 +- ld/testsuite/ld-cdtest/cdtest.exp | 12 +- ld/testsuite/ld-cygwin/exe-export.exp | 8 +- ld/testsuite/ld-elf/dwarf.exp | 8 +- ld/testsuite/ld-elf/indirect.exp | 8 +- ld/testsuite/ld-elf/shared.exp | 16 +- ld/testsuite/ld-elfcomm/elfcomm.exp | 14 +- ld/testsuite/ld-elfvers/vers.exp | 30 +- ld/testsuite/ld-elfvsb/elfvsb.exp | 39 ++- ld/testsuite/ld-elfweak/elfweak.exp | 56 ++-- ld/testsuite/ld-gc/gc.exp | 14 +- ld/testsuite/ld-ifunc/ifunc.exp | 10 +- ld/testsuite/ld-mn10300/mn10300.exp | 6 +- ld/testsuite/ld-pe/pe-compile.exp | 14 +- ld/testsuite/ld-pe/pe-run.exp | 19 +- ld/testsuite/ld-pe/pe-run2.exp | 20 +- ld/testsuite/ld-pie/pie.exp | 4 +- ld/testsuite/ld-plugin/lto.exp | 32 +- ld/testsuite/ld-plugin/plugin.exp | 34 +- ld/testsuite/ld-scripts/crossref.exp | 35 +-- ld/testsuite/ld-selective/selective.exp | 8 +- ld/testsuite/ld-sh/sh.exp | 2 +- ld/testsuite/ld-shared/shared.exp | 40 +-- ld/testsuite/ld-srec/srec.exp | 41 ++- ld/testsuite/ld-undefined/undefined.exp | 2 +- ld/testsuite/ld-unique/unique.exp | 10 +- ld/testsuite/ld-x86-64/tls.exp | 2 +- ld/testsuite/lib/ld-lib.exp | 108 +++---- libctf/Makefile.am | 5 +- libctf/Makefile.in | 5 +- libctf/configure | 2 +- libctf/ctf-open.c | 2 +- libctf/testsuite/config/default.exp | 14 +- libctf/testsuite/lib/ctf-lib.exp | 8 +- opcodes/pj-dis.c | 7 +- zlib/configure | 2 +- 67 files changed, 1243 insertions(+), 428 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16-abi.c create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16-abi.exp create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16.c copy gdb/testsuite/gdb.arch/{x86-avx512bf16.exp => x86-avx512fp16.exp} (51%) create mode 100644 gdb/testsuite/gdb.dwarf2/locexpr-data-member-location-lib.c create mode 100644 gdb/testsuite/gdb.dwarf2/locexpr-data-member-location-main.c create mode 100644 gdb/testsuite/gdb.dwarf2/locexpr-data-member-location.exp create mode 100644 gdb/testsuite/gdb.dwarf2/locexpr-data-member-location.h