Browse Source
Restore gdb-xml/sparc64-cpu.xml from mainstream binutils, tag 'binutils-2_46', found in the gdb/features/sparc/folder [*]. [*] https://sourceware.org/git/?p=binutils-gdb.git;a=tree;f=gdb/features/sparc;hb=refs/tags/binutils-2_46 Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20260219191955.83815-14-philmd@linaro.org>master
4 changed files with 5 additions and 5 deletions
@ -1,7 +1,7 @@ |
|||
TARGET_ARCH=sparc64 |
|||
TARGET_BASE_ARCH=sparc |
|||
TARGET_BIG_ENDIAN=y |
|||
TARGET_XML_FILES=gdb-xml/sparc64-core.xml gdb-xml/sparc64-fpu.xml gdb-xml/sparc64-cp0.xml |
|||
TARGET_XML_FILES=gdb-xml/sparc64-cpu.xml gdb-xml/sparc64-fpu.xml gdb-xml/sparc64-cp0.xml |
|||
TARGET_LONG_BITS=64 |
|||
TARGET_NOT_USING_LEGACY_LDST_PHYS_API=y |
|||
TARGET_NOT_USING_LEGACY_NATIVE_ENDIAN_API=y |
|||
|
|||
@ -1,12 +1,12 @@ |
|||
<?xml version="1.0"?> |
|||
<!-- Copyright (C) 2013-2025 Free Software Foundation, Inc. |
|||
<!-- Copyright (C) 2013-2026 Free Software Foundation, Inc. |
|||
|
|||
Copying and distribution of this file, with or without modification, |
|||
are permitted in any medium without royalty provided the copyright |
|||
notice and this notice are preserved. --> |
|||
|
|||
<!DOCTYPE feature SYSTEM "gdb-target.dtd"> |
|||
<feature name="org.gnu.gdb.sparc.core"> |
|||
<feature name="org.gnu.gdb.sparc.cpu"> |
|||
<reg name="g0" bitsize="64" type="uint64" regnum="0"/> |
|||
<reg name="g1" bitsize="64" type="uint64" regnum="1"/> |
|||
<reg name="g2" bitsize="64" type="uint64" regnum="2"/> |
|||
Loading…
Reference in new issue