ObjFW  Diff

Differences From Artifact [3482719d85]:

  • File src/runtime/lookup-asm/lookup-asm-arm-elf.S — part of check-in [cfd374b906] at 2015-01-03 20:57:18 on branch trunk — Update copyright (user: js size: 1698)

To Artifact [6f12f0dd3f]:

  • File src/runtime/lookup-asm/lookup-asm-arm-elf.S — part of check-in [1ba08eebc5] at 2015-10-19 22:15:13 on branch trunk — Add platform.h & make platform defines consistent (user: js size: 1720)

11
12
13
14
15
16
17


18
19
20
21
22
23
24
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26







+
+







 * Alternatively, it may be distributed under the terms of the GNU General
 * Public License, either version 2 or 3, which can be found in the file
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#include "config.h"

#include "platform.h"

.globl objc_msg_lookup
.globl objc_msg_lookup_stret
.globl objc_msg_lookup_super
.globl objc_msg_lookup_super_stret

.section .text
72
73
74
75
76
77
78
79

80
81
74
75
76
77
78
79
80

81
82
83







-
+


	adr	r0, nil_method
	bx	lr

nil_method:
	mov	r0, #0
	bx	lr

#ifdef __linux__
#ifdef OF_LINUX
.section .note.GNU-stack, "", %progbits
#endif