]> sourceware.org Git - valgrind.git/commit
PPC64: add support for the vectored system call instruction scv.
authorCarl Love <cel@us.ibm.com>
Tue, 4 May 2021 19:49:49 +0000 (14:49 -0500)
committerCarl Love <cel@us.ibm.com>
Tue, 4 May 2021 20:34:43 +0000 (15:34 -0500)
commit8f69756a2215e396b93573c9568cab00cc6c116d
tree6fe17451d1b5fea829aa80528c015d36618bdc11
parent8afb49abe04a341d60b441c1f09a956aeccf0bbb
PPC64: add support for the vectored system call instruction scv.
21 files changed:
NEWS
VEX/priv/guest_ppc_defs.h
VEX/priv/guest_ppc_toIR.c
VEX/pub/libvex.h
VEX/pub/libvex_guest_ppc32.h
VEX/pub/libvex_guest_ppc64.h
coregrind/m_initimg/initimg-linux.c
coregrind/m_machine.c
coregrind/m_signals.c
coregrind/m_syscall.c
coregrind/m_syswrap/priv_types_n_macros.h
coregrind/m_syswrap/syscall-ppc64le-linux.S
coregrind/m_syswrap/syswrap-linux.c
coregrind/m_syswrap/syswrap-main.c
coregrind/pub_core_syscall.h
memcheck/mc_machine.c
none/tests/ppc64/Makefile.am
none/tests/ppc64/scv_test.c [new file with mode: 0644]
none/tests/ppc64/scv_test.stderr.exp [new file with mode: 0644]
none/tests/ppc64/scv_test.stdout.exp [new file with mode: 0644]
none/tests/ppc64/scv_test.vgtest [new file with mode: 0644]
This page took 0.036318 seconds and 5 git commands to generate.