mirror of https://github.com/pret/pokeemerald.git
Update modern linker script
This commit is contained in:
parent
9b2038a9a5
commit
e65677c944
|
@ -1,11 +1,6 @@
|
||||||
#ifndef GUARD_CRT0_H
|
#ifndef GUARD_CRT0_H
|
||||||
#define GUARD_CRT0_H
|
#define GUARD_CRT0_H
|
||||||
|
|
||||||
// Exported type declarations
|
|
||||||
|
|
||||||
// Exported RAM declarations
|
|
||||||
|
|
||||||
// Exported ROM declarations
|
|
||||||
extern u32 IntrMain[];
|
extern u32 IntrMain[];
|
||||||
|
|
||||||
#endif //GUARD_CRT0_H
|
#endif //GUARD_CRT0_H
|
||||||
|
|
|
@ -47,7 +47,7 @@ SECTIONS {
|
||||||
.text :
|
.text :
|
||||||
ALIGN(4)
|
ALIGN(4)
|
||||||
{
|
{
|
||||||
src/crt0.o(.text*);
|
src/rom_header.o(.text*);
|
||||||
src/*.o(.text*);
|
src/*.o(.text*);
|
||||||
gflib/*.o(.text*);
|
gflib/*.o(.text*);
|
||||||
asm/*.o(.text*);
|
asm/*.o(.text*);
|
||||||
|
|
Loading…
Reference in New Issue