8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ae3d5 commit afa01dbCopy full SHA for afa01db
Python/asm_trampoline.S
@@ -9,6 +9,7 @@
9
# }
10
_Py_trampo CBAD line_func_start:
11
#ifdef __x86_64__
12
+ ENDBR64
13
sub $8, %rsp
14
call *%rcx
15
add $8, %rsp
@@ -34,3 +35,21 @@ _Py_trampoline_func_start:
34
35
.globl _Py_trampoline_func_end
36
_Py_trampoline_func_end:
37
.section .note.GNU-stack,"",@progbits
38
+#ifdef __x86_64__
39
+ .section .note.gnu.property,"a"
40
+ .align 8
41
+ .long 1f - 0f
42
+ .long 4f - 1f
43
+ .long 5
44
+0:
45
+ .string "GNU"
46
+1:
47
48
+ .long 0xc0000002
49
+ .long 3f - 2f
50
+2:
51
+ .long 0x3
52
+3:
53
54
+4:
55
+#endif // __x86_64__
0 commit comments