PERFORCE change 100893 for review
    Oleksandr Tymoshenko 
    gonzo at FreeBSD.org
       
    Fri Jul  7 16:13:12 UTC 2006
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=100893
Change 100893 by gonzo at gonzo_hq on 2006/07/07 16:13:06
	_DYANMIC defined for link_elf.
Affected files ...
.. //depot/projects/mips2/src/sys/conf/ldscript.mips#3 edit
Differences ...
==== //depot/projects/mips2/src/sys/conf/ldscript.mips#3 (text+ko) ====
@@ -5,6 +5,7 @@
 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 p4-projects
mailing list