ObjFW  Diff

Differences From Artifact [f1d9511b8b]:

To Artifact [450b63b827]:


235
236
237
238
239
240
241



242

243
244
245
246
247
248
249
	call	__objc_exec_class
	 restore

add_pc:
	jmp	%o7 + 8
	 add	%l7, %o7, %l7




.section .ctors, "aw", %progbits

	.xword init

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

.section .data







>
>
>

>







235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
	call	__objc_exec_class
	 restore

add_pc:
	jmp	%o7 + 8
	 add	%l7, %o7, %l7

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

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

.section .data