summaryrefslogtreecommitdiffstats
path: root/lib/libc/alpha/gen
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-01-19 00:17:03 +0000
committerobrien <obrien@FreeBSD.org>2003-01-19 00:17:03 +0000
commit6f344674a0af04f9a80844d7e0495643cfd96161 (patch)
tree5ad6381005ef348f73f0a44a1b0bced5f5836a88 /lib/libc/alpha/gen
parent9ae17ce1370af41bcf1c5db5630f056ec6e3345e (diff)
downloadFreeBSD-src-6f344674a0af04f9a80844d7e0495643cfd96161.zip
FreeBSD-src-6f344674a0af04f9a80844d7e0495643cfd96161.tar.gz
Use __FBSDID.
Diffstat (limited to 'lib/libc/alpha/gen')
-rw-r--r--lib/libc/alpha/gen/_ctx_start.S6
-rw-r--r--lib/libc/alpha/gen/_setjmp.S3
-rw-r--r--lib/libc/alpha/gen/fabs.S2
-rw-r--r--lib/libc/alpha/gen/getcontext.S5
-rw-r--r--lib/libc/alpha/gen/rfork_thread.S5
-rw-r--r--lib/libc/alpha/gen/setjmp.S5
-rw-r--r--lib/libc/alpha/gen/sigsetjmp.S3
7 files changed, 11 insertions, 18 deletions
diff --git a/lib/libc/alpha/gen/_ctx_start.S b/lib/libc/alpha/gen/_ctx_start.S
index f17d1d5..229a6c1 100644
--- a/lib/libc/alpha/gen/_ctx_start.S
+++ b/lib/libc/alpha/gen/_ctx_start.S
@@ -24,12 +24,8 @@
* SUCH DAMAGE.
*/
-/*
- * $FreeBSD$
- */
-
#include <machine/asm.h>
-
+__FBSDID("$FreeBSD$");
/*
* A0-A5 are the first 6 arguments to the start routine with the
diff --git a/lib/libc/alpha/gen/_setjmp.S b/lib/libc/alpha/gen/_setjmp.S
index 22cba2a..85ed8c7 100644
--- a/lib/libc/alpha/gen/_setjmp.S
+++ b/lib/libc/alpha/gen/_setjmp.S
@@ -25,11 +25,10 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
- *
- * $FreeBSD$
*/
#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
/*
* C library -- _setjmp, _longjmp
diff --git a/lib/libc/alpha/gen/fabs.S b/lib/libc/alpha/gen/fabs.S
index 4305cce..5a742fe 100644
--- a/lib/libc/alpha/gen/fabs.S
+++ b/lib/libc/alpha/gen/fabs.S
@@ -1,5 +1,4 @@
/* $NetBSD: fabs.S,v 1.2 1996/10/17 03:08:05 cgd Exp $ */
-/* $FreeBSD$ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -29,6 +28,7 @@
*/
#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
LEAF(fabs, 1)
cpys fzero, fa0, fv0
diff --git a/lib/libc/alpha/gen/getcontext.S b/lib/libc/alpha/gen/getcontext.S
index 92a15fd..8149133 100644
--- a/lib/libc/alpha/gen/getcontext.S
+++ b/lib/libc/alpha/gen/getcontext.S
@@ -51,11 +51,8 @@
*
*/
-/*
- * $FreeBSD$
- */
-
#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
/* #include <machine/frame.h> */
#define FRAME_V0 0
diff --git a/lib/libc/alpha/gen/rfork_thread.S b/lib/libc/alpha/gen/rfork_thread.S
index ff0ed2c..68b0233 100644
--- a/lib/libc/alpha/gen/rfork_thread.S
+++ b/lib/libc/alpha/gen/rfork_thread.S
@@ -22,10 +22,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
+
#include "SYS.h"
#include <sys/syscall.h>
/* #include <machine/pal.h> */
diff --git a/lib/libc/alpha/gen/setjmp.S b/lib/libc/alpha/gen/setjmp.S
index 20e1135..5e154f5 100644
--- a/lib/libc/alpha/gen/setjmp.S
+++ b/lib/libc/alpha/gen/setjmp.S
@@ -25,10 +25,11 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
- *
- * $FreeBSD$
*/
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
+
#include "SYS.h"
/*
diff --git a/lib/libc/alpha/gen/sigsetjmp.S b/lib/libc/alpha/gen/sigsetjmp.S
index ddc0636..0f7e400 100644
--- a/lib/libc/alpha/gen/sigsetjmp.S
+++ b/lib/libc/alpha/gen/sigsetjmp.S
@@ -25,11 +25,10 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
- *
- * $FreeBSD$
*/
#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
/*
* C library -- sigsetjmp, siglongjmp
OpenPOWER on IntegriCloud