summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2011-01-20 19:26:28 +0000
committerimp <imp@FreeBSD.org>2011-01-20 19:26:28 +0000
commit6d8a904d4902ca85ab4a35457d4844b3e2db8f7e (patch)
treed909787b7b530ec3011b548698a7d145791f8405 /sys/boot
parent8a7bd569871d758837e1c768a4029fd4bc3c94ee (diff)
downloadFreeBSD-src-6d8a904d4902ca85ab4a35457d4844b3e2db8f7e.zip
FreeBSD-src-6d8a904d4902ca85ab4a35457d4844b3e2db8f7e.tar.gz
Don't need __DYNAMIC here. it is commented out and a.out only -- these are all ELF.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/arm/at91/linker.cfg2
-rw-r--r--sys/boot/powerpc/ofw/ldscript.powerpc2
-rw-r--r--sys/boot/powerpc/ps3/ldscript.powerpc2
3 files changed, 0 insertions, 6 deletions
diff --git a/sys/boot/arm/at91/linker.cfg b/sys/boot/arm/at91/linker.cfg
index 40ae7bf..9daf5ad 100644
--- a/sys/boot/arm/at91/linker.cfg
+++ b/sys/boot/arm/at91/linker.cfg
@@ -25,8 +25,6 @@ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
OUTPUT_ARCH(arm)
ENTRY(start)
SEARCH_DIR(/usr/local/arm/2.95.3/arm-linux/lib);
-/* Do we need any of these for elf?
- __DYNAMIC = 0; */
SECTIONS
{
/* Read-only sections, merged into text segment: */
diff --git a/sys/boot/powerpc/ofw/ldscript.powerpc b/sys/boot/powerpc/ofw/ldscript.powerpc
index e3b7b2c..92046fc 100644
--- a/sys/boot/powerpc/ofw/ldscript.powerpc
+++ b/sys/boot/powerpc/ofw/ldscript.powerpc
@@ -4,8 +4,6 @@ OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")
OUTPUT_ARCH(powerpc:common)
ENTRY(_start)
SEARCH_DIR(/usr/lib);
-/* Do we need any of these for elf?
- __DYNAMIC = 0; */
PROVIDE (__stack = 0);
SECTIONS
{
diff --git a/sys/boot/powerpc/ps3/ldscript.powerpc b/sys/boot/powerpc/ps3/ldscript.powerpc
index 3400a85..c425f60 100644
--- a/sys/boot/powerpc/ps3/ldscript.powerpc
+++ b/sys/boot/powerpc/ps3/ldscript.powerpc
@@ -4,8 +4,6 @@ OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")
OUTPUT_ARCH(powerpc:common)
ENTRY(_start)
SEARCH_DIR(/usr/lib);
-/* Do we need any of these for elf?
- __DYNAMIC = 0; */
PROVIDE (__stack = 0);
SECTIONS
{
OpenPOWER on IntegriCloud