1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
Files
glibc/sysdeps/unix/sysv/linux
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-03-11 09:48:51 +08:00
2019-02-28 15:02:09 +00:00
2019-02-27 13:55:45 +00:00
2019-02-15 18:45:39 -02:00
2019-02-27 13:55:45 +00:00
2019-02-15 18:45:39 -02:00
2019-02-27 13:55:45 +00:00
2019-02-01 12:24:52 +00:00
2019-02-01 12:24:52 +00:00
2019-02-01 12:24:52 +00:00
2019-02-27 13:55:45 +00:00
2019-01-03 09:32:12 -02:00