mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +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>
|
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
PR 541/bsps
|
PR 541/bsps
|
||||||
|
|||||||
@@ -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.*)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.*)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.*)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user