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:
ghintern 2025-02-25 20:50:19 +00:00 committed by James
parent 12ac4660a1
commit d91aebe74e
26 changed files with 1234 additions and 488 deletions

View file

@ -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">