Fix typo.

This commit is contained in:
Joel Sherrill
2000-06-14 13:08:41 +00:00
parent afd63b7656
commit caacc739ff

View File

@@ -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 ) ;