summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/elf/section0.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/elf/section0.s')
-rw-r--r--gas/testsuite/gas/elf/section0.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/gas/testsuite/gas/elf/section0.s b/gas/testsuite/gas/elf/section0.s
deleted file mode 100644
index bdc8f0c7526..00000000000
--- a/gas/testsuite/gas/elf/section0.s
+++ /dev/null
@@ -1,16 +0,0 @@
-.data
- .byte 0
-.section A
- .byte 1
-.pushsection B
- .byte 2
-.pushsection C
- .byte 3
-.popsection
- .byte 2
-.popsection
- .byte 1
-.previous
- .byte 0
-.previous
- .byte 1