Update
This commit is contained in:
parent
8053ace047
commit
74ebc70c0a
2 changed files with 5 additions and 4 deletions
|
@ -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.*)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue