summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfcomm/sort-common.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elfcomm/sort-common.s')
-rw-r--r--ld/testsuite/ld-elfcomm/sort-common.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elfcomm/sort-common.s b/ld/testsuite/ld-elfcomm/sort-common.s
new file mode 100644
index 0000000..478d73e
--- /dev/null
+++ b/ld/testsuite/ld-elfcomm/sort-common.s
@@ -0,0 +1,6 @@
+ .comm var_1byte_align,1,1
+ .comm var_2byte_align,2,2
+ .comm var_4byte_align,4,4
+ .comm var_8byte_align,8,8
+ .comm var_16byte_align,16,16
+