diff options
Diffstat (limited to 'ld/testsuite/ld-scripts/empty-aligned.t')
-rw-r--r-- | ld/testsuite/ld-scripts/empty-aligned.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/empty-aligned.t b/ld/testsuite/ld-scripts/empty-aligned.t index 5f6a38d..0073f13 100644 --- a/ld/testsuite/ld-scripts/empty-aligned.t +++ b/ld/testsuite/ld-scripts/empty-aligned.t @@ -1,5 +1,6 @@ SECTIONS { + . = SIZEOF_HEADERS; .text : { *(.text) } /* Alignment at beginning shouldn't result in empty section being kept. */ .text1 ALIGN (4096) : |