Run write_object_file after errors
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / dot.s
index e9c326d5c08d5e1c31d206f35425ab584eb8a511..6916400c9c96c9825472245047225ee7a9e43f64 100644 (file)
@@ -1,12 +1,12 @@
  .altmacro
 
  .macro x.y.z val
-  .align 4
+  .balign 4
   .byte val,val
  .endm
 
  .macro .xyz val
-  .align 8
+  .balign 8
   .byte val,val
  .endm
 
This page took 0.023336 seconds and 4 git commands to generate.