mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
update all other gba_mb.ld
This commit is contained in:
parent
13df836b91
commit
bd3f2f4d59
|
@ -11,18 +11,17 @@ MEMORY {
|
||||||
|
|
||||||
__text_start = ORIGIN(ewram);
|
__text_start = ORIGIN(ewram);
|
||||||
|
|
||||||
|
INPUT (agb.a)
|
||||||
|
|
||||||
SECTIONS {
|
SECTIONS {
|
||||||
. = __text_start;
|
. = __text_start;
|
||||||
|
|
||||||
.crt0 : {
|
|
||||||
KEEP (crt0.o(.text));
|
|
||||||
. = ALIGN(4);
|
|
||||||
} > ewram
|
|
||||||
|
|
||||||
.text : {
|
.text : {
|
||||||
|
KEEP(*(.crt0));
|
||||||
|
*(.crt0 .crt0*);
|
||||||
*(.text .text*);
|
*(.text .text*);
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
} > ewram
|
} > rom
|
||||||
__text_end = .;
|
__text_end = .;
|
||||||
|
|
||||||
.rodata : {
|
.rodata : {
|
||||||
|
|
|
@ -11,18 +11,17 @@ MEMORY {
|
||||||
|
|
||||||
__text_start = ORIGIN(ewram);
|
__text_start = ORIGIN(ewram);
|
||||||
|
|
||||||
|
INPUT (agb.a)
|
||||||
|
|
||||||
SECTIONS {
|
SECTIONS {
|
||||||
. = __text_start;
|
. = __text_start;
|
||||||
|
|
||||||
.crt0 : {
|
|
||||||
KEEP (crt0.o(.text));
|
|
||||||
. = ALIGN(4);
|
|
||||||
} > ewram
|
|
||||||
|
|
||||||
.text : {
|
.text : {
|
||||||
|
KEEP(*(.crt0));
|
||||||
|
*(.crt0 .crt0*);
|
||||||
*(.text .text*);
|
*(.text .text*);
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
} > ewram
|
} > rom
|
||||||
__text_end = .;
|
__text_end = .;
|
||||||
|
|
||||||
.rodata : {
|
.rodata : {
|
||||||
|
|
|
@ -11,18 +11,17 @@ MEMORY {
|
||||||
|
|
||||||
__text_start = ORIGIN(ewram);
|
__text_start = ORIGIN(ewram);
|
||||||
|
|
||||||
|
INPUT (agb.a)
|
||||||
|
|
||||||
SECTIONS {
|
SECTIONS {
|
||||||
. = __text_start;
|
. = __text_start;
|
||||||
|
|
||||||
.crt0 : {
|
|
||||||
KEEP (crt0.o(.text));
|
|
||||||
. = ALIGN(4);
|
|
||||||
} > ewram
|
|
||||||
|
|
||||||
.text : {
|
.text : {
|
||||||
|
KEEP(*(.crt0));
|
||||||
|
*(.crt0 .crt0*);
|
||||||
*(.text .text*);
|
*(.text .text*);
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
} > ewram
|
} > rom
|
||||||
__text_end = .;
|
__text_end = .;
|
||||||
|
|
||||||
.rodata : {
|
.rodata : {
|
||||||
|
|
Loading…
Reference in a new issue