summaryrefslogtreecommitdiff
path: root/test/torture-s/bf-layout-1.c.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/torture-s/bf-layout-1.c.s')
-rw-r--r--test/torture-s/bf-layout-1.c.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/torture-s/bf-layout-1.c.s b/test/torture-s/bf-layout-1.c.s
index df122b0e8..ddeaf4c54 100644
--- a/test/torture-s/bf-layout-1.c.s
+++ b/test/torture-s/bf-layout-1.c.s
@@ -18,7 +18,7 @@ main: # @main
.type a,@object
.section .bss.a,"aw",@nobits
.globl a
- .align 2
+ .p2align 2
a:
.skip 4
.size a, 4
@@ -27,7 +27,7 @@ a:
.type b,@object
.section .bss.b,"aw",@nobits
.globl b
- .align 2
+ .p2align 2
b:
.skip 4
.size b, 4