mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
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:
@@ -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
|
||||
|
||||
@@ -82,7 +82,7 @@ SECTIONS
|
||||
{
|
||||
*(.data)
|
||||
*(.data1)
|
||||
*(.gnu.linkonce.d*)
|
||||
*(.data.* .gnu.linkonce.d*)
|
||||
PROVIDE (__SDATA_START__ = .);
|
||||
*(.sdata)
|
||||
*(.gnu.linkonce.s.*)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -100,7 +100,7 @@ SECTIONS
|
||||
{
|
||||
*(.data)
|
||||
*(.data1)
|
||||
*(.gnu.linkonce.d*)
|
||||
*(.data.* .gnu.linkonce.d*)
|
||||
PROVIDE (__SDATA_START__ = .);
|
||||
*(.sdata)
|
||||
*(.gnu.linkonce.s.*)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -197,7 +197,7 @@ SECTIONS
|
||||
|
||||
*(.data)
|
||||
*(.data1)
|
||||
*(.gnu.linkonce.d.*)
|
||||
*(.data.* .gnu.linkonce.d.*)
|
||||
PROVIDE (__SDATA_START__ = .);
|
||||
*(.sdata)
|
||||
*(.gnu.linkonce.s.*)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user