forked from Imagelibrary/rtems
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 541/bsps * startup/linkcmds: Remove SEARCH_DIR.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
PR 541/bsps
|
||||||
|
* startup/linkcmds: Remove SEARCH_DIR.
|
||||||
|
|
||||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
OUTPUT_FORMAT("coff-a29k-big")
|
OUTPUT_FORMAT("coff-a29k-big")
|
||||||
SEARCH_DIR(/opt/a29k-rtems/a29k-rtems/lib);
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
.text : {
|
.text : {
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
PR 541/bsps
|
||||||
|
* startup/linkcmds: Remove SEARCH_DIR.
|
||||||
|
|
||||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
|
* include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
|
|||||||
"elf32-littlearm")
|
"elf32-littlearm")
|
||||||
OUTPUT_ARCH(arm)
|
OUTPUT_ARCH(arm)
|
||||||
ENTRY(_start)
|
ENTRY(_start)
|
||||||
SEARCH_DIR(/usr/local/rtems-arm-dev-tools/arm-rtems/lib);
|
|
||||||
MEMORY {
|
MEMORY {
|
||||||
FLASH (rx) : ORIGIN = 0x200000, LENGTH = 512K
|
FLASH (rx) : ORIGIN = 0x200000, LENGTH = 512K
|
||||||
RAM (!rx) : ORIGIN = 0x400000, LENGTH = 128K
|
RAM (!rx) : ORIGIN = 0x400000, LENGTH = 128K
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
PR 541/bsps
|
||||||
|
* startup/linkcmds: Remove SEARCH_DIR.
|
||||||
|
|
||||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
|
* include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
|
|||||||
"elf32-littlearm")
|
"elf32-littlearm")
|
||||||
OUTPUT_ARCH(arm)
|
OUTPUT_ARCH(arm)
|
||||||
ENTRY(_start)
|
ENTRY(_start)
|
||||||
SEARCH_DIR(/usr/local/rtems-arm-dev-tools/arm-rtems/lib);
|
|
||||||
MEMORY {
|
MEMORY {
|
||||||
FLASH (rx) : ORIGIN = 0x200000, LENGTH = 512K
|
FLASH (rx) : ORIGIN = 0x200000, LENGTH = 512K
|
||||||
RAM (!rx) : ORIGIN = 0x400000, LENGTH = 128K
|
RAM (!rx) : ORIGIN = 0x400000, LENGTH = 128K
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
PR 541/bsps
|
||||||
|
* startup/linkcmds: Remove SEARCH_DIR.
|
||||||
|
|
||||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* include/bsp.h, shmsupp/addrconv.c, shmsupp/cause_intr.c,
|
* include/bsp.h, shmsupp/addrconv.c, shmsupp/cause_intr.c,
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
OUTPUT_FORMAT("elf32-hppa")
|
OUTPUT_FORMAT("elf32-hppa")
|
||||||
OUTPUT_ARCH(hppa)
|
OUTPUT_ARCH(hppa)
|
||||||
ENTRY("$START$")
|
ENTRY("$START$")
|
||||||
SEARCH_DIR("/opt/rtems/hppa1.1-rtems/lib");
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
.text 0x1000 +0x1000:
|
.text 0x1000 +0x1000:
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
PR 541/bsps
|
||||||
|
* startup/linkcmds: Remove SEARCH_DIR.
|
||||||
|
|
||||||
2003-10-22 Joel Sherrill <joel@OARcorp.com>
|
2003-10-22 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
PR 510/bsps
|
PR 510/bsps
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
|
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
|
||||||
"elf32-powerpc")
|
"elf32-powerpc")
|
||||||
OUTPUT_ARCH(powerpc)
|
OUTPUT_ARCH(powerpc)
|
||||||
SEARCH_DIR(/usr/local/powerpc-rtems/lib);
|
|
||||||
|
|
||||||
ENTRY(start)
|
ENTRY(start)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
PR 541/bsps
|
||||||
|
* startup/linkcmds: Remove SEARCH_DIR.
|
||||||
|
|
||||||
2003-10-22 Joel Sherrill <joel@OARcorp.com>
|
2003-10-22 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
PR 510/bsps
|
PR 510/bsps
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
|
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
|
||||||
"elf32-powerpc")
|
"elf32-powerpc")
|
||||||
OUTPUT_ARCH(powerpc)
|
OUTPUT_ARCH(powerpc)
|
||||||
SEARCH_DIR(/usr/local/rtems/powerpc-rtems/lib);
|
|
||||||
|
|
||||||
ENTRY(start)
|
ENTRY(start)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
PR 541/bsps
|
||||||
|
* startup/linkcmds: Remove SEARCH_DIR.
|
||||||
|
|
||||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* console/console-io.c, include/bsp.h, include/coverhd.h,
|
* console/console-io.c, include/bsp.h, include/coverhd.h,
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
|
|||||||
"elf32-powerpc")
|
"elf32-powerpc")
|
||||||
OUTPUT_ARCH(powerpc)
|
OUTPUT_ARCH(powerpc)
|
||||||
ENTRY(_start)
|
ENTRY(_start)
|
||||||
/*SEARCH_DIR(/usr1/gnu/cross/powerpc-unknown-eabi//powerpc-unknown-eabi/lib); */
|
|
||||||
/* Do we need any of these for elf?
|
/* Do we need any of these for elf?
|
||||||
__DYNAMIC = 0; */
|
__DYNAMIC = 0; */
|
||||||
PROVIDE (PSIM_INSTRUCTIONS_PER_MICROSECOND = 100);
|
PROVIDE (PSIM_INSTRUCTIONS_PER_MICROSECOND = 100);
|
||||||
|
|||||||
Reference in New Issue
Block a user