forked from Imagelibrary/rtems
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/linkcmds: Remove SEARCH_DIR.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/linkcmds: Remove SEARCH_DIR.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/linkcmds: Remove SEARCH_DIR.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
@@ -16,7 +16,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 {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/linkcmds: Remove SEARCH_DIR.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/linkcmds: Remove SEARCH_DIR.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
|
||||
"elf32-powerpc")
|
||||
OUTPUT_ARCH(powerpc)
|
||||
SEARCH_DIR(/usr/local/powerpc-rtems/lib);
|
||||
|
||||
ENTRY(start)
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/linkcmds: Remove SEARCH_DIR.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/linkcmds: Remove SEARCH_DIR.
|
||||
|
||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user