mirror of
https://github.com/drasko/codezero.git
synced 2026-04-19 02:09:05 +02:00
Changes since April
Clean up of build directories. Simplifications to capability model.
This commit is contained in:
@@ -10,6 +10,7 @@ ENTRY(_start)
|
||||
SECTIONS
|
||||
{
|
||||
. = load_address;
|
||||
_start_loader = .;
|
||||
.text : { *(.text.head) *(.text) }
|
||||
.rodata : { *(.rodata) }
|
||||
.rodata1 : { *(.rodata1) }
|
||||
@@ -26,4 +27,5 @@ SECTIONS
|
||||
}
|
||||
.got : { *(.got) *(.got.plt) }
|
||||
.bss : { *(.bss) }
|
||||
_end_loader = .;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user