ObjFW  Diff

Differences From Artifact [f86ad8b6ed]:

To Artifact [87b13fd68b]:


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

94
95
88
89
90
91
92
93
94

95
96
97







-
+


	xorl	%eax, %eax
	ret

get_eip:
	movl	(%esp), %eax
	ret

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