forked from Imagelibrary/rtems
Fix typo.
This commit is contained in:
@@ -112,7 +112,7 @@ SECTIONS
|
|||||||
*(.dtors)
|
*(.dtors)
|
||||||
LONG(0)
|
LONG(0)
|
||||||
__DTOR_END__ = .;
|
__DTOR_END__ = .;
|
||||||
_rodata_start 5 . ;
|
_rodata_start = . ;
|
||||||
*(.rodata)
|
*(.rodata)
|
||||||
*(.gnu.linkonce.r*)
|
*(.gnu.linkonce.r*)
|
||||||
_erodata = ALIGN( 0x10 ) ;
|
_erodata = ALIGN( 0x10 ) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user