Merge pull request #1544 from GriffinRichards/romheadergf

Split headers from crt0.s
This commit is contained in:
GriffinR
2021-11-09 23:54:57 -05:00
committed by GitHub
10 changed files with 238 additions and 140 deletions
+4
View File
@@ -47,6 +47,8 @@ SECTIONS {
.text :
ALIGN(4)
{
src/rom_header.o(.text);
src/rom_header_gf.o(.text.*);
src/crt0.o(.text);
src/main.o(.text);
gflib/malloc.o(.text);
@@ -435,6 +437,8 @@ SECTIONS {
.rodata :
ALIGN(4)
{
src/rom_header.o(.rodata);
src/rom_header_gf.o(.rodata);
src/main.o(.rodata);
gflib/bg.o(.rodata);
gflib/window.o(.rodata);