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> 2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 541/bsps PR 541/bsps

View File

@@ -82,7 +82,7 @@ SECTIONS
{ {
*(.data) *(.data)
*(.data1) *(.data1)
*(.gnu.linkonce.d*) *(.data.* .gnu.linkonce.d*)
PROVIDE (__SDATA_START__ = .); PROVIDE (__SDATA_START__ = .);
*(.sdata) *(.sdata)
*(.gnu.linkonce.s.*) *(.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> 2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 541/bsps PR 541/bsps

View File

@@ -100,7 +100,7 @@ SECTIONS
{ {
*(.data) *(.data)
*(.data1) *(.data1)
*(.gnu.linkonce.d*) *(.data.* .gnu.linkonce.d*)
PROVIDE (__SDATA_START__ = .); PROVIDE (__SDATA_START__ = .);
*(.sdata) *(.sdata)
*(.gnu.linkonce.s.*) *(.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> 2003-09-26 Till Strauman <strauman@slac.stanford.edu>
PR 496/bsps PR 496/bsps

View File

@@ -131,8 +131,7 @@ _SDA2_BASE_ = __SDATA2_START__ + 0x8000;
* an invalid mapping may result!!! * an invalid mapping may result!!!
*/ */
PROVIDE(__DATA_START__ = ABSOLUTE(.) ); PROVIDE(__DATA_START__ = ABSOLUTE(.) );
*(.data) *(.data .data.* .gnu.linkonce.d*)
*(.gnu.linkonce.d*)
SORT(CONSTRUCTORS) SORT(CONSTRUCTORS)
} > CODE } > CODE
.data1 : { *(.data1) } > 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> 2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 541/bsps PR 541/bsps

View File

@@ -197,7 +197,7 @@ SECTIONS
*(.data) *(.data)
*(.data1) *(.data1)
*(.gnu.linkonce.d.*) *(.data.* .gnu.linkonce.d.*)
PROVIDE (__SDATA_START__ = .); PROVIDE (__SDATA_START__ = .);
*(.sdata) *(.sdata)
*(.gnu.linkonce.s.*) *(.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> 2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 541/bsps PR 541/bsps

View File

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