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 52bc7e85d9 Automatic date update in version.in new 5dc4391345 gdb/amd64: Ignore zero sized fields when calling functions new dbbb1059e6 gdb: Initial baremetal riscv support
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/ChangeLog | 19 + gdb/MAINTAINERS | 5 + gdb/Makefile.in | 3 + gdb/NEWS | 4 + gdb/amd64-tdep.c | 5 +- gdb/configure.tgt | 5 + gdb/riscv-tdep.c | 2749 +++++++++++++++++++++ gdb/riscv-tdep.h | 84 + gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.base/float.exp | 2 + gdb/testsuite/gdb.base/infcall-nested-structs.c | 157 ++ gdb/testsuite/gdb.base/infcall-nested-structs.exp | 169 ++ 12 files changed, 3206 insertions(+), 2 deletions(-) create mode 100644 gdb/riscv-tdep.c create mode 100644 gdb/riscv-tdep.h create mode 100644 gdb/testsuite/gdb.base/infcall-nested-structs.c create mode 100644 gdb/testsuite/gdb.base/infcall-nested-structs.exp