ObjFW  Diff

Differences From Artifact [a40184aa62]:

  • File src/forwarding/forwarding-arm-elf.S — part of check-in [7406a3c11e] at 2025-04-26 11:19:30 on branch trunk — Rename OFForward to _OFForward and make it hidden (user: js size: 3372)

To Artifact [ee25c538d1]:

  • File src/forwarding/forwarding-arm-elf.S — part of check-in [2079b0ec99] at 2025-04-26 11:44:32 on branch trunk — Use .internal instead of .hidden (user: js size: 3376) [more...]

23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

#ifdef HAVE_VFP2
.fpu vfp
#endif

.globl _OFForward
.globl _OFForward_stret
.hidden _OFForward
.hidden _OFForward_stret

.section .text
_OFForward:
#ifdef HAVE_VFP2
	vstmdb	sp!, {d0-d7}
#endif
	stmfd	sp!, {r0-r4, lr}







|
|







23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

#ifdef HAVE_VFP2
.fpu vfp
#endif

.globl _OFForward
.globl _OFForward_stret
.internal _OFForward
.internal _OFForward_stret

.section .text
_OFForward:
#ifdef HAVE_VFP2
	vstmdb	sp!, {d0-d7}
#endif
	stmfd	sp!, {r0-r4, lr}