Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section0.s
index 022fbfeb81dc9246bb7f3fc3eda327ae43fbb10d..18853e874456f3ea8e9af0bf83ff05dedb8b70ec 100644 (file)
@@ -1,11 +1,11 @@
  .data
-       .byte 0
+       .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  .section A
-       .byte 1
+       .byte 1,1,1,1,1,1,1,1,1,1,1,1,1,1
  .pushsection B
-       .byte 2
+       .byte 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2
  .pushsection C
-       .byte 3
+       .byte 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
  .popsection
        .byte 2
  .popsection
This page took 0.023701 seconds and 4 git commands to generate.