aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/data-sections.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/testsuite/binutils-all/data-sections.s')
-rw-r--r--binutils/testsuite/binutils-all/data-sections.s17
1 files changed, 17 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/data-sections.s b/binutils/testsuite/binutils-all/data-sections.s
new file mode 100644
index 0000000..0d6284c
--- /dev/null
+++ b/binutils/testsuite/binutils-all/data-sections.s
@@ -0,0 +1,17 @@
+ .section ".data.aa.01", "aw"
+ .word 0x1
+
+ .section ".data.aa.02", "aw"
+ .word 0x2
+
+ .section ".data.aa.03", "aw"
+ .word 0x3
+
+ .section ".data.bb.01", "aw"
+ .word 0x4
+
+ .section ".data.bb.02", "aw"
+ .word 0x5
+
+ .section ".data.bb.03", "aw"
+ .word 0x6