[BINUTILS, AArch64] Enable Transactional Memory Extension
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / fill-1.s
index 92d495a7bc04bf558af8ac19d3f6b6e8b147b563..11f92b96e541483bbd4e988bb581dddc6bb5f3d0 100644 (file)
@@ -1,5 +1,7 @@
-       .text
-       .fill (2f-1f), 1, 0x90
-1:
-        nop
-2:
+       .data
+       .dc.w 0x0a0a
+       .fill (L2-L1), 1, 0x0d
+L1:
+       .dc.w 0x0b0b
+L2:
+       .dc.w 0x0c0c
This page took 0.02371 seconds and 4 git commands to generate.