forked from Imagelibrary/rtems
Added missing .rodata and *(.gnu.linkonce.r*) section.
This commit is contained in:
@@ -113,6 +113,10 @@ SECTIONS
|
|||||||
*(.dtors)
|
*(.dtors)
|
||||||
LONG(0)
|
LONG(0)
|
||||||
__DTOR_END__ = .;
|
__DTOR_END__ = .;
|
||||||
|
_rodata_start 5 . ;
|
||||||
|
*(.rodata)
|
||||||
|
*(.gnu.linkonce.r*)
|
||||||
|
_erodata = ALIGN( 0x10 ) ;
|
||||||
_etext = ALIGN( 0x10 );
|
_etext = ALIGN( 0x10 );
|
||||||
_endtext = . ;
|
_endtext = . ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user