Use __FBSDID.

This commit is contained in:
David E. O'Brien 2002-06-29 03:23:51 +00:00
parent 45d767fbbe
commit 2d39517f33
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99018
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"