From fdbeb187ec5239d73798ddb87f17b506c3816757 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Sun, 2 May 2021 21:29:00 +0100 Subject: [PATCH] Add missing .att_syntax from #414 --- library/compiler-builtins/src/probestack.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library/compiler-builtins/src/probestack.rs b/library/compiler-builtins/src/probestack.rs index 6892ab2d3eaa..4d6cd694943a 100644 --- a/library/compiler-builtins/src/probestack.rs +++ b/library/compiler-builtins/src/probestack.rs @@ -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: ",