aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/pr27100.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/pr27100.t')
-rw-r--r--ld/testsuite/ld-scripts/pr27100.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/pr27100.t b/ld/testsuite/ld-scripts/pr27100.t
new file mode 100644
index 0000000..b94b8e9
--- /dev/null
+++ b/ld/testsuite/ld-scripts/pr27100.t
@@ -0,0 +1,2 @@
+SECTIONS { .data ALIGN (16) : { aa = .; LONG(0xdeadbeef); . = ALIGN (16); } }
+SECTIONS { .data ALIGN (16) : { bb = .; LONG(0x00c0ffee); . = ALIGN (16); } }