diff options
Diffstat (limited to 'lib/csu')
| -rw-r--r-- | lib/csu/alpha/Makefile | 2 | ||||
| -rw-r--r-- | lib/csu/alpha/crt1.c | 2 | ||||
| -rw-r--r-- | lib/csu/alpha/crti.S | 2 | ||||
| -rw-r--r-- | lib/csu/alpha/crtn.S | 2 | ||||
| -rw-r--r-- | lib/csu/amd64/Makefile | 2 | ||||
| -rw-r--r-- | lib/csu/amd64/crt1.c | 2 | ||||
| -rw-r--r-- | lib/csu/amd64/crti.S | 2 | ||||
| -rw-r--r-- | lib/csu/amd64/crtn.S | 2 | ||||
| -rw-r--r-- | lib/csu/common/crtbegin.c | 2 | ||||
| -rw-r--r-- | lib/csu/common/crtbrand.c | 2 | ||||
| -rw-r--r-- | lib/csu/common/crtend.c | 2 | ||||
| -rw-r--r-- | lib/csu/i386-elf/Makefile | 2 | ||||
| -rw-r--r-- | lib/csu/i386-elf/crt1.c | 2 | ||||
| -rw-r--r-- | lib/csu/i386-elf/crti.S | 2 | ||||
| -rw-r--r-- | lib/csu/i386-elf/crtn.S | 2 | ||||
| -rw-r--r-- | lib/csu/ia64/Makefile | 2 | ||||
| -rw-r--r-- | lib/csu/ia64/crt1.S | 2 | ||||
| -rw-r--r-- | lib/csu/ia64/crti.S | 2 | ||||
| -rw-r--r-- | lib/csu/ia64/crtn.S | 2 | ||||
| -rw-r--r-- | lib/csu/sparc64/Makefile | 2 | ||||
| -rw-r--r-- | lib/csu/sparc64/crt1.c | 2 | ||||
| -rw-r--r-- | lib/csu/sparc64/crti.S | 2 | ||||
| -rw-r--r-- | lib/csu/sparc64/crtn.S | 2 | 
23 files changed, 23 insertions, 23 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..a04e719474b4 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.16.2.1 2004/08/21 16:36:21 kensmith 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" diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile index 4b51e6b68a70..283dddc086bf 100644 --- a/lib/csu/amd64/Makefile +++ b/lib/csu/amd64/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/csu/amd64/Makefile,v 1.18 2003/06/30 12:53:39 ru Exp $  .PATH: ${.CURDIR}/../common diff --git a/lib/csu/amd64/crt1.c b/lib/csu/amd64/crt1.c index f1f0f7b0b0c2..5e0eb0876247 100644 --- a/lib/csu/amd64/crt1.c +++ b/lib/csu/amd64/crt1.c @@ -97,4 +97,4 @@ __asm__("eprol:");  __asm__(".previous");  #endif -__asm__(".ident\t\"$FreeBSD$\""); +__asm__(".ident\t\"$FreeBSD: src/lib/csu/amd64/crt1.c,v 1.14 2004/08/15 16:18:51 dfr Exp $\""); diff --git a/lib/csu/amd64/crti.S b/lib/csu/amd64/crti.S index c46f00101916..a1a209e91926 100644 --- a/lib/csu/amd64/crti.S +++ b/lib/csu/amd64/crti.S @@ -38,4 +38,4 @@ _fini:  	subq	$8,%rsp  	.section .rodata -.ascii "$FreeBSD$\0" +.ascii "$FreeBSD: src/lib/csu/amd64/crti.S,v 1.7 2004/03/21 01:39:01 peter Exp $\0" diff --git a/lib/csu/amd64/crtn.S b/lib/csu/amd64/crtn.S index d6d09dabeb21..4f9325cc50b5 100644 --- a/lib/csu/amd64/crtn.S +++ b/lib/csu/amd64/crtn.S @@ -32,4 +32,4 @@  	ret  	.section .rodata -.ascii "$FreeBSD$\0" +.ascii "$FreeBSD: src/lib/csu/amd64/crtn.S,v 1.6 2004/03/21 01:39:01 peter Exp $\0" diff --git a/lib/csu/common/crtbegin.c b/lib/csu/common/crtbegin.c index ec50ecdee121..d03b53079b04 100644 --- a/lib/csu/common/crtbegin.c +++ b/lib/csu/common/crtbegin.c @@ -22,7 +22,7 @@   * (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$ + * $FreeBSD: src/lib/csu/common/crtbegin.c,v 1.8 2002/01/28 19:02:34 obrien Exp $   */  #include <sys/param.h> diff --git a/lib/csu/common/crtbrand.c b/lib/csu/common/crtbrand.c index dde60b38bb48..7e9014477b76 100644 --- a/lib/csu/common/crtbrand.c +++ b/lib/csu/common/crtbrand.c @@ -24,7 +24,7 @@   */  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/csu/common/crtbrand.c,v 1.4 2003/10/17 15:43:13 peter Exp $");  #include <sys/param.h> diff --git a/lib/csu/common/crtend.c b/lib/csu/common/crtend.c index 4b33f0c7bb4f..5d83c01e380c 100644 --- a/lib/csu/common/crtend.c +++ b/lib/csu/common/crtend.c @@ -22,7 +22,7 @@   * (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$ + * $FreeBSD: src/lib/csu/common/crtend.c,v 1.3 1999/08/27 23:57:57 peter Exp $   */  #include <sys/cdefs.h> diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile index 8598ce8552f5..7f5c3bef679b 100644 --- a/lib/csu/i386-elf/Makefile +++ b/lib/csu/i386-elf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/csu/i386-elf/Makefile,v 1.20 2004/01/20 13:31:35 ru Exp $  .PATH: ${.CURDIR}/../common diff --git a/lib/csu/i386-elf/crt1.c b/lib/csu/i386-elf/crt1.c index c6774b0f394f..40f15fd73e72 100644 --- a/lib/csu/i386-elf/crt1.c +++ b/lib/csu/i386-elf/crt1.c @@ -115,4 +115,4 @@ __asm__("eprol:");  __asm__(".previous");  #endif -__asm__(".ident\t\"$FreeBSD$\""); +__asm__(".ident\t\"$FreeBSD: src/lib/csu/i386-elf/crt1.c,v 1.13.2.1 2005/05/26 09:33:28 dfr Exp $\""); diff --git a/lib/csu/i386-elf/crti.S b/lib/csu/i386-elf/crti.S index bb11f3ac718d..1693418a1023 100644 --- a/lib/csu/i386-elf/crti.S +++ b/lib/csu/i386-elf/crti.S @@ -38,4 +38,4 @@ _fini:  	sub	$12,%esp	/* re-align stack pointer */  	.section .rodata -.ascii "$FreeBSD$\0" +.ascii "$FreeBSD: src/lib/csu/i386-elf/crti.S,v 1.6.8.1 2005/05/26 09:33:28 dfr Exp $\0" diff --git a/lib/csu/i386-elf/crtn.S b/lib/csu/i386-elf/crtn.S index bc90d31d7c13..706bcc3c2a50 100644 --- a/lib/csu/i386-elf/crtn.S +++ b/lib/csu/i386-elf/crtn.S @@ -32,4 +32,4 @@  	ret  	.section .rodata -.ascii "$FreeBSD$\0" +.ascii "$FreeBSD: src/lib/csu/i386-elf/crtn.S,v 1.5.8.1 2005/05/26 09:33:28 dfr Exp $\0" diff --git a/lib/csu/ia64/Makefile b/lib/csu/ia64/Makefile index c906c094267b..c17035908d81 100644 --- a/lib/csu/ia64/Makefile +++ b/lib/csu/ia64/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/csu/ia64/Makefile,v 1.12 2003/07/13 23:11:37 marcel Exp $  .PATH: ${.CURDIR}/../common diff --git a/lib/csu/ia64/crt1.S b/lib/csu/ia64/crt1.S index 10e1a63d17b4..1d9bba25468b 100644 --- a/lib/csu/ia64/crt1.S +++ b/lib/csu/ia64/crt1.S @@ -24,7 +24,7 @@   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   */ -		.ident		"$FreeBSD$" +		.ident		"$FreeBSD: src/lib/csu/ia64/crt1.S,v 1.3.2.1 2004/08/19 05:52:09 marcel Exp $"  		.text diff --git a/lib/csu/ia64/crti.S b/lib/csu/ia64/crti.S index 1314cb3a5b2c..5bb540ecf817 100644 --- a/lib/csu/ia64/crti.S +++ b/lib/csu/ia64/crti.S @@ -23,7 +23,7 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - * $FreeBSD$ + * $FreeBSD: src/lib/csu/ia64/crti.S,v 1.3 2001/11/03 06:31:27 peter Exp $   */  /* diff --git a/lib/csu/ia64/crtn.S b/lib/csu/ia64/crtn.S index 42ec1feffabe..68b496fc9fb4 100644 --- a/lib/csu/ia64/crtn.S +++ b/lib/csu/ia64/crtn.S @@ -23,7 +23,7 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - * $FreeBSD$ + * $FreeBSD: src/lib/csu/ia64/crtn.S,v 1.2 2001/10/29 10:18:58 peter Exp $   */  	.file	"crtn.S" diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile index 2e1d03f9cb6d..1eb2230e517d 100644 --- a/lib/csu/sparc64/Makefile +++ b/lib/csu/sparc64/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/csu/sparc64/Makefile,v 1.12 2002/07/29 09:40:11 ru Exp $  .PATH: ${.CURDIR}/../common diff --git a/lib/csu/sparc64/crt1.c b/lib/csu/sparc64/crt1.c index 19c0fadb738d..9abdc10adf76 100644 --- a/lib/csu/sparc64/crt1.c +++ b/lib/csu/sparc64/crt1.c @@ -122,4 +122,4 @@ __asm__("eprol:");  __asm__(".previous");  #endif -__asm__(".ident\t\"$FreeBSD$\""); +__asm__(".ident\t\"$FreeBSD: src/lib/csu/sparc64/crt1.c,v 1.16 2004/08/15 16:18:52 dfr Exp $\""); diff --git a/lib/csu/sparc64/crti.S b/lib/csu/sparc64/crti.S index e3e81af18cc9..466645c4af41 100644 --- a/lib/csu/sparc64/crti.S +++ b/lib/csu/sparc64/crti.S @@ -55,4 +55,4 @@ _fini:  	.section .rodata -.ascii "$FreeBSD$\0" +.ascii "$FreeBSD: src/lib/csu/sparc64/crti.S,v 1.1 2001/10/28 00:20:34 obrien Exp $\0" diff --git a/lib/csu/sparc64/crtn.S b/lib/csu/sparc64/crtn.S index 7c0d1605393d..c35fecad30c1 100644 --- a/lib/csu/sparc64/crtn.S +++ b/lib/csu/sparc64/crtn.S @@ -39,4 +39,4 @@  	 restore  	.section .rodata -.ascii "$FreeBSD$\0" +.ascii "$FreeBSD: src/lib/csu/sparc64/crtn.S,v 1.1 2001/10/28 00:20:34 obrien Exp $\0" | 
