Modify all files from 2eb4fe5ffb to use solution from Daniel P. Volpato.

This commit is contained in:
Alan Carvalho de Assis
2019-09-11 21:00:41 -06:00
committed by Gregory Nutt
parent 490d945f3e
commit 415e3d3448
62 changed files with 297 additions and 533 deletions
@@ -62,15 +62,14 @@ SECTIONS
*(.got) /* Global offset table */
_etext = ABSOLUTE(.);
}
. = ALIGN(4);
.data : ALIGN(4) {
_sdata = ABSOLUTE(.);
*(.data) /* Modifiable data */
CONSTRUCTORS
_edata = ABSOLUTE(.);
}
.bss : ALIGN(4) { /* BSS */
_sbss = ABSOLUTE(.);
*(.bss)