diff options
author | 2019-03-11 09:48:51 +0800 | |
---|---|---|
committer | 2019-03-11 09:48:51 +0800 | |
commit | 827e30f3a31ee294eb23dc572f8af62158049257 (patch) | |
tree | af716fe3ba339253c29d7345004194c7bfb6422d /stdlib/stdint.h | |
parent | C-SKY: fix sigcontext miss match (diff) | |
download | glibc-827e30f3a31ee294eb23dc572f8af62158049257.tar.xz 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 'stdlib/stdint.h')
0 files changed, 0 insertions, 0 deletions