aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/align3.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/align3.t')
-rw-r--r--ld/testsuite/ld-scripts/align3.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/align3.t b/ld/testsuite/ld-scripts/align3.t
new file mode 100644
index 0000000..5c9e5bf
--- /dev/null
+++ b/ld/testsuite/ld-scripts/align3.t
@@ -0,0 +1,10 @@
+SECTIONS
+{
+ .text : {
+ SORT_BY_ALIGNMENT (*) (.text .text.*)
+ }
+
+ .data : {
+ SORT_BY_ALIGNMENT (*) (.data .data.*)
+ }
+} \ No newline at end of file