mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-4030: Fix MIPS base and eabi 32/64-bit cspecs
GP-4029: Update base PowerPC 32/64-bit cspecs
This commit is contained in:
parent
12ac4660a1
commit
d91aebe74e
26 changed files with 1234 additions and 488 deletions
|
@ -449,6 +449,16 @@
|
|||
<attribute name="reversesignif">
|
||||
<ref name="boolean_type"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="stackspill">
|
||||
<ref name="boolean_type"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="fillalternate">
|
||||
<ref name="boolean_type"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="storage"/>
|
||||
|
@ -461,6 +471,16 @@
|
|||
</optional>
|
||||
</element>
|
||||
</choice>
|
||||
<zeroOrMore>
|
||||
<element name="extra_stack">
|
||||
<optional>
|
||||
<attribute name="afterbytes"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="afterstorage"/>
|
||||
</optional>
|
||||
</element>
|
||||
</zeroOrMore>
|
||||
<zeroOrMore>
|
||||
<element name="consume_extra">
|
||||
<attribute name="storage"/>
|
||||
|
@ -474,13 +494,8 @@
|
|||
<zeroOrMore>
|
||||
<element name="consume_remaining">
|
||||
<attribute name="storage"/>
|
||||
</element>
|
||||
</zeroOrMore>
|
||||
<zeroOrMore>
|
||||
<element name="extra_stack">
|
||||
<empty/>
|
||||
</element>
|
||||
</zeroOrMore>
|
||||
</element>
|
||||
</zeroOrMore>
|
||||
</define>
|
||||
|
||||
<define name="prototype_type">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue