forked from Imagelibrary/rtems
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:
@@ -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:
|
||||
|
||||
@@ -36,6 +36,7 @@ SECTIONS
|
||||
*(.text)
|
||||
*(.rodata)
|
||||
*(.rodata1)
|
||||
*.(eh_frame)
|
||||
*(.gnu.linkonce.r*)
|
||||
*(.descriptors)
|
||||
*(rom_ver)
|
||||
|
||||
@@ -35,6 +35,7 @@ SECTIONS
|
||||
*(.text)
|
||||
*(.rodata)
|
||||
*(.rodata1)
|
||||
*.(eh_frame)
|
||||
*(.descriptors)
|
||||
*(rom_ver)
|
||||
etext = ALIGN(0x10);
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -36,6 +36,7 @@ SECTIONS
|
||||
*(.text)
|
||||
*(.rodata)
|
||||
*(.rodata1)
|
||||
*.(eh_frame)
|
||||
*(.descriptors)
|
||||
*(rom_ver)
|
||||
etext = ALIGN(0x10);
|
||||
|
||||
@@ -35,6 +35,7 @@ SECTIONS
|
||||
*(.text)
|
||||
*(.rodata)
|
||||
*(.rodata1)
|
||||
*.(eh_frame)
|
||||
*(.descriptors)
|
||||
*(rom_ver)
|
||||
etext = ALIGN(0x10);
|
||||
|
||||
Reference in New Issue
Block a user