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: */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to