mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-10 01:23:22 +00:00
2002-05-14 Eric Norum <eric.norum@usask.ca>
* startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add sections needed by gcc 3.1. linkcmds had already been fixed on a gcc 3.1 clean up sweep.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2002-05-14 Eric Norum <eric.norum@usask.ca>
|
||||||
|
|
||||||
|
* startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
|
||||||
|
sections needed by gcc 3.1. linkcmds had already been fixed on
|
||||||
|
a gcc 3.1 clean up sweep.
|
||||||
|
|
||||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: In support of gcc 3.1, added one of more
|
* startup/linkcmds: In support of gcc 3.1, added one of more
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ SECTIONS {
|
|||||||
*/
|
*/
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
_rodata_start = . ;
|
_rodata_start = . ;
|
||||||
*(.rodata)
|
*(.rodata*)
|
||||||
*(.gnu.linkonce.r*)
|
*(.gnu.linkonce.r*)
|
||||||
|
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
@@ -107,6 +107,7 @@ SECTIONS {
|
|||||||
_copy_start = .;
|
_copy_start = .;
|
||||||
*(.data)
|
*(.data)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
|
*(.jcr)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (edata = .);
|
PROVIDE (edata = .);
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ SECTIONS {
|
|||||||
*/
|
*/
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
_rodata_start = . ;
|
_rodata_start = . ;
|
||||||
*(.rodata)
|
*(.rodata*)
|
||||||
*(.gnu.linkonce.r*)
|
*(.gnu.linkonce.r*)
|
||||||
|
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
@@ -106,6 +106,7 @@ SECTIONS {
|
|||||||
_copy_start = .;
|
_copy_start = .;
|
||||||
*(.data)
|
*(.data)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
|
*(.jcr)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (edata = .);
|
PROVIDE (edata = .);
|
||||||
|
|||||||
Reference in New Issue
Block a user