diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-01-10 05:53:29 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-01-10 05:53:29 +0000 |
| commit | 58c9ff44c8041f394c663cb9640e9b77fe07bb13 (patch) | |
| tree | 12d4abc1c0c60a62d4a8ea721bc71a33f8add090 /lib/csu/amd64 | |
| parent | 7dbb88eb2eb84f4a17a783cbbb3a3c5e0051dea2 (diff) | |
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 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 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" |
