mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-23 22:58:18 +11:00
fixed multiboot linker script
This commit is contained in:
parent
2f57168fb8
commit
8e04c415d2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ SECTIONS {
|
||||||
*(.crt0 .crt0*);
|
*(.crt0 .crt0*);
|
||||||
*(.text .text*);
|
*(.text .text*);
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
} > rom
|
} > ewram
|
||||||
__text_end = .;
|
__text_end = .;
|
||||||
|
|
||||||
.rodata : {
|
.rodata : {
|
||||||
|
|
Loading…
Add table
Reference in a new issue