ObjFW  Diff

Differences From Artifact [d9fc5995df]:

To Artifact [a2d3a2df84]:


195
196
197
198
199
200
201



202

203
204
205
206
207
208
209
.type of_forward_stret, %function
.size of_forward_stret, .-of_forward_stret

init:
	leaq	module(%rip), %rdi
	jmp	__objc_exec_class@PLT




.section .ctors, "aw", %progbits

	.quad init

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

.section .data







>
>
>

>







195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
.type of_forward_stret, %function
.size of_forward_stret, .-of_forward_stret

init:
	leaq	module(%rip), %rdi
	jmp	__objc_exec_class@PLT

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

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

.section .data