mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-05 22:17:40 -07: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>
5 lines
168 B
Makefile
5 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
|