Added missing .rodata and *(.gnu.linkonce.r*) section.

This commit is contained in:
Joel Sherrill
1998-10-22 17:28:38 +00:00
parent 6278b8b2a3
commit db538d8bca

View File

@@ -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 = . ;
} }