This commit is contained in:
mintsuki 2022-08-15 21:55:56 +02:00
parent 8053ace047
commit 74ebc70c0a
2 changed files with 5 additions and 4 deletions

View file

@ -45,8 +45,9 @@ SECTIONS
*(.bss .bss.*)
} :data
/* Discard notes since they may cause issues on some hosts. */
/* Discard .note.* and .eh_frame since they may cause issues on some hosts. */
/DISCARD/ : {
*(.eh_frame)
*(.note .note.*)
}
}