template consistency

This commit is contained in:
Corwin Kuiper 2021-08-01 00:20:58 +01:00
parent 00a5b2487c
commit 2e670c5d4e
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")
OUTPUT_ARCH(arm) OUTPUT_ARCH(arm)
ENTRY(__start) ENTRY(__start)
EXTERN(__RUST_INTERRUPT_HANDLER)
MEMORY { MEMORY {
ewram (w!x) : ORIGIN = 0x02000000, LENGTH = 256K ewram (w!x) : ORIGIN = 0x02000000, LENGTH = 256K

View file

@ -2,6 +2,7 @@ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")
OUTPUT_ARCH(arm) OUTPUT_ARCH(arm)
ENTRY(__start) ENTRY(__start)
EXTERN(__RUST_INTERRUPT_HANDLER)
MEMORY { MEMORY {
ewram (w!x) : ORIGIN = 0x02000000, LENGTH = 256K ewram (w!x) : ORIGIN = 0x02000000, LENGTH = 256K