diff options
Diffstat (limited to 'ld/news.sc')
-rwxr-xr-x | ld/news.sc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,9 +11,9 @@ SECTIONS { CREATE_OBJECT_SYMBOLS *(.text) - _etext = .; + _etext = ALIGN(0x1000); } - .data . : + .data ALIGN(0x1000) : { *(.data) CONSTRUCTORS; |