summaryrefslogtreecommitdiffstats
path: root/sys/conf/ldscript.powerpc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2011-01-20 19:24:50 +0000
committerimp <imp@FreeBSD.org>2011-01-20 19:24:50 +0000
commit8a7bd569871d758837e1c768a4029fd4bc3c94ee (patch)
tree16dd6aa1593e425d553b7b074bd8e13b72dd67f3 /sys/conf/ldscript.powerpc
parente15cf1e63a6c2326d292400ad46abc37ab1fc673 (diff)
downloadFreeBSD-src-8a7bd569871d758837e1c768a4029fd4bc3c94ee.zip
FreeBSD-src-8a7bd569871d758837e1c768a4029fd4bc3c94ee.tar.gz
In fact, we don't need any of these __DYNAMIC. it is a.out leftover and commented out.
Diffstat (limited to 'sys/conf/ldscript.powerpc')
-rw-r--r--sys/conf/ldscript.powerpc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/ldscript.powerpc b/sys/conf/ldscript.powerpc
index b7038bf..a05eaad 100644
--- a/sys/conf/ldscript.powerpc
+++ b/sys/conf/ldscript.powerpc
@@ -4,8 +4,6 @@ OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")
OUTPUT_ARCH(powerpc)
ENTRY(__start)
SEARCH_DIR(/usr/lib);
-/* Do we need any of these for elf?
- __DYNAMIC = 0; */
PROVIDE (__stack = 0);
SECTIONS
{
OpenPOWER on IntegriCloud