Commit f6ded5e3 authored by Dimitris Lampridis's avatar Dimitris Lampridis

fw: [bugfix] fix misalignment of bss_start

because of double declaration of the symbol
parent 74703150
......@@ -117,7 +117,6 @@ SECTIONS
/* bss: Uninitialized writeable data section */
.bss :
{
_bss_start = .;
*(.bss)
*(.bss.*)
*(.gnu.linkonce.b.*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment