diff options
Diffstat (limited to 'lib/csu/amd64')
| -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 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile index c5b902a2eeca..aee47ded3158 100644 --- a/lib/csu/amd64/Makefile +++ b/lib/csu/amd64/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/csu/amd64/Makefile,v 1.17 2002/07/29 09:40:11 ru Exp $ .PATH: ${.CURDIR}/../common diff --git a/lib/csu/amd64/crt1.c b/lib/csu/amd64/crt1.c index 15aec4438a3f..e5e5eafbeeba 100644 --- a/lib/csu/amd64/crt1.c +++ b/lib/csu/amd64/crt1.c @@ -95,4 +95,4 @@ __asm__("eprol:"); __asm__(".previous"); #endif -__asm__(".ident\t\"$FreeBSD$\""); +__asm__(".ident\t\"$FreeBSD: src/lib/csu/amd64/crt1.c,v 1.13 2003/04/30 19:27:07 peter Exp $\""); diff --git a/lib/csu/amd64/crti.S b/lib/csu/amd64/crti.S index b2e99e4088d8..89f4fd9f5a50 100644 --- a/lib/csu/amd64/crti.S +++ b/lib/csu/amd64/crti.S @@ -36,4 +36,4 @@ _init: _fini: .section .rodata -.ascii "$FreeBSD$\0" +.ascii "$FreeBSD: src/lib/csu/amd64/crti.S,v 1.6 2002/05/15 04:19:49 obrien Exp $\0" diff --git a/lib/csu/amd64/crtn.S b/lib/csu/amd64/crtn.S index b2322daa5ee6..78230c2f3271 100644 --- a/lib/csu/amd64/crtn.S +++ b/lib/csu/amd64/crtn.S @@ -30,4 +30,4 @@ ret .section .rodata -.ascii "$FreeBSD$\0" +.ascii "$FreeBSD: src/lib/csu/amd64/crtn.S,v 1.5 2002/05/15 04:19:49 obrien Exp $\0" |
