File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ near_function:
2424 ret
2525.size near_function, .-near_function
2626
27+ ## Force relocations against .text.
28+ .reloc 0 , R_AARCH64_NONE
29+
2730.section ".mytext" , "ax"
2831.balign 4
2932
@@ -42,7 +45,7 @@ __AArch64AbsLongThunk_far_function:
4245.size __AArch64AbsLongThunk_far_function, .-__AArch64AbsLongThunk_far_function
4346
4447## If a callee is closer than 256MB away, LLD may generate a thunk with a direct
45- ## jump to the callee. Note, that the name might still include "AbSLong ".
48+ ## jump to the callee. Note, that the name might still include "AbsLong ".
4649.global __AArch64AbsLongThunk_near_function
4750.type __AArch64AbsLongThunk_near_function, %function
4851__AArch64AbsLongThunk_near_function:
You can’t perform that action at this time.
0 commit comments