From: Nathael Pajani Date: Fri, 28 Dec 2018 10:58:28 +0000 (+0100) Subject: Update for binutils evolution X-Git-Url: http://git.techno-innov.fr/?p=lpc82x;a=commitdiff_plain;h=eac6a04c319b6b5990ea498b9ee88191a24ea56d Update for binutils evolution --- diff --git a/lpc_link_lpc82x.ld b/lpc_link_lpc82x.ld index aa594ee..284aea1 100644 --- a/lpc_link_lpc82x.ld +++ b/lpc_link_lpc82x.ld @@ -24,6 +24,7 @@ SECTIONS { *(.text.Reset_Handler .text.SystemInit) . = 0x000002FC; KEEP(*(.crp)) + . = 0x00000300; *(.text*) *(.rodata*) *(.got*) @@ -49,6 +50,9 @@ SECTIONS { *(COMMON) _end_bss = .; } >sram + + . = ALIGN(4); + } _end = .;