#8158: Added platform file: msp430_eabi_large_datamodel.xml.
This commit is contained in:
parent
61e47208eb
commit
0d02c598fd
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0"?>
|
||||
<platform>
|
||||
<char_bit>8</char_bit>
|
||||
<default-sign>signed</default-sign>
|
||||
<sizeof>
|
||||
<short>2</short>
|
||||
<int>2</int>
|
||||
<long>4</long>
|
||||
<long-long>8</long-long>
|
||||
<float>4</float>
|
||||
<double>8</double>
|
||||
<long-double>8</long-double>
|
||||
<pointer>4</pointer>
|
||||
<size_t>4</size_t>
|
||||
<wchar_t>2</wchar_t>
|
||||
</sizeof>
|
||||
</platform>
|
Loading…
Reference in New Issue