This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

IA-64 change for glibc 2.2


As part of the switch from glibc 2.1.3 to glibc 2.2, we need to change the
so name.  This won't actually work unless you are using glibc 2.2, and you
are using current binutils, and you have the ld hash table size bug fix which
hasn't been checked in yet.  Hopefully this will be the last major ABI change
that we need.
	
2000-06-29  James Wilson  <wilson@cygnus.com>

	* config/ia64/linux.h (LINK_SPEC): Change so.1 to so.2.

Index: linux.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/ia64/linux.h,v
retrieving revision 1.4
diff -p -r1.4 linux.h
*** linux.h	2000/06/18 18:54:43	1.4
--- linux.h	2000/06/29 18:52:51
***************
*** 21,27 ****
    %{!shared: \
      %{!static: \
        %{rdynamic:-export-dynamic} \
!       %{!dynamic-linker:-dynamic-linker /lib/ld-linux-ia64.so.1}} \
        %{static:-static}}"
  
  
--- 21,27 ----
    %{!shared: \
      %{!static: \
        %{rdynamic:-export-dynamic} \
!       %{!dynamic-linker:-dynamic-linker /lib/ld-linux-ia64.so.2}} \
        %{static:-static}}"
  
  

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