We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9facf0b commit ecf271cCopy full SHA for ecf271c
tests/ui/asm/x86_64/issue-96797.rs
@@ -14,10 +14,10 @@ fn my_func() {}
14
global_asm!("
15
.globl call_foobar
16
.type call_foobar,@function
17
-.section .text.call_foobar,\"ax\",@progbits
+.pushsection .text.call_foobar,\"ax\",@progbits
18
call_foobar: jmp {}
19
.size call_foobar, .-call_foobar
20
-.text
+.popsection
21
", sym foobar);
22
23
fn foobar() {}
0 commit comments