wip: shared library support

This commit is contained in:
2026-04-05 15:14:07 +02:00
parent 51359ffb0e
commit f1b49b3c4e
20 changed files with 1026 additions and 4 deletions
+10
View File
@@ -0,0 +1,10 @@
SECTIONS
{
. = 0x400000;
.text : {
*(.text)
}
.eh_frame : {
*(.eh_frame)
}
}