2001-04-08 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
	add .eh_frame.
This commit is contained in:
Joel Sherrill
2002-04-08 15:56:57 +00:00
parent 238f450f1d
commit 0b5da30acb
6 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2001-04-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
add .eh_frame.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:

View File

@@ -36,6 +36,7 @@ SECTIONS
*(.text)
*(.rodata)
*(.rodata1)
*.(eh_frame)
*(.gnu.linkonce.r*)
*(.descriptors)
*(rom_ver)

View File

@@ -35,6 +35,7 @@ SECTIONS
*(.text)
*(.rodata)
*(.rodata1)
*.(eh_frame)
*(.descriptors)
*(rom_ver)
etext = ALIGN(0x10);

View File

@@ -1,3 +1,8 @@
2001-04-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
add .eh_frame.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:

View File

@@ -36,6 +36,7 @@ SECTIONS
*(.text)
*(.rodata)
*(.rodata1)
*.(eh_frame)
*(.descriptors)
*(rom_ver)
etext = ALIGN(0x10);

View File

@@ -35,6 +35,7 @@ SECTIONS
*(.text)
*(.rodata)
*(.rodata1)
*.(eh_frame)
*(.descriptors)
*(rom_ver)
etext = ALIGN(0x10);