2003-08-11 Joel Sherrill <joel@OARcorp.com>

PR 453/make_build
	* startup/linkcmds: Added .eh_frame
This commit is contained in:
Joel Sherrill
2003-08-11 17:00:25 +00:00
parent 317458ceb4
commit 3facd3d360
2 changed files with 6 additions and 0 deletions

View File

@@ -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>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

View File

@@ -125,6 +125,7 @@ SECTIONS
__DTOR_END__ = .;
_rodata_start = . ;
*(.rodata*)
*(.eh_frame)
*(.gnu.linkonce.r*)
_erodata = ALIGN( 0x10 ) ;
_etext = ALIGN( 0x10 );