diff options
Diffstat (limited to 'ld/testsuite/ld-scripts/align-with-input.t')
-rw-r--r-- | ld/testsuite/ld-scripts/align-with-input.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/align-with-input.t b/ld/testsuite/ld-scripts/align-with-input.t new file mode 100644 index 0000000..616061c --- /dev/null +++ b/ld/testsuite/ld-scripts/align-with-input.t @@ -0,0 +1,5 @@ +SECTIONS { + .abc : ALIGN(1) ALIGN_WITH_INPUT { + *(.abc) + } +} |