From 85c925744739fec5a06aef65b5302d41337452d4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 9 May 2002 21:37:30 +0000 Subject: 2001-05-09 Joel Sherrill * startup/linkcmds: In support of gcc 3.1, added one of more of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections and direction of segments to memory regions may also have been addressed. This was a sweep across all BSPs. --- c/src/lib/libbsp/sparc/erc32/ChangeLog | 8 ++++++++ c/src/lib/libbsp/sparc/erc32/startup/linkcmds | 3 ++- c/src/lib/libbsp/sparc/leon/ChangeLog | 8 ++++++++ c/src/lib/libbsp/sparc/leon/startup/linkcmds | 3 ++- 4 files changed, 20 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/sparc') diff --git a/c/src/lib/libbsp/sparc/erc32/ChangeLog b/c/src/lib/libbsp/sparc/erc32/ChangeLog index d2b22fe14d..cc7b3f64f8 100644 --- a/c/src/lib/libbsp/sparc/erc32/ChangeLog +++ b/c/src/lib/libbsp/sparc/erc32/ChangeLog @@ -1,3 +1,11 @@ +2001-05-09 Joel Sherrill + + * startup/linkcmds: In support of gcc 3.1, added one of more + of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, + .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections + and direction of segments to memory regions may also have been + addressed. This was a sweep across all BSPs. + 2001-04-26 Joel Sherrill * include/bsp.h: Change SIS to ERC32_BSP. diff --git a/c/src/lib/libbsp/sparc/erc32/startup/linkcmds b/c/src/lib/libbsp/sparc/erc32/startup/linkcmds index ff78e8d74c..bb42351db4 100644 --- a/c/src/lib/libbsp/sparc/erc32/startup/linkcmds +++ b/c/src/lib/libbsp/sparc/erc32/startup/linkcmds @@ -114,7 +114,7 @@ SECTIONS __DTOR_END__ = .; _rodata_start = . ; - *(.rodata) + *(.rodata*) *(.gnu.linkonce.r*) _erodata = ALIGN( 0x10 ) ; @@ -128,6 +128,7 @@ SECTIONS _endtext = .; } > ram .dynamic : { *(.dynamic) } >ram + .jcr : { *(.jcr) } >ram .got : { *(.got) } >ram .plt : { *(.plt) } >ram .hash : { *(.hash) } >ram diff --git a/c/src/lib/libbsp/sparc/leon/ChangeLog b/c/src/lib/libbsp/sparc/leon/ChangeLog index c00f692104..74ab0ccf9f 100644 --- a/c/src/lib/libbsp/sparc/leon/ChangeLog +++ b/c/src/lib/libbsp/sparc/leon/ChangeLog @@ -1,3 +1,11 @@ +2001-05-09 Joel Sherrill + + * startup/linkcmds: In support of gcc 3.1, added one of more + of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, + .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections + and direction of segments to memory regions may also have been + addressed. This was a sweep across all BSPs. + 2002-04-01 Ralf Corsepius * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE). diff --git a/c/src/lib/libbsp/sparc/leon/startup/linkcmds b/c/src/lib/libbsp/sparc/leon/startup/linkcmds index 02e3cb48f5..5f32659ba8 100644 --- a/c/src/lib/libbsp/sparc/leon/startup/linkcmds +++ b/c/src/lib/libbsp/sparc/leon/startup/linkcmds @@ -114,7 +114,7 @@ SECTIONS __DTOR_END__ = .; _rodata_start = . ; - *(.rodata) + *(.rodata*) *(.gnu.linkonce.r*) _erodata = ALIGN( 0x10 ) ; @@ -128,6 +128,7 @@ SECTIONS _endtext = .; } > ram .dynamic : { *(.dynamic) } >ram + .jcr : { *(.jcr) } >ram .got : { *(.got) } >ram .plt : { *(.plt) } >ram .hash : { *(.hash) } >ram -- cgit v1.2.3