summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-11 15:35:16 +0000
committerpeter <peter@FreeBSD.org>2000-01-11 15:35:16 +0000
commitf9553029644c999af019267d6ce868430942e32e (patch)
treec026b466076319654f784b64ac2bed65863267df /sys
parent63e5e0617e042c8ac920514523c538a137fad92f (diff)
downloadFreeBSD-src-f9553029644c999af019267d6ce868430942e32e.zip
FreeBSD-src-f9553029644c999af019267d6ce868430942e32e.tar.gz
Add $FreeBSD$
Make the alpha linker script more like the i386 version - delete the /usr/local and egcs directories
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/ldscript.alpha8
-rw-r--r--sys/conf/ldscript.amd641
-rw-r--r--sys/conf/ldscript.i3861
-rw-r--r--sys/conf/ldscript.powerpc8
4 files changed, 10 insertions, 8 deletions
diff --git a/sys/conf/ldscript.alpha b/sys/conf/ldscript.alpha
index 1bcfd90..a0e0547 100644
--- a/sys/conf/ldscript.alpha
+++ b/sys/conf/ldscript.alpha
@@ -1,9 +1,9 @@
-OUTPUT_FORMAT("elf64-alpha", "elf64-alpha",
- "elf64-alpha")
+/* $FreeBSD$ */
+OUTPUT_FORMAT("elf64-alpha", "elf64-alpha", "elf64-alpha")
OUTPUT_ARCH(alpha)
ENTRY(__start)
-SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/egcs/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/egcs/alphaev5-unknown-linux-gnu/lib);
- kernel_text = 0xfffffc0000300000;
+SEARCH_DIR(/usr/lib);
+kernel_text = 0xfffffc0000300000;
SECTIONS
{
/* Read-only sections, merged into text segment: */
diff --git a/sys/conf/ldscript.amd64 b/sys/conf/ldscript.amd64
index 62ca43d..a42b8fa 100644
--- a/sys/conf/ldscript.amd64
+++ b/sys/conf/ldscript.amd64
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
OUTPUT_ARCH(i386)
ENTRY(btext)
diff --git a/sys/conf/ldscript.i386 b/sys/conf/ldscript.i386
index 62ca43d..a42b8fa 100644
--- a/sys/conf/ldscript.i386
+++ b/sys/conf/ldscript.i386
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
OUTPUT_ARCH(i386)
ENTRY(btext)
diff --git a/sys/conf/ldscript.powerpc b/sys/conf/ldscript.powerpc
index 1bcfd90..a0e0547 100644
--- a/sys/conf/ldscript.powerpc
+++ b/sys/conf/ldscript.powerpc
@@ -1,9 +1,9 @@
-OUTPUT_FORMAT("elf64-alpha", "elf64-alpha",
- "elf64-alpha")
+/* $FreeBSD$ */
+OUTPUT_FORMAT("elf64-alpha", "elf64-alpha", "elf64-alpha")
OUTPUT_ARCH(alpha)
ENTRY(__start)
-SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/egcs/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/egcs/alphaev5-unknown-linux-gnu/lib);
- kernel_text = 0xfffffc0000300000;
+SEARCH_DIR(/usr/lib);
+kernel_text = 0xfffffc0000300000;
SECTIONS
{
/* Read-only sections, merged into text segment: */
OpenPOWER on IntegriCloud