Might fix problems reported here:
https://www.freelists.org/post/rumpkernel-users/Issues-linking-executable-for-Rumprun-with-additional-library,4
_text = .; /* Text and read-only data */
.text : {
*(.text)
+ *(.text.*)
*(.gnu.warning)
} = 0x9090
/* Sections to be discarded */
/DISCARD/ : {
- *(.text.exit)
*(.data.exit)
*(.exitcall.exit)
}
_text = .; /* Text and read-only data */
.text : {
*(.text)
+ *(.text.*)
*(.gnu.warning)
} = 0x9090
/* Sections to be discarded */
/DISCARD/ : {
- *(.text.exit)
*(.data.exit)
*(.exitcall.exit)
}