wip: shared library support
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x400000;
|
||||
.text : {
|
||||
*(.text)
|
||||
}
|
||||
.eh_frame : {
|
||||
*(.eh_frame)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user