diff options
author | Mao Han <han_mao@c-sky.com> | 2019-03-11 09:48:51 +0800 |
---|---|---|
committer | Mao Han <han_mao@c-sky.com> | 2019-03-11 09:48:51 +0800 |
commit | 827e30f3a31ee294eb23dc572f8af62158049257 (patch) | |
tree | af716fe3ba339253c29d7345004194c7bfb6422d /sysdeps/aarch64 | |
parent | 6229c9bff7e3171a565b78f7f1a210126e041b5b (diff) | |
download | glibc-827e30f3a31ee294eb23dc572f8af62158049257.tar glibc-827e30f3a31ee294eb23dc572f8af62158049257.tar.gz glibc-827e30f3a31ee294eb23dc572f8af62158049257.tar.bz2 glibc-827e30f3a31ee294eb23dc572f8af62158049257.zip |
C-SKY: remove user_regs definition
C-SKY GDB dose not use this file for ptrace and coredump. ptrace can use
pt_regs definition from linux kernel directly. The old definition only
got 34 regs instead of 38 regs from linux kernel, which will corrupted
the memory after ptrace PTRACE_GETREGSET call.
* sysdeps/unix/sysv/linux/csky/sys/procfs.h: Use linux definition
directly.
* sysdeps/unix/sysv/linux/csky/sys/user.h: Remove user_regs
definition.
Diffstat (limited to 'sysdeps/aarch64')
0 files changed, 0 insertions, 0 deletions