1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
Files
glibc/sysdeps
Mao Han 827e30f3a3 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.
2019-03-11 09:48:51 +08:00
..
2019-02-27 13:55:45 +00:00
2019-02-27 13:55:45 +00:00
2019-02-27 10:00:34 -03:00
2019-02-27 13:55:45 +00:00
2019-01-24 13:55:05 -05:00
2019-03-11 09:48:51 +08:00
2019-02-27 10:00:37 -03:00