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 8b81815146c30..8f3e04ff1976f 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 b8ad3ea10063b..a04e719474b42 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 5ecd99c300281..cc47041e46959 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 6928d37c1a292..e3031e771e57b 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 4b51e6b68a70d..283dddc086bf4 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 f1f0f7b0b0c26..5e0eb0876247a 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 c46f001019162..a1a209e919263 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 d6d09dabeb218..4f9325cc50b55 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 ec50ecdee121f..d03b53079b04e 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 dde60b38bb489..7e9014477b764 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 4b33f0c7bb4fc..5d83c01e380c9 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 8598ce8552f5f..7f5c3bef679bb 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 9e8acaa49596f..90780fea37c01 100644 --- a/lib/csu/i386-elf/crt1.c +++ b/lib/csu/i386-elf/crt1.c @@ -112,4 +112,4 @@ __asm__("eprol:"); __asm__(".previous"); #endif -__asm__(".ident\t\"$FreeBSD$\""); +__asm__(".ident\t\"$FreeBSD: src/lib/csu/i386-elf/crt1.c,v 1.13 2004/08/15 16:18:51 dfr Exp $\""); diff --git a/lib/csu/i386-elf/crti.S b/lib/csu/i386-elf/crti.S index b2e99e4088d83..8efda756f9a6e 100644 --- a/lib/csu/i386-elf/crti.S +++ b/lib/csu/i386-elf/crti.S @@ -36,4 +36,4 @@ _init: _fini: .section .rodata -.ascii "$FreeBSD$\0" +.ascii "$FreeBSD: src/lib/csu/i386-elf/crti.S,v 1.6 2002/05/15 04:19:49 obrien Exp $\0" diff --git a/lib/csu/i386-elf/crtn.S b/lib/csu/i386-elf/crtn.S index b2322daa5ee6c..405340b12ff74 100644 --- a/lib/csu/i386-elf/crtn.S +++ b/lib/csu/i386-elf/crtn.S @@ -30,4 +30,4 @@ ret .section .rodata -.ascii "$FreeBSD$\0" +.ascii "$FreeBSD: src/lib/csu/i386-elf/crtn.S,v 1.5 2002/05/15 04:19:49 obrien Exp $\0" diff --git a/lib/csu/ia64/Makefile b/lib/csu/ia64/Makefile index c906c094267be..c17035908d81b 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 10e1a63d17b4d..1d9bba25468b2 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 1314cb3a5b2cb..5bb540ecf8174 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 42ec1feffabe2..68b496fc9fb4b 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 2e1d03f9cb6da..1eb2230e517d8 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 19c0fadb738dd..9abdc10adf762 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 e3e81af18cc9e..466645c4af41e 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 7c0d1605393db..c35fecad30c11 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" |