ObjFW  Check-in [7e50ab7d8b]

Overview
Comment:forwarding-arm-elf.S: Add .fpu directive
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7e50ab7d8bde115d81e449802834d5835ffca3e4e220b8e03eb2395ed75c607c
User & Date: js on 2016-02-21 20:05:28
Other Links: manifest | tags
Context
2016-02-21
20:36
configure: Add --with-3ds check-in: 7be7df381d user: js tags: trunk
20:05
forwarding-arm-elf.S: Add .fpu directive check-in: 7e50ab7d8b user: js tags: trunk
17:35
OFRunLoop.h: Add missing forward class check-in: 1e6fdafe12 user: js tags: trunk
Changes

Modified src/forwarding/forwarding-arm-elf.S from [9eb71f5bd2] to [10f8e661a3].

13
14
15
16
17
18
19




20
21
22
23
24
25
26
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#include "config.h"

#include "platform.h"





.globl of_forward
.globl of_forward_stret

.section .text
of_forward:
#ifdef HAVE_VFP2







>
>
>
>







13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#include "config.h"

#include "platform.h"

#ifdef HAVE_VFP2
.fpu vfp
#endif

.globl of_forward
.globl of_forward_stret

.section .text
of_forward:
#ifdef HAVE_VFP2