Browse Source

nxphlite-v3:Ensure _ebss will be 4 byte aligned

sbg
David Sidrane 7 years ago committed by Lorenz Meier
parent
commit
fea11f1d47
  1. 1
      nuttx-configs/nxphlite-v3/scripts/ld.script

1
nuttx-configs/nxphlite-v3/scripts/ld.script

@ -141,6 +141,7 @@ SECTIONS @@ -141,6 +141,7 @@ SECTIONS
*(.bss .bss.*)
*(.gnu.linkonce.b.*)
*(COMMON)
. = ALIGN(4);
_ebss = ABSOLUTE(.);
} > datasram

Loading…
Cancel
Save