diff options
Diffstat (limited to 'src/scripts/linux.lds')
-rw-r--r-- | src/scripts/linux.lds | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/scripts/linux.lds b/src/scripts/linux.lds index afc0128f8..53e884ec5 100644 --- a/src/scripts/linux.lds +++ b/src/scripts/linux.lds @@ -81,16 +81,13 @@ SECTIONS { _assert = ASSERT ( ( _weak == _eweak ), ".weak is non-zero length" ); /* - * Dispose of the comment and note sections to make the link map - * easier to read + * Dispose of unwanted sections to make the link map easier to read * */ /DISCARD/ : { *(.comment) *(.comment.*) - *(.note) - *(.note.*) *(.rel) *(.rel.*) *(.discard) |