2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

PR 541/bsps
	* startup/linkcmds: Remove SEARCH_DIR.
This commit is contained in:
Joel Sherrill
2003-12-16 14:08:39 +00:00
parent 510226551f
commit 606def831c
14 changed files with 35 additions and 7 deletions

View File

@@ -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>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

View File

@@ -1,5 +1,4 @@
OUTPUT_FORMAT("coff-a29k-big")
SEARCH_DIR(/opt/a29k-rtems/a29k-rtems/lib);
SECTIONS
{
.text : {

View File

@@ -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>
* include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,

View File

@@ -2,7 +2,6 @@ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
"elf32-littlearm")
OUTPUT_ARCH(arm)
ENTRY(_start)
SEARCH_DIR(/usr/local/rtems-arm-dev-tools/arm-rtems/lib);
MEMORY {
FLASH (rx) : ORIGIN = 0x200000, LENGTH = 512K
RAM (!rx) : ORIGIN = 0x400000, LENGTH = 128K

View File

@@ -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>
* include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,

View File

@@ -2,7 +2,6 @@ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
"elf32-littlearm")
OUTPUT_ARCH(arm)
ENTRY(_start)
SEARCH_DIR(/usr/local/rtems-arm-dev-tools/arm-rtems/lib);
MEMORY {
FLASH (rx) : ORIGIN = 0x200000, LENGTH = 512K
RAM (!rx) : ORIGIN = 0x400000, LENGTH = 128K

View File

@@ -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>
* include/bsp.h, shmsupp/addrconv.c, shmsupp/cause_intr.c,

View File

@@ -2,7 +2,6 @@
OUTPUT_FORMAT("elf32-hppa")
OUTPUT_ARCH(hppa)
ENTRY("$START$")
SEARCH_DIR("/opt/rtems/hppa1.1-rtems/lib");
SECTIONS
{
.text 0x1000 +0x1000:

View File

@@ -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>
PR 510/bsps

View File

@@ -8,7 +8,6 @@
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
"elf32-powerpc")
OUTPUT_ARCH(powerpc)
SEARCH_DIR(/usr/local/powerpc-rtems/lib);
ENTRY(start)

View File

@@ -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>
PR 510/bsps

View File

@@ -8,7 +8,6 @@
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
"elf32-powerpc")
OUTPUT_ARCH(powerpc)
SEARCH_DIR(/usr/local/rtems/powerpc-rtems/lib);
ENTRY(start)

View File

@@ -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>
* console/console-io.c, include/bsp.h, include/coverhd.h,

View File

@@ -14,7 +14,6 @@ OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
"elf32-powerpc")
OUTPUT_ARCH(powerpc)
ENTRY(_start)
/*SEARCH_DIR(/usr1/gnu/cross/powerpc-unknown-eabi//powerpc-unknown-eabi/lib); */
/* Do we need any of these for elf?
__DYNAMIC = 0; */
PROVIDE (PSIM_INSTRUCTIONS_PER_MICROSECOND = 100);