forked from Imagelibrary/rtems
2005-05-11 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .rodata.* sections.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-05-11 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add .rodata.* sections.
|
||||||
|
|
||||||
2005-03-07 Joel Sherrill <joel@OARcorp.com>
|
2005-03-07 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am: Add timerstub so more tests link.
|
* Makefile.am: Add timerstub so more tests link.
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ SECTIONS
|
|||||||
*/
|
*/
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE(_rodata_start = . );
|
PROVIDE(_rodata_start = . );
|
||||||
*(.rodata)
|
*(.rodata*)
|
||||||
*(.gnu.linkonce.r*)
|
*(.gnu.linkonce.r*)
|
||||||
PROVIDE(_erodata = . );
|
PROVIDE(_erodata = . );
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2005-05-11 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add .rodata.* sections.
|
||||||
|
|
||||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ SECTIONS
|
|||||||
_etext = .;
|
_etext = .;
|
||||||
PROVIDE (etext = .);
|
PROVIDE (etext = .);
|
||||||
.fini . : { *(.fini) } =0
|
.fini . : { *(.fini) } =0
|
||||||
.rodata . : { *(.rodata) *(.gnu.linkonce.r*) }
|
.rodata . : { *(.rodata*) *(.gnu.linkonce.r*) }
|
||||||
.rodata1 . : { *(.rodata1) }
|
.rodata1 . : { *(.rodata1) }
|
||||||
/* Adjust the address for the data segment. We want to adjust up to
|
/* Adjust the address for the data segment. We want to adjust up to
|
||||||
the same address within the page on the next page up. */
|
the same address within the page on the next page up. */
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2005-05-11 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add .rodata.* sections.
|
||||||
|
|
||||||
2005-05-03 Joel Sherrill <joel@OARcorp.com>
|
2005-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix
|
* startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ SECTIONS
|
|||||||
_etext = .;
|
_etext = .;
|
||||||
PROVIDE (etext = .);
|
PROVIDE (etext = .);
|
||||||
.fini . : { *(.fini) } =0
|
.fini . : { *(.fini) } =0
|
||||||
.rodata . : { *(.rodata) *(.gnu.linkonce.r*) }
|
.rodata . : { *(.rodata*) *(.gnu.linkonce.r*) }
|
||||||
.rodata1 . : { *(.rodata1) }
|
.rodata1 . : { *(.rodata1) }
|
||||||
/* Adjust the address for the data segment. We want to adjust up to
|
/* Adjust the address for the data segment. We want to adjust up to
|
||||||
the same address within the page on the next page up. */
|
the same address within the page on the next page up. */
|
||||||
|
|||||||
Reference in New Issue
Block a user