svn commit: r217655 - head/sys/conf

Warner Losh imp at FreeBSD.org
Thu Jan 20 19:20:24 UTC 2011


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: */


More information about the svn-src-head mailing list