]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/elf/section6.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / testsuite / gas / elf / section6.s
diff --git a/gas/testsuite/gas/elf/section6.s b/gas/testsuite/gas/elf/section6.s
new file mode 100644 (file)
index 0000000..f978434
--- /dev/null
@@ -0,0 +1,10 @@
+        .section sec1
+        .byte 1
+        .subsection 2
+        .byte 2
+        .pushsection sec2,1
+        .byte 3
+        .subsection 0
+        .byte 4
+        .popsection
+        .byte 5