From 58c9ff44c8041f394c663cb9640e9b77fe07bb13 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 10 Jan 2004 05:53:29 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELENG_5_2_0_RELEASE'. This commit was manufactured to restore the state of the 5.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs. --- lib/csu/alpha/Makefile | 2 +- lib/csu/alpha/crt1.c | 2 +- lib/csu/alpha/crti.S | 2 +- lib/csu/alpha/crtn.S | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/csu/alpha') 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..8bb76ef83bbb 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.15 2003/01/26 23:14:47 markm 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" -- cgit v1.3