From b49013485476dd508ae82e6143e1e73795e4c348 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Thu, 14 Sep 2023 16:55:22 +0200 Subject: kvx: align specification of user regs Align the specification of the ptrace interface with how it is specified on RISC-V. Signed-off-by: Yann Sionneau --- libc/sysdeps/linux/kvx/sys/user.h | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) (limited to 'libc/sysdeps/linux/kvx/sys/user.h') diff --git a/libc/sysdeps/linux/kvx/sys/user.h b/libc/sysdeps/linux/kvx/sys/user.h index 2e228ff19..c871f1a03 100644 --- a/libc/sysdeps/linux/kvx/sys/user.h +++ b/libc/sysdeps/linux/kvx/sys/user.h @@ -1,27 +1 @@ -/* - * This file is subject to the terms and conditions of the LGPL V2.1 - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * - * Copyright (C) 2019 Kalray Inc. - */ - -#ifndef _SYS_USER_H -#define _SYS_USER_H 1 - -struct user_regs_struct -{ - /* GPR */ - unsigned long long gpr_regs[64]; - - /* SFR */ - unsigned long lc; - unsigned long le; - unsigned long ls; - unsigned long ra; - - unsigned long cs; - unsigned long spc; -}; - -#endif +/* This file is not needed, but in practice gdb might try to include it. */ -- cgit v1.2.3