2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

PR 533/bsps
	* startup/linkcmds: Update linkcmds for gcc 3.3.2.
This commit is contained in:
Joel Sherrill
2003-12-16 23:17:19 +00:00
parent 606def831c
commit 93488624df
10 changed files with 31 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 533/bsps
* startup/linkcmds: Update linkcmds for gcc 3.3.2.
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 541/bsps

View File

@@ -82,7 +82,7 @@ SECTIONS
{
*(.data)
*(.data1)
*(.gnu.linkonce.d*)
*(.data.* .gnu.linkonce.d*)
PROVIDE (__SDATA_START__ = .);
*(.sdata)
*(.gnu.linkonce.s.*)

View File

@@ -1,3 +1,8 @@
2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 533/bsps
* startup/linkcmds: Update linkcmds for gcc 3.3.2.
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 541/bsps

View File

@@ -100,7 +100,7 @@ SECTIONS
{
*(.data)
*(.data1)
*(.gnu.linkonce.d*)
*(.data.* .gnu.linkonce.d*)
PROVIDE (__SDATA_START__ = .);
*(.sdata)
*(.gnu.linkonce.s.*)

View File

@@ -1,3 +1,8 @@
2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 533/bsps
* startup/linkcmds: Update linkcmds for gcc 3.3.2.
2003-09-26 Till Strauman <strauman@slac.stanford.edu>
PR 496/bsps

View File

@@ -131,8 +131,7 @@ _SDA2_BASE_ = __SDATA2_START__ + 0x8000;
* an invalid mapping may result!!!
*/
PROVIDE(__DATA_START__ = ABSOLUTE(.) );
*(.data)
*(.gnu.linkonce.d*)
*(.data .data.* .gnu.linkonce.d*)
SORT(CONSTRUCTORS)
} > CODE
.data1 : { *(.data1) } > CODE

View File

@@ -1,3 +1,8 @@
2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 533/bsps
* startup/linkcmds: Update linkcmds for gcc 3.3.2.
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 541/bsps

View File

@@ -197,7 +197,7 @@ SECTIONS
*(.data)
*(.data1)
*(.gnu.linkonce.d.*)
*(.data.* .gnu.linkonce.d.*)
PROVIDE (__SDATA_START__ = .);
*(.sdata)
*(.gnu.linkonce.s.*)

View File

@@ -1,3 +1,8 @@
2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 533/bsps
* startup/linkcmds: Update linkcmds for gcc 3.3.2.
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 541/bsps

View File

@@ -102,9 +102,8 @@ SECTIONS
/* . = ALIGN(8) + 0x40000; */
.data :
{
*(.data)
*(.gnu.linkonce.d.*)
CONSTRUCTORS
*(.data .data.* .gnu.linkonce.d.*)
SORT(CONSTRUCTORS)
} >RAM
PROVIDE (__EXCEPT_START__ = .);
.gcc_except_table : { *(.gcc_except_table) } >RAM