Use __FBSDID.

This commit is contained in:
obrien 2002-06-29 03:23:51 +00:00
parent 2611daba9d
commit 4c5c3e5c56
5 changed files with 9 additions and 36 deletions

View File

@ -38,19 +38,13 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
.asciz "@(#)_setjmp.s 8.1 (Berkeley) 6/4/93"
#else
#if 0
RCSID("$NetBSD: _setjmp.S,v 1.4 1998/10/08 02:27:59 eeh Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#include "assym.s"

View File

@ -40,17 +40,12 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
.asciz "@(#)fixunsdfsi.s 8.1 (Berkeley) 6/4/93"
#else
#if 0
RCSID("$NetBSD: fixunsdfsi.S,v 1.3 2000/07/25 04:26:12 mycroft Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
__FBSDID("$FreeBSD$");
/*
* Convert double to unsigned integer (for gcc).

View File

@ -38,19 +38,13 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
.asciz "@(#)modf.s 8.1 (Berkeley) 6/4/93"
#else
#if 0
.asciz "$NetBSD: modf.S,v 1.2 2000/07/23 07:12:22 eeh Exp $"
#endif
#endif /* LIBC_SCCS and not lint */
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#include "assym.s"

View File

@ -38,19 +38,13 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
.asciz "@(#)_setjmp.s 8.1 (Berkeley) 6/4/93"
#else
#if 0
RCSID("$NetBSD: _setjmp.S,v 1.4 1998/10/08 02:27:59 eeh Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#include "assym.s"

View File

@ -29,12 +29,8 @@
*
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#include "assym.s"