aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/linux.lds
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/linux.lds')
-rw-r--r--src/scripts/linux.lds5
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)