bd8dd776db
This commit adds strace support for Altera's Nios-II. The architecture is supported by Linux since v3.19, and it implements the generic syscall ABI. * configure.ac: Add nios2 support. * cacheflush.c [NIOS2] (sys_cacheflush): New function. * linux/nios2/*: New Nios-II specific files. * Makefile.am (EXTRA_DIST): Add them. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
3 lines
83 B
C
3 lines
83 B
C
static struct user_pt_regs nios2_regs;
|
|
# define ARCH_REGS_FOR_GETREGSET nios2_regs
|