aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mips/gen
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2009-11-21 06:13:29 +0000
committerKen Smith <kensmith@FreeBSD.org>2009-11-21 06:13:29 +0000
commita4d3b78df842614c46b116fc5a6f470be637dccd (patch)
tree46c6b11aa0464ba59f49361bd26e1a86962c0624 /lib/libc/mips/gen
parent59dd044d1cb744d3dba6b41c41e196b54e8fd9f8 (diff)
Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvs
Approved by: re (implicit) This commit was manufactured to restore the state of the 8.0-RELEASE image.
Diffstat (limited to 'lib/libc/mips/gen')
-rw-r--r--lib/libc/mips/gen/Makefile.inc2
-rw-r--r--lib/libc/mips/gen/_set_tp.c2
-rw-r--r--lib/libc/mips/gen/_setjmp.S2
-rw-r--r--lib/libc/mips/gen/fabs.S2
-rw-r--r--lib/libc/mips/gen/fabs.c2
-rw-r--r--lib/libc/mips/gen/flt_rounds.c2
-rw-r--r--lib/libc/mips/gen/fpgetmask.c2
-rw-r--r--lib/libc/mips/gen/fpgetround.c2
-rw-r--r--lib/libc/mips/gen/fpgetsticky.c2
-rw-r--r--lib/libc/mips/gen/fpsetmask.c2
-rw-r--r--lib/libc/mips/gen/fpsetround.c2
-rw-r--r--lib/libc/mips/gen/fpsetsticky.c2
-rw-r--r--lib/libc/mips/gen/infinity.c2
-rw-r--r--lib/libc/mips/gen/ldexp.S2
-rw-r--r--lib/libc/mips/gen/longjmp.c2
-rw-r--r--lib/libc/mips/gen/makecontext.c2
-rw-r--r--lib/libc/mips/gen/modf.S2
-rw-r--r--lib/libc/mips/gen/modf.c2
-rw-r--r--lib/libc/mips/gen/setjmp.S2
-rw-r--r--lib/libc/mips/gen/signalcontext.c2
-rw-r--r--lib/libc/mips/gen/sigsetjmp.S2
21 files changed, 21 insertions, 21 deletions
diff --git a/lib/libc/mips/gen/Makefile.inc b/lib/libc/mips/gen/Makefile.inc
index 2fa20b054637..d4522de9d6c8 100644
--- a/lib/libc/mips/gen/Makefile.inc
+++ b/lib/libc/mips/gen/Makefile.inc
@@ -1,5 +1,5 @@
# $NetBSD: Makefile.inc,v 1.27 2005/10/07 17:16:40 tsutsui Exp $
-# $FreeBSD$
+# $FreeBSD: src/lib/libc/mips/gen/Makefile.inc,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
SRCS+= infinity.c fabs.c ldexp.c modf.c
diff --git a/lib/libc/mips/gen/_set_tp.c b/lib/libc/mips/gen/_set_tp.c
index 4c26dffa0114..2b3d035a3c31 100644
--- a/lib/libc/mips/gen/_set_tp.c
+++ b/lib/libc/mips/gen/_set_tp.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc/mips/gen/_set_tp.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <string.h>
diff --git a/lib/libc/mips/gen/_setjmp.S b/lib/libc/mips/gen/_setjmp.S
index 596c71200405..8ff0758eb36c 100644
--- a/lib/libc/mips/gen/_setjmp.S
+++ b/lib/libc/mips/gen/_setjmp.S
@@ -33,7 +33,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/_setjmp.S,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <machine/regnum.h>
#if defined(LIBC_SCCS) && !defined(lint)
diff --git a/lib/libc/mips/gen/fabs.S b/lib/libc/mips/gen/fabs.S
index 3b79249864d1..90e705ddac2b 100644
--- a/lib/libc/mips/gen/fabs.S
+++ b/lib/libc/mips/gen/fabs.S
@@ -33,7 +33,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/fabs.S,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)fabs.s 8.1 (Berkeley) 2/16/94")
diff --git a/lib/libc/mips/gen/fabs.c b/lib/libc/mips/gen/fabs.c
index 8bb15025aead..e665dff3ad48 100644
--- a/lib/libc/mips/gen/fabs.c
+++ b/lib/libc/mips/gen/fabs.c
@@ -35,7 +35,7 @@
* fabs(x) returns the absolute value of x.
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/fabs.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
double
fabs(double x)
diff --git a/lib/libc/mips/gen/flt_rounds.c b/lib/libc/mips/gen/flt_rounds.c
index 9fc64a537053..442e35783e5a 100644
--- a/lib/libc/mips/gen/flt_rounds.c
+++ b/lib/libc/mips/gen/flt_rounds.c
@@ -6,7 +6,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/flt_rounds.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: flt_rounds.c,v 1.5 2005/12/24 23:10:08 perry Exp $");
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/mips/gen/fpgetmask.c b/lib/libc/mips/gen/fpgetmask.c
index 505a74c68466..4d8039af2362 100644
--- a/lib/libc/mips/gen/fpgetmask.c
+++ b/lib/libc/mips/gen/fpgetmask.c
@@ -6,7 +6,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/fpgetmask.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: fpgetmask.c,v 1.5 2005/12/24 23:10:08 perry Exp $");
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/mips/gen/fpgetround.c b/lib/libc/mips/gen/fpgetround.c
index 6d0f11a5cb6e..cc3c4c3c07bf 100644
--- a/lib/libc/mips/gen/fpgetround.c
+++ b/lib/libc/mips/gen/fpgetround.c
@@ -6,7 +6,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/fpgetround.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: fpgetround.c,v 1.5 2005/12/24 23:10:08 perry Exp $");
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/mips/gen/fpgetsticky.c b/lib/libc/mips/gen/fpgetsticky.c
index 8028261c2c81..a6516d24b946 100644
--- a/lib/libc/mips/gen/fpgetsticky.c
+++ b/lib/libc/mips/gen/fpgetsticky.c
@@ -6,7 +6,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/fpgetsticky.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: fpgetsticky.c,v 1.5 2005/12/24 23:10:08 perry Exp $");
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/mips/gen/fpsetmask.c b/lib/libc/mips/gen/fpsetmask.c
index 7abb3fd05f92..fddf72f8d983 100644
--- a/lib/libc/mips/gen/fpsetmask.c
+++ b/lib/libc/mips/gen/fpsetmask.c
@@ -6,7 +6,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/fpsetmask.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: fpsetmask.c,v 1.5 2005/12/24 23:10:08 perry Exp $");
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/mips/gen/fpsetround.c b/lib/libc/mips/gen/fpsetround.c
index 020516180033..d00ea8419d8b 100644
--- a/lib/libc/mips/gen/fpsetround.c
+++ b/lib/libc/mips/gen/fpsetround.c
@@ -6,7 +6,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/fpsetround.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: fpsetround.c,v 1.5 2005/12/24 23:10:08 perry Exp $");
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/mips/gen/fpsetsticky.c b/lib/libc/mips/gen/fpsetsticky.c
index e43367117792..eb9635373779 100644
--- a/lib/libc/mips/gen/fpsetsticky.c
+++ b/lib/libc/mips/gen/fpsetsticky.c
@@ -6,7 +6,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/fpsetsticky.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: fpsetsticky.c,v 1.5 2005/12/24 23:10:08 perry Exp $");
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libc/mips/gen/infinity.c b/lib/libc/mips/gen/infinity.c
index 55cf25f8e9d7..d3ff23d7a4df 100644
--- a/lib/libc/mips/gen/infinity.c
+++ b/lib/libc/mips/gen/infinity.c
@@ -3,7 +3,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/infinity.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <math.h>
diff --git a/lib/libc/mips/gen/ldexp.S b/lib/libc/mips/gen/ldexp.S
index caee70380707..7e47135e45eb 100644
--- a/lib/libc/mips/gen/ldexp.S
+++ b/lib/libc/mips/gen/ldexp.S
@@ -33,7 +33,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/ldexp.S,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)ldexp.s 8.1 (Berkeley) 6/4/93")
diff --git a/lib/libc/mips/gen/longjmp.c b/lib/libc/mips/gen/longjmp.c
index ee01ad55002c..b44fb9b3675f 100644
--- a/lib/libc/mips/gen/longjmp.c
+++ b/lib/libc/mips/gen/longjmp.c
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/longjmp.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include "namespace.h"
#include <sys/types.h>
#include <ucontext.h>
diff --git a/lib/libc/mips/gen/makecontext.c b/lib/libc/mips/gen/makecontext.c
index 01d88bf2294a..b33fd04411db 100644
--- a/lib/libc/mips/gen/makecontext.c
+++ b/lib/libc/mips/gen/makecontext.c
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/makecontext.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: makecontext.c,v 1.3 2003/01/19 08:53:36 matt Exp $");
#endif
diff --git a/lib/libc/mips/gen/modf.S b/lib/libc/mips/gen/modf.S
index 5eee3f1fb576..f6c804393be7 100644
--- a/lib/libc/mips/gen/modf.S
+++ b/lib/libc/mips/gen/modf.S
@@ -33,7 +33,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/modf.S,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)modf.s 8.1 (Berkeley) 6/4/93")
diff --git a/lib/libc/mips/gen/modf.c b/lib/libc/mips/gen/modf.c
index 347090cf1fe7..e451c000ad3f 100644
--- a/lib/libc/mips/gen/modf.c
+++ b/lib/libc/mips/gen/modf.c
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/modf.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <sys/types.h>
#include <errno.h>
diff --git a/lib/libc/mips/gen/setjmp.S b/lib/libc/mips/gen/setjmp.S
index 2abc57b02c2f..c4c0f93f3c0a 100644
--- a/lib/libc/mips/gen/setjmp.S
+++ b/lib/libc/mips/gen/setjmp.S
@@ -33,7 +33,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/setjmp.S,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <machine/regnum.h>
#if defined(LIBC_SCCS) && !defined(lint)
diff --git a/lib/libc/mips/gen/signalcontext.c b/lib/libc/mips/gen/signalcontext.c
index 694468c314dd..954b1345df42 100644
--- a/lib/libc/mips/gen/signalcontext.c
+++ b/lib/libc/mips/gen/signalcontext.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/signalcontext.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <sys/param.h>
#include <sys/signal.h>
diff --git a/lib/libc/mips/gen/sigsetjmp.S b/lib/libc/mips/gen/sigsetjmp.S
index 4e86e28e667d..1290b2322018 100644
--- a/lib/libc/mips/gen/sigsetjmp.S
+++ b/lib/libc/mips/gen/sigsetjmp.S
@@ -33,7 +33,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/gen/sigsetjmp.S,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <machine/regnum.h>
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)setjmp.s 8.1 (Berkeley) 6/4/93")