2002-07-25 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
	to remove problems linking empty main(){} with BSP.
This commit is contained in:
Joel Sherrill
2002-07-25 21:00:25 +00:00
parent a5d6544071
commit bc9037dbe4
8 changed files with 40 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2002-07-25 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
to remove problems linking empty main(){} with BSP.
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Eliminate PGM.

View File

@@ -116,7 +116,11 @@ SECTIONS
.data . :
{
*(.data)
*(.gcc_exc)
*(.gcc_exc*)
___EH_FRAME_BEGIN__ = .;
*(.eh_fram*)
___EH_FRAME_END__ = .;
LONG(0);
*(.gcc_except_table)
*(.gnu.linkonce.d*)
CONSTRUCTORS

View File

@@ -1,3 +1,8 @@
2002-07-25 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
to remove problems linking empty main(){} with BSP.
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Eliminate PGMS.

View File

@@ -129,7 +129,11 @@ SECTIONS
.data . :
{
*(.data)
*(.gcc_exc)
*(.gcc_exc*)
___EH_FRAME_BEGIN__ = .;
*(.eh_fram*)
___EH_FRAME_END__ = .;
LONG(0);
*(.gcc_except_table)
*(.gnu.linkonce.d*)
CONSTRUCTORS

View File

@@ -1,3 +1,8 @@
2002-07-25 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
to remove problems linking empty main(){} with BSP.
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Eliminate PGMS.

View File

@@ -106,7 +106,11 @@ SECTIONS
copy_start = .;
*(.data)
*(.data.*)
*(.gcc_exc)
*(.gcc_exc*)
___EH_FRAME_BEGIN__ = .;
*(.eh_fram*)
___EH_FRAME_END__ = .;
LONG(0);
*(.gcc_except_table)
*(.gnu.linkonce.d*)
SORT(CONSTRUCTORS)

View File

@@ -1,3 +1,8 @@
2002-07-25 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
to remove problems linking empty main(){} with BSP.
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Eliminate PGM.

View File

@@ -108,7 +108,11 @@ SECTIONS
.data . :
{
*(.data)
*(.gcc_exc)
*(.gcc_exc*)
___EH_FRAME_BEGIN__ = .;
*(.eh_fram*)
___EH_FRAME_END__ = .;
LONG(0);
*(.gcc_except_table)
*(.gnu.linkonce.d*)
CONSTRUCTORS