This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A minor change


This is for Eric's patch.

-- 
H.J. Lu
NYNEX Science and Technology, Inc.			hjl@nynexst.com
----
*** bfd/elfcode.h.new	Mon Jun 19 21:27:50 1995
--- bfd/elfcode.h	Mon Jun 19 21:37:29 1995
***************
*** 5200,5206 ****
  	    return false;
  	}      
  
!       if (symbolic
  	  && ! elf_add_dynamic_entry (info, DT_SYMBOLIC, 0))
  	    return false;
  
--- 5200,5206 ----
  	    return false;
  	}      
  
!       if (info->shared && symbolic
  	  && ! elf_add_dynamic_entry (info, DT_SYMBOLIC, 0))
  	    return false;