Semi-working REL analysis & splitting

This commit is contained in:
2023-08-25 00:54:29 -04:00
parent 3f63f1ef47
commit a2374e4fa0
21 changed files with 1072 additions and 709 deletions

View File

@@ -0,0 +1,26 @@
SECTIONS
{
GROUP:
{
.init :{}
.text :{}
.ctors :{}
.dtors :{}
.rodata :{}
.data :{ *(.data) *(extabindex) *(extab) }
.bss :{}
}
}
FORCEACTIVE
{
_unresolved
_prolog
_epilog
$FORCEACTIVE
}
FORCEFILES
{
$FORCEFILES
}