avr.cfg: Added more podtypes.
This commit is contained in:
parent
5a4cf3be53
commit
11cf4d3215
|
@ -4,6 +4,8 @@
|
||||||
<!-- Integer types capable of holding object pointers -->
|
<!-- Integer types capable of holding object pointers -->
|
||||||
<podtype name="intptr_t" sign="s" size="2"/>
|
<podtype name="intptr_t" sign="s" size="2"/>
|
||||||
<podtype name="uintptr_t" sign="u" size="2"/>
|
<podtype name="uintptr_t" sign="u" size="2"/>
|
||||||
|
<podtype name="int_farptr_t" sign="s" size="4"/>
|
||||||
|
<podtype name="uint_farptr_t" sign="u" size="4"/>
|
||||||
<!-- Minimum-width integer types -->
|
<!-- Minimum-width integer types -->
|
||||||
<podtype name="int_least8_t" sign="s" size="1"/>
|
<podtype name="int_least8_t" sign="s" size="1"/>
|
||||||
<podtype name="uint_least8_t" sign="u" size="1"/>
|
<podtype name="uint_least8_t" sign="u" size="1"/>
|
||||||
|
|
Loading…
Reference in New Issue