aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/alpha
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-11-03 00:35:26 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-11-03 00:35:26 +0000
commit3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch)
tree60a81407b110eb6d80af1e0affba0ec353de6a9c /lib/csu/alpha
parent3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff)
This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs
'RELENG_6_0_0_RELEASE'. This commit was manufactured to restore the state of the 6.0-RELEASE image.
Diffstat (limited to 'lib/csu/alpha')
-rw-r--r--lib/csu/alpha/Makefile2
-rw-r--r--lib/csu/alpha/crt1.c2
-rw-r--r--lib/csu/alpha/crti.S2
-rw-r--r--lib/csu/alpha/crtn.S2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index 8b81815146c3..8f3e04ff1976 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/csu/alpha/Makefile,v 1.24 2002/07/29 09:40:10 ru Exp $
.PATH: ${.CURDIR}/../common
SRCS= crt1.c crti.S crtn.S
diff --git a/lib/csu/alpha/crt1.c b/lib/csu/alpha/crt1.c
index b8ad3ea10063..4130c4728eaf 100644
--- a/lib/csu/alpha/crt1.c
+++ b/lib/csu/alpha/crt1.c
@@ -111,4 +111,4 @@ __asm__("eprol:");
__asm__(".previous");
#endif
-__asm__(".ident\t\"$FreeBSD$\"");
+__asm__(".ident\t\"$FreeBSD: src/lib/csu/alpha/crt1.c,v 1.17 2004/08/21 08:22:00 dfr Exp $\"");
diff --git a/lib/csu/alpha/crti.S b/lib/csu/alpha/crti.S
index 5ecd99c30028..cc47041e4695 100644
--- a/lib/csu/alpha/crti.S
+++ b/lib/csu/alpha/crti.S
@@ -50,4 +50,4 @@ $_fini..ng:
.section .rodata
-.ascii "$FreeBSD$\0"
+.ascii "$FreeBSD: src/lib/csu/alpha/crti.S,v 1.3 2002/02/27 21:53:27 obrien Exp $\0"
diff --git a/lib/csu/alpha/crtn.S b/lib/csu/alpha/crtn.S
index 6928d37c1a29..e3031e771e57 100644
--- a/lib/csu/alpha/crtn.S
+++ b/lib/csu/alpha/crtn.S
@@ -42,4 +42,4 @@
.section .rodata
-.ascii "$FreeBSD$\0"
+.ascii "$FreeBSD: src/lib/csu/alpha/crtn.S,v 1.3 2002/02/27 21:53:27 obrien Exp $\0"