mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-12-12 14:46:17 +00:00
Rework section alignment handling
- Honor splits.txt alignment values when writing ldscript.lcf - Add alignment values to ldscript_partial.lcf, remove hacky code from rel make - Guess alignment values in DOL loader Fixes #27
This commit is contained in:
@@ -2,13 +2,7 @@ SECTIONS
|
||||
{
|
||||
GROUP:
|
||||
{
|
||||
.init :{}
|
||||
.text :{}
|
||||
.ctors :{}
|
||||
.dtors :{}
|
||||
.rodata :{}
|
||||
.data :{ *(.data) *(extabindex) *(extab) }
|
||||
.bss :{}
|
||||
$SECTIONS
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user