ObjFW  Check-in [6e6bb54df3]

Overview
Comment:Fix another, new linker warning on macOS
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6e6bb54df3f60b1add94287b7346af29b117d1caebcfd03f9a4f11c84f2be088
User & Date: js on 2024-04-02 22:05:57
Other Links: manifest | tags
Context
2024-04-03
01:10
Implement extended attributes on Haiku check-in: 6146e60fc5 user: js tags: trunk
2024-04-02
22:05
Fix another, new linker warning on macOS check-in: 6e6bb54df3 user: js tags: trunk
21:58
Fix a linker warning on macOS check-in: a6e2670136 user: js tags: trunk
Changes

Modified src/forwarding/apple-forwarding-amd64.S from [e6f2c2daf3] to [a4b6af78c9].

25
26
27
28
29
30
31

32
33
34
35
36
37
38
.globl _OFForward_stret

.section __TEXT, __objc_methname, cstring_literals
Lstr_forwardingTargetForSelector_:
	.asciz "forwardingTargetForSelector:"

.section __DATA, __objc_selrefs, literal_pointers, no_dead_strip

Lsel_forwardingTargetForSelector_:
	.quad Lstr_forwardingTargetForSelector_

.section __DATA, __objc_imageinfo, regular, no_dead_strip
	.long 0, 0x40

.section __TEXT, __text, regular, pure_instructions







>







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.globl _OFForward_stret

.section __TEXT, __objc_methname, cstring_literals
Lstr_forwardingTargetForSelector_:
	.asciz "forwardingTargetForSelector:"

.section __DATA, __objc_selrefs, literal_pointers, no_dead_strip
.p2align 3
Lsel_forwardingTargetForSelector_:
	.quad Lstr_forwardingTargetForSelector_

.section __DATA, __objc_imageinfo, regular, no_dead_strip
	.long 0, 0x40

.section __TEXT, __text, regular, pure_instructions

Modified src/forwarding/apple-forwarding-arm64.S from [935abf879c] to [dcc2607045].

19
20
21
22
23
24
25

26
27
28
29
30
31
32
.globl _OFForward_stret

.section __TEXT, __objc_methname, cstring_literals
Lstr_forwardingTargetForSelector_:
	.asciz "forwardingTargetForSelector:"

.section __DATA, __objc_selrefs, literal_pointers, no_dead_strip

Lsel_forwardingTargetForSelector_:
	.quad Lstr_forwardingTargetForSelector_

.section __DATA, __objc_imageinfo, regular, no_dead_strip
	.long 0, 0x40

.section __TEXT, __text, regular, pure_instructions







>







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.globl _OFForward_stret

.section __TEXT, __objc_methname, cstring_literals
Lstr_forwardingTargetForSelector_:
	.asciz "forwardingTargetForSelector:"

.section __DATA, __objc_selrefs, literal_pointers, no_dead_strip
.p2align 3
Lsel_forwardingTargetForSelector_:
	.quad Lstr_forwardingTargetForSelector_

.section __DATA, __objc_imageinfo, regular, no_dead_strip
	.long 0, 0x40

.section __TEXT, __text, regular, pure_instructions