forked from Imagelibrary/rtems
Added some C++/GNU sections.
This commit is contained in:
@@ -28,6 +28,8 @@ SECTIONS
|
|||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
|
|
||||||
*(.eh_fram)
|
*(.eh_fram)
|
||||||
|
*(.gnu.linkonce.t*)
|
||||||
|
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -43,6 +45,11 @@ SECTIONS
|
|||||||
*(.dtors)
|
*(.dtors)
|
||||||
LONG(0)
|
LONG(0)
|
||||||
__DTOR_END__ = .;
|
__DTOR_END__ = .;
|
||||||
|
|
||||||
|
_rodata_start = . ;
|
||||||
|
*(.rodata)
|
||||||
|
*(.gnu.linkonce.r*)
|
||||||
|
_erodata = ALIGN( 0x10 ) ;
|
||||||
etext = ALIGN( 0x10 ) ;
|
etext = ALIGN( 0x10 ) ;
|
||||||
/* _etext = .; -- conflicts */
|
/* _etext = .; -- conflicts */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user