mirror of
https://github.com/qemu/qemu.git
synced 2025-08-16 23:02:44 +00:00

This patch adds the GDB XML feature file that describes Alpha's core registers. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2569 Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Yodel Eldar <yodel.eldar@gmail.com> Message-ID: <20250630164124.26315-3-yodel.eldar@gmail.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20250710104531.3099313-5-alex.bennee@linaro.org>
6 lines
130 B
Makefile
6 lines
130 B
Makefile
TARGET_ARCH=alpha
|
|
TARGET_SYSTBL_ABI=common
|
|
TARGET_SYSTBL=syscall.tbl
|
|
TARGET_LONG_BITS=64
|
|
TARGET_XML_FILES= gdb-xml/alpha-core.xml
|