diff options
Diffstat (limited to 'linker.ld')
-rw-r--r-- | linker.ld | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ SECTIONS .bss : ALIGN(0x100) { *(.bss) } - /DISCARD/ : { *(.note.gnu.build-id) } + /DISCARD/ : { *(*) } /* The compiler may produce other sections, by default it will put them in a segment with the same name. Simply add stuff here as needed. */ |