mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Update modern linker script
This commit is contained in:
parent
9b2038a9a5
commit
e65677c944
@ -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
|
||||
|
@ -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*);
|
||||
|
Loading…
Reference in New Issue
Block a user