Statistics
| Branch: | Revision:

root / gdb-xml / power-spe.xml @ feature-archipelago

History | View | Annotate | Download (1.5 kB)

# Date Author Comment
22555301 07/13/2009 12:42 am Nathan Froyd

gdb-xml: fix hacks in powerpc register numbering

The powerpc xml files contained a hack--an empty, non-existent
register--for getting the register numbers to line up for
newer (XML-aware) and older (non-XML-aware) GDB. While this hack worked
in some cases, it didn't work in all cases, notably when the user used...

c8b3532d 01/24/2009 05:07 pm aurel32

target-ppc: Add XML files for PowerPC registers

These files are nearly identical to the XML files provided with GDB.
The only difference is that power-{fpu,spe}.xml do not assign register
numbers; the internal QEMU machinery takes care of that.

Define gdb_xml_files for ppc targets in configure as well....