ObjFW  Diff

Differences From Artifact [3ae158a5d8]:

To Artifact [d80c2094d2]:


182
183
184
185
186
187
188



189

190
191
192
193
194
195
196
	popl	%ebp
	ret

get_eip:
	movl	(%esp), %ebx
	ret




.section .ctors, "aw", %progbits

	.long init

.section .rodata
str_forwardingTargetForSelector_:
	.asciz "forwardingTargetForSelector:"

.section .data







>
>
>

>







182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
	popl	%ebp
	ret

get_eip:
	movl	(%esp), %ebx
	ret

#ifdef OF_SOLARIS
.section .init_array, "aw"
#else
.section .ctors, "aw", %progbits
#endif
	.long init

.section .rodata
str_forwardingTargetForSelector_:
	.asciz "forwardingTargetForSelector:"

.section .data