Skip to content

Commit 8674f5b

Browse files
committed
Fix #15066 (platform: rename the arm64 platform files)
1 parent 8bb772d commit 8674f5b

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<double>8</double>
1313
<long-double>8</long-double>
1414
<pointer>8</pointer>
15-
<size_t>4</size_t>
15+
<size_t>8</size_t>
1616
<wchar_t>2</wchar_t>
1717
</sizeof>
1818
</platform>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<bool>1</bool>
77
<short>2</short>
88
<int>4</int>
9-
<long>4</long>
9+
<long>8</long>
1010
<long-long>8</long-long>
1111
<float>4</float>
1212
<double>8</double>
1313
<long-double>8</long-double>
1414
<pointer>8</pointer>
15-
<size_t>4</size_t>
15+
<size_t>8</size_t>
1616
<wchar_t>4</wchar_t>
1717
</sizeof>
1818
</platform>

‎releasenotes.txt‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Import project:
2020
-
2121

2222
Infrastructure & dependencies:
23-
-
23+
- The platform arm64-wchar_t2.xml was renamed to arm64-llp64-wchar_t2.xml. if you used this platform you can either change your cppcheck command or create a arm64-wchar_t2.xml file.
24+
- The platform arm64-wchar_t4.xml was renamed to arm64-lp64-wchar_t4.xml. if you used this platform you can either change your cppcheck command or create a arm64-wchar_t4.xml file.
2425

2526
Other:
2627
-

‎win_installer/cppcheck.wxs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140
<File Id='aix_ppc64.xml' Name='aix_ppc64.xml' Source='$(var.PtfsDir)\aix_ppc64.xml' />
141141
<File Id='arm32wchar_t2.xml' Name='arm32-wchar_t2.xml' Source='$(var.PtfsDir)\arm32-wchar_t2.xml' />
142142
<File Id='arm32wchar_t4.xml' Name='arm32-wchar_t4.xml' Source='$(var.PtfsDir)\arm32-wchar_t4.xml' />
143-
<File Id='arm64wchar_t2.xml' Name='arm64-wchar_t2.xml' Source='$(var.PtfsDir)\arm64-wchar_t2.xml' />
144-
<File Id='arm64wchar_t4.xml' Name='arm64-wchar_t4.xml' Source='$(var.PtfsDir)\arm64-wchar_t4.xml' />
143+
<File Id='arm64llp64wchar_t2.xml' Name='arm64-llp64-wchar_t2.xml' Source='$(var.PtfsDir)\arm64-llp64-wchar_t2.xml' />
144+
<File Id='arm64lp64wchar_t4.xml' Name='arm64-lp64-wchar_t4.xml' Source='$(var.PtfsDir)\arm64-lp64-wchar_t4.xml' />
145145
<File Id='avr8.xml' Name='avr8.xml' Source='$(var.PtfsDir)\avr8.xml' />
146146
<File Id='elbrus_e1cp.xml' Name='elbrus-e1cp.xml' Source='$(var.PtfsDir)\elbrus-e1cp.xml' />
147147
<File Id='pic8.xml' Name='pic8.xml' Source='$(var.PtfsDir)\pic8.xml' />

0 commit comments

Comments
 (0)