Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jan 2011 19:20:23 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217655 - head/sys/conf
Message-ID:  <201101201920.p0KJKNiv025223@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu Jan 20 19:20:23 2011
New Revision: 217655
URL: http://svn.freebsd.org/changeset/base/217655

Log:
  Remove commented out _DYNAMIC sections.

Modified:
  head/sys/conf/ldscript.mips.cfe
  head/sys/conf/ldscript.mips.mips64

Modified: head/sys/conf/ldscript.mips.cfe
==============================================================================
--- head/sys/conf/ldscript.mips.cfe	Thu Jan 20 19:20:10 2011	(r217654)
+++ head/sys/conf/ldscript.mips.cfe	Thu Jan 20 19:20:23 2011	(r217655)
@@ -40,10 +40,6 @@
 
 ENTRY(_start)
 SEARCH_DIR(/usr/lib);
-/* Do we need any of these for elf?
-   __DYNAMIC = 0;
-PROVIDE (_DYNAMIC = 0);
-*/
 
 PHDRS
 {

Modified: head/sys/conf/ldscript.mips.mips64
==============================================================================
--- head/sys/conf/ldscript.mips.mips64	Thu Jan 20 19:20:10 2011	(r217654)
+++ head/sys/conf/ldscript.mips.mips64	Thu Jan 20 19:20:23 2011	(r217655)
@@ -33,10 +33,7 @@
 OUTPUT_ARCH(mips)
 ENTRY(_start)
 SEARCH_DIR(/usr/lib);
-/* Do we need any of these for elf?
-   __DYNAMIC = 0;
-PROVIDE (_DYNAMIC = 0);
-*/
+
 SECTIONS
 {
   /* Read-only sections, merged into text segment: */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101201920.p0KJKNiv025223>