summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/elf/section5.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/elf/section5.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/elf/section5.s24
1 files changed, 0 insertions, 24 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/elf/section5.s b/binutils-2.17/gas/testsuite/gas/elf/section5.s
deleted file mode 100644
index 3a133cd0..00000000
--- a/binutils-2.17/gas/testsuite/gas/elf/section5.s
+++ /dev/null
@@ -1,24 +0,0 @@
- .section .test0
- .section .test1, "", %progbits
- .section .test2
- .section .test3, "aw"
- .section .test4, "aw", %nobits
-
- .section .test1, "aw", %nobits
-test1: .long test1
-
- .section .test2, "w"
-test2: .long test2
-
- .section .test3, "aw", %progbits
-test3: .long test3
-
- .section .test4, "aw"
-
- .section .data, "a"
-
- .section .bss, "a"
-
- .section .data, "aw", %nobits
-
- .section .bss, "aw", %progbits