Merge pull request #418 from Amanieu/global_asm_att

Add missing .att_syntax from #414
This commit is contained in:
Amanieu d'Antras 2021-05-02 22:12:27 +01:00 committed by GitHub
commit 4bde96ec05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,6 +86,7 @@ macro_rules! define_rust_probestack {
($body: expr) => {
concat!(
"
.att_syntax
.globl __rust_probestack
__rust_probestack:
",
@ -101,6 +102,7 @@ macro_rules! define_rust_probestack {
($body: expr) => {
concat!(
"
.att_syntax
.globl ___rust_probestack
___rust_probestack:
",
@ -115,6 +117,7 @@ macro_rules! define_rust_probestack {
($body: expr) => {
concat!(
"
.att_syntax
.globl ___rust_probestack
___rust_probestack:
",