From ba7651fba54199e5dedbbd08157687291b9dbae3 Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Wed, 25 Jan 2017 10:54:11 -0800 Subject: target/xtensa: add linux-user support Import list of syscalls from the kernel source. Conditionalize code/data that is only used with softmmu. Implement exception handlers. Implement signal hander (only the core registers for now, no coprocessors or TIE). Cc: Riku Voipio Cc: Laurent Vivier Signed-off-by: Max Filippov --- linux-user/xtensa/syscall.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 linux-user/xtensa/syscall.h (limited to 'linux-user/xtensa/syscall.h') diff --git a/linux-user/xtensa/syscall.h b/linux-user/xtensa/syscall.h new file mode 100644 index 0000000000..e69de29bb2 -- cgit 1.4.1