summary refs log tree commit diff stats
path: root/linux-user/openrisc/target_syscall.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2025-08-28 15:47:43 +1000
committerRichard Henderson <richard.henderson@linaro.org>2025-08-30 07:04:04 +1000
commit7a4512db0a52b5005999f839cec934a77f32437b (patch)
treed2f1770da1f062ca1875444dcd6d35d1c578ded6 /linux-user/openrisc/target_syscall.h
parentc61b88fbe49e428e39eff501cddbcd53f12486cb (diff)
downloadfocaccia-qemu-7a4512db0a52b5005999f839cec934a77f32437b.tar.gz
focaccia-qemu-7a4512db0a52b5005999f839cec934a77f32437b.zip
linux-user/openrisc: Create target_ptrace.h
Move the target_pt_regs structure from target_syscall.h and
rename to target_user_regs_struct, obviating the comment.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/openrisc/target_syscall.h')
-rw-r--r--linux-user/openrisc/target_syscall.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/linux-user/openrisc/target_syscall.h b/linux-user/openrisc/target_syscall.h
index 7fe5b73d3b..c8394e9dcd 100644
--- a/linux-user/openrisc/target_syscall.h
+++ b/linux-user/openrisc/target_syscall.h
@@ -1,17 +1,6 @@
 #ifndef OPENRISC_TARGET_SYSCALL_H
 #define OPENRISC_TARGET_SYSCALL_H
 
-/* Note that in linux/arch/openrisc/include/uapi/asm/ptrace.h,
- * this is called user_regs_struct.  Given that this is what
- * is used within struct sigcontext we need this definition.
- * However, elfload.c wants this name.
- */
-struct target_pt_regs {
-    abi_ulong gpr[32];
-    abi_ulong pc;
-    abi_ulong sr;
-};
-
 #define UNAME_MACHINE "openrisc"
 #define UNAME_MINIMUM_RELEASE "2.6.32"