forked from Imagelibrary/rtems
2003-08-11 Joel Sherrill <joel@OARcorp.com>
PR 453/make_build * startup/linkcmds: Added .eh_frame
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2003-08-11 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
PR 453/make_build
|
||||||
|
* startup/linkcmds: Added .eh_frame
|
||||||
|
|
||||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||||
|
|||||||
@@ -125,6 +125,7 @@ SECTIONS
|
|||||||
__DTOR_END__ = .;
|
__DTOR_END__ = .;
|
||||||
_rodata_start = . ;
|
_rodata_start = . ;
|
||||||
*(.rodata*)
|
*(.rodata*)
|
||||||
|
*(.eh_frame)
|
||||||
*(.gnu.linkonce.r*)
|
*(.gnu.linkonce.r*)
|
||||||
_erodata = ALIGN( 0x10 ) ;
|
_erodata = ALIGN( 0x10 ) ;
|
||||||
_etext = ALIGN( 0x10 );
|
_etext = ALIGN( 0x10 );
|
||||||
|
|||||||
Reference in New Issue
Block a user