ObjFW  Diff

Differences From Artifact [3595ebbfb3]:

To Artifact [f3af272231]:


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
87
88
89
90
91
92
93
94

95
96
89
90
91
92
93
94
95

96
97
98







-
+


	li	%r3, 0
	blr

get_pc:
	mflr	%r3
	blr

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