cvs commit: src/lib/msun/src s_fma.c s_frexp.c s_nextafter.c s_scalbn.c

David Schultz das at FreeBSD.org
Mon Mar 7 21:27:38 GMT 2005


das         2005-03-07 21:27:37 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         s_fma.c s_frexp.c s_nextafter.c 
                         s_scalbn.c 
  Log:
  Replace strong references with weak references.  There's no
  particularly good reason to do this, except that __strong_reference
  does type checking, whereas __weak_reference does not.
  On Alpha, the compiler won't accept a 'long double' parameter in
  place of a 'double' parameter even thought the two types are
  identical.
  
  Revision  Changes    Path
  1.3       +1 -1      src/lib/msun/src/s_fma.c
  1.10      +1 -1      src/lib/msun/src/s_frexp.c
  1.11      +3 -3      src/lib/msun/src/s_nextafter.c
  1.11      +2 -2      src/lib/msun/src/s_scalbn.c


More information about the cvs-src mailing list