forked from Imagelibrary/rtems
Add missing sections.
This commit is contained in:
@@ -108,10 +108,13 @@ SECTIONS
|
|||||||
*(.gnu.warning)
|
*(.gnu.warning)
|
||||||
*(.gnu.linkonce.t*)
|
*(.gnu.linkonce.t*)
|
||||||
} > ram
|
} > ram
|
||||||
|
.fini :
|
||||||
|
{
|
||||||
|
KEEP (*(.fini))
|
||||||
|
} =0
|
||||||
_etext = .;
|
_etext = .;
|
||||||
PROVIDE (etext = .);
|
PROVIDE (etext = .);
|
||||||
.fini . : { *(.fini) } =0
|
.rodata . : { *(.rodata*) .rodata.* *(.gnu.linkonce.r*) }
|
||||||
.rodata . : { *(.rodata*) *(.gnu.linkonce.r*) }
|
|
||||||
.rodata1 . : { *(.rodata1) }
|
.rodata1 . : { *(.rodata1) }
|
||||||
/* Adjust the address for the data segment. We want to adjust up to
|
/* Adjust the address for the data segment. We want to adjust up to
|
||||||
the same address within the page on the next page up. */
|
the same address within the page on the next page up. */
|
||||||
|
|||||||
Reference in New Issue
Block a user