2005-01-04 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Remove warnings.
This commit is contained in:
Joel Sherrill
2005-01-04 23:29:33 +00:00
parent fec25de935
commit 3d5f97fa30
6 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
2005-01-04 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Remove warnings.
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove build-variant support.

View File

@@ -127,10 +127,10 @@ SECTIONS
_edata = .;
} > sdram
.eh_frame : { *(.eh_frame) } > RAM
.data1 : { *(.data1) } > RAM
.eh_frame : { *(.eh_frame) } > RAM
.gcc_except_table : { *(.gcc_except_table) } > RAM
.eh_frame : { *(.eh_frame) } > sdram
.data1 : { *(.data1) } > sdram
.eh_frame : { *(.eh_frame) } > sdram
.gcc_except_table : { *(.gcc_except_table) } > sdram
.rodata :
{

View File

@@ -1,3 +1,7 @@
2005-01-04 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Remove warnings.
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am, wrapup/Makefile.am: Remove build-variant support.

View File

@@ -143,7 +143,7 @@ SECTIONS
PROVIDE (__EXCEPT_START__ = .);
.gcc_except_table : { *(.gcc_except_table) } >RAM
.gcc_except_table : { *(.gcc_except_table) } >ram
PROVIDE (__EXCEPT_END__ = .);
__GOT_START__ = .;
.got :

View File

@@ -1,3 +1,7 @@
2005-01-04 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Remove warnings.
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am, wrapup/Makefile.am: Remove build-variant support.

View File

@@ -12,14 +12,12 @@ ENTRY(_start)
PROVIDE(CPU_PPC_CLICKS_PER_MS = 16500);
/*
MEMORY
{
VECTORS : ORIGIN = 0, LENGTH = 64K
RAM : ORIGIN = 1M, LENGTH = 31M
EPROM : ORIGIN = 0xFFF00000, LENGTH = 0x80000
}
*/
SECTIONS
{