This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 41bbbb89c4d gdb, i386: Enable AVX512-bfloat16 for i386 targets. new 8661f70c499 Add half support for AVX512 register view. new 0b99a66053f gdb: Enable finish command and inferior calls for _Float16 [...]
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: gdb/amd64-tdep.c | 12 ++--- gdb/features/i386/32bit-sse.c | 5 ++ gdb/features/i386/32bit-sse.xml | 2 + 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 +++++- .../cast-call.c => gdb.arch/x86-avx512fp16-abi.c} | 27 +++++----- gdb/testsuite/gdb.arch/x86-avx512fp16-abi.exp | 63 ++++++++++++++++++++++ .../{x86-avx512bf16.c => x86-avx512fp16.c} | 28 +++++----- .../{x86-avx512bf16.exp => x86-avx512fp16.exp} | 50 ++++++++--------- gdb/testsuite/lib/gdb.exp | 51 ++++++++++++++++++ 13 files changed, 205 insertions(+), 62 deletions(-) copy gdb/testsuite/{gdb.base/cast-call.c => gdb.arch/x86-avx512fp16-abi.c} (65%) create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16-abi.exp copy gdb/testsuite/gdb.arch/{x86-avx512bf16.c => x86-avx512fp16.c} (88%) copy gdb/testsuite/gdb.arch/{x86-avx512bf16.exp => x86-avx512fp16.exp} (51%)