Update modern linker script

This commit is contained in:
GriffinR 2021-11-04 17:28:41 -04:00
parent 9b2038a9a5
commit e65677c944
2 changed files with 1 additions and 6 deletions

View File

@ -1,11 +1,6 @@
#ifndef GUARD_CRT0_H
#define GUARD_CRT0_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
extern u32 IntrMain[];
#endif //GUARD_CRT0_H

View File

@ -47,7 +47,7 @@ SECTIONS {
.text :
ALIGN(4)
{
src/crt0.o(.text*);
src/rom_header.o(.text*);
src/*.o(.text*);
gflib/*.o(.text*);
asm/*.o(.text*);