X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fscripts%2Flm3s1968_rom.ld;h=b4ed93a330209ab29bb413053dce250769c619cd;hb=b708b0cbae2dc58ef30943ade3d56c464b49a59c;hp=e0294b465f6c24de439abb8eb4597296cc6a7a4f;hpb=5ed6382942018d3bdb9d41de291ff5c3094ed5b5;p=bertos.git diff --git a/bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld b/bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld index e0294b46..b4ed93a3 100644 --- a/bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld +++ b/bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld @@ -80,9 +80,9 @@ SECTIONS .data : AT (__text_end) { + . = ALIGN (0x400); PROVIDE (__data_start = .); *(vtable) - . = ALIGN (0x400); *(.data .data.*) . = ALIGN (4); _edata = .;