mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
Modify all files from 2eb4fe5ffb to use solution from Daniel P. Volpato.
This commit is contained in:
committed by
Gregory Nutt
parent
490d945f3e
commit
415e3d3448
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user