mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +00:00
Copy XML files describing orig_ax from GDB and glue them with CPUX86State.orig_ax. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Message-ID: <20240912093012.402366-5-iii@linux.ibm.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
6 lines
168 B
Makefile
6 lines
168 B
Makefile
TARGET_ARCH=x86_64
|
|
TARGET_BASE_ARCH=i386
|
|
TARGET_SYSTBL_ABI=common,64
|
|
TARGET_SYSTBL=syscall_64.tbl
|
|
TARGET_XML_FILES= gdb-xml/i386-64bit.xml gdb-xml/i386-64bit-linux.xml
|