summaryrefslogtreecommitdiff
path: root/lib/libc/quad
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50476
* - Fix modulo bug that was masked by the correct code in libgcc.a which isNate Williams1998-11-301-1/+1
| | | | | | | | used in almost all programs unless a shared library specifically ignores libgcc.a. Notes: svn path=/head/; revision=41425
* $@ -> ${.TARGET}Warner Losh1998-09-111-2/+2
| | | | Notes: svn path=/head/; revision=39060
* Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-201-3/+3
| | | | Notes: svn path=/head/; revision=33668
* Put the .PATH statement first as in all other libc Makefile.inc's.Bruce Evans1997-12-191-3/+2
| | | | Notes: svn path=/head/; revision=31870
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-2/+3
| | | | | | | | | | | | | so that all these makefiles can be used to build libc_r too. Added .if ${LIB} == "c" tests to restrict man page builds to libc to avoid needlessly building them with libc_r too. Split libc Makefile into Makefile and Makefile.inc to allow the libc_r Makefile to include Makefile.inc too. Notes: svn path=/head/; revision=25401
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Added prototypes.Bruce Evans1995-12-261-1/+6
| | | | Notes: svn path=/head/; revision=13030
* Restored [u]cmpdi2.c which are needed for switching on [unsigned] longBruce Evans1995-12-011-1/+1
| | | | | | | long values. Notes: svn path=/head/; revision=12555
* Removed cmpdi2.c from ${SRCS}. I think it is no more needed than ucmpdi2.Bruce Evans1995-11-291-2/+1
| | | | | | | Restored order in ${SRCS}. Notes: svn path=/head/; revision=12524
* limit the number of functions we pull in for 'i386'.Poul-Henning Kamp1995-10-221-1/+11
| | | | | | | I still belive this stuff should go back into gcc. Notes: svn path=/head/; revision=11663
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-2/+2
| | | | Notes: svn path=/head/; revision=8870
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-2731-0/+2375
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573