Separate crt0, rom_header, and rom_header_gf
This commit is contained in:
+3
-1
@@ -44,7 +44,9 @@ SECTIONS {
|
||||
.text :
|
||||
ALIGN(4)
|
||||
{
|
||||
src/crt0.o(.text);
|
||||
src/rom_header.o(.text);
|
||||
src/rom_header_gf.o(.text*);
|
||||
src/crt0.o(.text);
|
||||
src/main.o(.text);
|
||||
src/gpu_regs.o(.text);
|
||||
src/dma3_manager.o(.text);
|
||||
|
||||
Reference in New Issue
Block a user