Skip to content

Commit de65ebb

Browse files
jbamptonPilot-Pirx
authored andcommitted
pre-commit whitespace cleanup for s files (#463)
Enforced 3 hooks for s files: - end-of-file-fixer - mixed-line-ending - trailing-whitespace (cherry picked from commit 305080f)
1 parent ad69962 commit de65ebb

16 files changed

Lines changed: 116 additions & 117 deletions

File tree

main/basic/source/runtime/wnt-mingw.s

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
#**************************************************************
2-
#
3-
#
2+
#
3+
#
44
# Licensed to the Apache Software Foundation (ASF) under one
55
# or more contributor license agreements. See the NOTICE file
66
# distributed with this work for additional information
77
# regarding copyright ownership. The ASF licenses this file
88
# to you under the Apache License, Version 2.0 (the
99
# "License"); you may not use this file except in compliance
1010
# with the License. You may obtain a copy of the License at
11-
#
11+
#
1212
# http://www.apache.org/licenses/LICENSE-2.0
13-
#
13+
#
1414
# Unless required by applicable law or agreed to in writing,
1515
# software distributed under the License is distributed on an
1616
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1717
# KIND, either express or implied. See the License for the
1818
# specific language governing permissions and limitations
1919
# under the License.
20-
#
20+
#
2121
#**************************************************************
2222

2323
.intel_syntax

main/bridges/source/cpp_uno/cc50_solaris_intel/call.s

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
//**************************************************************
2-
/ *
2+
/ *
33
/ * Licensed to the Apache Software Foundation (ASF) under one
44
/ * or more contributor license agreements. See the NOTICE file
55
/ * distributed with this work for additional information
66
/ * regarding copyright ownership. The ASF licenses this file
77
/ * to you under the Apache License, Version 2.0 (the
88
/ * "License"); you may not use this file except in compliance
99
/ * with the License. You may obtain a copy of the License at
10-
/ *
10+
/ *
1111
/ * http://www.apache.org/licenses/LICENSE-2.0
12-
/ *
12+
/ *
1313
/ * Unless required by applicable law or agreed to in writing,
1414
/ * software distributed under the License is distributed on an
1515
/ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1616
/ * KIND, either express or implied. See the License for the
1717
/ * specific language governing permissions and limitations
1818
/ * under the License.
19-
/ *
19+
/ *
2020
/ *************************************************************/
2121

2222
.align 4
@@ -177,7 +177,7 @@ callVirtualMethod:
177177
je .handleByte
178178
cmp $3, %ecx
179179
je .handleByte / typelib_TypeClass_BYTE
180-
180+
181181
/ half word types
182182
cmp $4, %ecx / typelib_TypeClass_SHORT
183183
je .handleShort
@@ -255,7 +255,7 @@ callVirtualMethodExceptionHandler:
255255
movl -20(%ebp), %ebx
256256
call __1cG__CrunMex_rethrow_q6F_v_@PLT
257257
ret
258-
258+
259259
.type callVirtualMethodExceptionHandler, @function
260260
.size callVirtualMethodExceptionHandler, .-callVirtualMethodExceptionHandler
261261

main/bridges/source/cpp_uno/cc50_solaris_sparc/call.s

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
!\**************************************************************
2-
! *
2+
! *
33
! * Licensed to the Apache Software Foundation (ASF) under one
44
! * or more contributor license agreements. See the NOTICE file
55
! * distributed with this work for additional information
66
! * regarding copyright ownership. The ASF licenses this file
77
! * to you under the Apache License, Version 2.0 (the
88
! * "License"); you may not use this file except in compliance
99
! * with the License. You may obtain a copy of the License at
10-
! *
10+
! *
1111
! * http://www.apache.org/licenses/LICENSE-2.0
12-
! *
12+
! *
1313
! * Unless required by applicable law or agreed to in writing,
1414
! * software distributed under the License is distributed on an
1515
! * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1616
! * KIND, either express or implied. See the License for the
1717
! * specific language governing permissions and limitations
1818
! * under the License.
19-
! *
19+
! *
2020
! *************************************************************/
2121

2222
.global privateSnippetExecutor
@@ -53,7 +53,7 @@ privateSnippetExecutor:
5353
.size privateSnippetExecutor,(.-privateSnippetExecutor)
5454
.align 8
5555

56-
56+
5757
.global callVirtualMethod
5858
.type callVirtualMethod,2
5959
callVirtualMethod:
@@ -72,10 +72,10 @@ callVirtualMethod:
7272

7373
! prepare source location
7474
add %i4, 24, %l4
75-
75+
7676
! prepare real stack
7777
add %sp, 92, %l3
78-
78+
7979
.copyLong:
8080
ld [%l4+0], %l0
8181
st %l0, [%l3]

main/bridges/source/cpp_uno/cc5_solaris_sparc64/callvirtualmethod.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
!/**************************************************************
2-
! *
2+
! *
33
! * Licensed to the Apache Software Foundation (ASF) under one
44
! * or more contributor license agreements. See the NOTICE file
55
! * distributed with this work for additional information
66
! * regarding copyright ownership. The ASF licenses this file
77
! * to you under the Apache License, Version 2.0 (the
88
! * "License"); you may not use this file except in compliance
99
! * with the License. You may obtain a copy of the License at
10-
! *
10+
! *
1111
! * http://www.apache.org/licenses/LICENSE-2.0
12-
! *
12+
! *
1313
! * Unless required by applicable law or agreed to in writing,
1414
! * software distributed under the License is distributed on an
1515
! * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1616
! * KIND, either express or implied. See the License for the
1717
! * specific language governing permissions and limitations
1818
! * under the License.
19-
! *
19+
! *
2020
! *************************************************************/
2121

2222

main/bridges/source/cpp_uno/cc5_solaris_sparc64/fp.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
!/**************************************************************
2-
! *
2+
! *
33
! * Licensed to the Apache Software Foundation (ASF) under one
44
! * or more contributor license agreements. See the NOTICE file
55
! * distributed with this work for additional information
66
! * regarding copyright ownership. The ASF licenses this file
77
! * to you under the Apache License, Version 2.0 (the
88
! * "License"); you may not use this file except in compliance
99
! * with the License. You may obtain a copy of the License at
10-
! *
10+
! *
1111
! * http://www.apache.org/licenses/LICENSE-2.0
12-
! *
12+
! *
1313
! * Unless required by applicable law or agreed to in writing,
1414
! * software distributed under the License is distributed on an
1515
! * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1616
! * KIND, either express or implied. See the License for the
1717
! * specific language governing permissions and limitations
1818
! * under the License.
19-
! *
19+
! *
2020
! *************************************************************/
2121

2222

main/bridges/source/cpp_uno/cc5_solaris_sparc64/vtableslotcall.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
!/**************************************************************
2-
! *
2+
! *
33
! * Licensed to the Apache Software Foundation (ASF) under one
44
! * or more contributor license agreements. See the NOTICE file
55
! * distributed with this work for additional information
66
! * regarding copyright ownership. The ASF licenses this file
77
! * to you under the Apache License, Version 2.0 (the
88
! * "License"); you may not use this file except in compliance
99
! * with the License. You may obtain a copy of the License at
10-
! *
10+
! *
1111
! * http://www.apache.org/licenses/LICENSE-2.0
12-
! *
12+
! *
1313
! * Unless required by applicable law or agreed to in writing,
1414
! * software distributed under the License is distributed on an
1515
! * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1616
! * KIND, either express or implied. See the License for the
1717
! * specific language governing permissions and limitations
1818
! * under the License.
19-
! *
19+
! *
2020
! *************************************************************/
2121

2222

main/bridges/source/cpp_uno/gcc3_freebsd_intel/call.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
/**************************************************************
2-
*
2+
*
33
* Licensed to the Apache Software Foundation (ASF) under one
44
* or more contributor license agreements. See the NOTICE file
55
* distributed with this work for additional information
66
* regarding copyright ownership. The ASF licenses this file
77
* to you under the Apache License, Version 2.0 (the
88
* "License"); you may not use this file except in compliance
99
* with the License. You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing,
1414
* software distributed under the License is distributed on an
1515
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1616
* KIND, either express or implied. See the License for the
1717
* specific language governing permissions and limitations
1818
* under the License.
19-
*
19+
*
2020
*************************************************************/
2121

2222
.text

main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/call.s

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
/**************************************************************
2-
*
2+
*
33
* Licensed to the Apache Software Foundation (ASF) under one
44
* or more contributor license agreements. See the NOTICE file
55
* distributed with this work for additional information
66
* regarding copyright ownership. The ASF licenses this file
77
* to you under the Apache License, Version 2.0 (the
88
* "License"); you may not use this file except in compliance
99
* with the License. You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing,
1414
* software distributed under the License is distributed on an
1515
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1616
* KIND, either express or implied. See the License for the
1717
* specific language governing permissions and limitations
1818
* under the License.
19-
*
19+
*
2020
*************************************************************/
2121

2222

@@ -144,7 +144,7 @@ callVirtualMethod:
144144
lfd 11, 80(9)
145145
lfd 12, 88(9)
146146
lfd 13, 96(9)
147-
147+
148148
# 0 "" 2
149149
#NO_APP
150150
ld 9,104(31)
@@ -183,7 +183,7 @@ callVirtualMethod:
183183
mr 3, 3
184184
mr 4, 4
185185
fmr 0, 1
186-
186+
187187
# 0 "" 2
188188
#NO_APP
189189
stfd 0,152(31)
@@ -256,19 +256,19 @@ privateSnippetExecutor:
256256
addi 9,31,144
257257
#APP
258258
# 173 "uno_ppc64_asm.cc" 1
259-
stfd 1, 0(9)
260-
stfd 2, 8(9)
261-
stfd 3, 16(9)
262-
stfd 4, 24(9)
263-
stfd 5, 32(9)
264-
stfd 6, 40(9)
265-
stfd 7, 48(9)
266-
stfd 8, 56(9)
267-
stfd 9, 64(9)
268-
stfd 10, 72(9)
269-
stfd 11, 80(9)
270-
stfd 12, 88(9)
271-
stfd 13, 96(9)
259+
stfd 1, 0(9)
260+
stfd 2, 8(9)
261+
stfd 3, 16(9)
262+
stfd 4, 24(9)
263+
stfd 5, 32(9)
264+
stfd 6, 40(9)
265+
stfd 7, 48(9)
266+
stfd 8, 56(9)
267+
stfd 9, 64(9)
268+
stfd 10, 72(9)
269+
stfd 11, 80(9)
270+
stfd 12, 88(9)
271+
stfd 13, 96(9)
272272

273273
# 0 "" 2
274274
#NO_APP
@@ -322,39 +322,39 @@ stfd 13, 96(9)
322322
#APP
323323
# 209 "uno_ppc64_asm.cc" 1
324324
lbz 3,64(31)
325-
325+
326326
# 0 "" 2
327327
#NO_APP
328328
b .L17
329329
.L13:
330330
#APP
331331
# 214 "uno_ppc64_asm.cc" 1
332332
lhz 3,64(31)
333-
333+
334334
# 0 "" 2
335335
#NO_APP
336336
b .L17
337337
.L14:
338338
#APP
339339
# 218 "uno_ppc64_asm.cc" 1
340340
lha 3,64(31)
341-
341+
342342
# 0 "" 2
343343
#NO_APP
344344
b .L17
345345
.L8:
346346
#APP
347347
# 223 "uno_ppc64_asm.cc" 1
348348
lwz 3,64(31)
349-
349+
350350
# 0 "" 2
351351
#NO_APP
352352
b .L17
353353
.L12:
354354
#APP
355355
# 227 "uno_ppc64_asm.cc" 1
356356
lwa 3,64(31)
357-
357+
358358
# 0 "" 2
359359
#NO_APP
360360
b .L17
@@ -363,7 +363,7 @@ stfd 13, 96(9)
363363
#APP
364364
# 231 "uno_ppc64_asm.cc" 1
365365
lfs 1,0(9)
366-
366+
367367
# 0 "" 2
368368
#NO_APP
369369
b .L17
@@ -372,19 +372,19 @@ stfd 13, 96(9)
372372
#APP
373373
# 235 "uno_ppc64_asm.cc" 1
374374
lfd 1,0(9)
375-
375+
376376
# 0 "" 2
377377
#NO_APP
378378
b .L17
379379
.L7:
380380
#APP
381381
# 239 "uno_ppc64_asm.cc" 1
382382
ld 3,64(31)
383-
383+
384384
# 0 "" 2
385385
# 241 "uno_ppc64_asm.cc" 1
386386
ld 4,72(31)
387-
387+
388388
# 0 "" 2
389389
#NO_APP
390390
b .L17

0 commit comments

Comments
 (0)