Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2002 09:01:27 -0700 (PDT)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/sparc64/gen Makefile.inc fabs.S
Message-ID:  <200209131601.g8DG1R1O038310@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tmm         2002/09/13 09:01:27 PDT

  Modified files:
    lib/libc/sparc64/gen Makefile.inc 
  Added files:
    lib/libc/sparc64/gen fabs.S 
  Log:
  Add an implementation of fabs() (which is quite trivial).
  When it is called directly, gcc is smart enough to generate inline
  code for it, which is why it wasn't noticed before that it was missing.
  
  fabs() would probably better fit into libm, but it has traditionally been
  in libc on FreeBSD, so there is probably software around that makes
  assumptions about this by now.
  
  Revision  Changes    Path
  1.5       +1 -1      src/lib/libc/sparc64/gen/Makefile.inc
  1.1       +37 -0     src/lib/libc/sparc64/gen/fabs.S (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209131601.g8DG1R1O038310>