This is the mail archive of the gcc@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]

Re: SPARC/Solaris patch


  In message <199712050114.UAA01549@jfc.>you write:
  > 
  > This adds a runtime and compile time optimization for Solaris.  At compile
  > time, some TARGET_ macros which are always zero on Solaris are #defined as
  > zero to permit the compiler to eliminate code which depends on them.  At
  > run time, the 64 bit multiply and divide functions from libc are used.  At
  > run time Solaris binds an appropriate version of these functions for the
  > hardware (e.g. on UltraSPARC the library will use the SPARC V9 64 bit
  > instructions).
  > 
  > Thu Dec  4 20:08:06 1997  John F. Carr  <jfc@mit.edu>
  > 
  > 	* sparc/sol2.h: Use 64 bit multiply and divide functions in
  >  	Solaris libc.  Define TARGET_LIVE_G0 and TARGET_BROKEN_SAVERESTORE
  > 	as 0.
Thanks.  I've installed this patch.

jeff


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