[Midnightbsd-cvs] src: csu/arm: tag and start branding with MidnightBSD.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 16 14:43:32 EDT 2008


Log Message:
-----------
tag and start branding with MidnightBSD.  We still need to tweak binutils.

Modified Files:
--------------
    src/lib/csu/amd64:
        Makefile (r1.1.1.1 -> r1.2)
        crt1.c (r1.1.1.1 -> r1.2)
        crti.S (r1.1.1.1 -> r1.2)
        crtn.S (r1.1.1.1 -> r1.2)
    src/lib/csu/arm:
        Makefile (r1.1.1.1 -> r1.2)
        crt1.c (r1.1.1.1 -> r1.2)
        crti.S (r1.1.1.1 -> r1.2)
        crtn.S (r1.1.1.1 -> r1.2)
    src/lib/csu/common:
        crtbegin.c (r1.1.1.1 -> r1.2)
        crtbrand.c (r1.1.1.1 -> r1.2)
        crtend.c (r1.1.1.1 -> r1.2)
    src/lib/csu/i386-elf:
        crt1.c (r1.1.1.1 -> r1.2)
        crti.S (r1.1.1.1 -> r1.2)
        crtn.S (r1.1.1.1 -> r1.2)
    src/lib/csu/ia64:
        Makefile (r1.1.1.1 -> r1.2)
        crt1.S (r1.1.1.1 -> r1.2)
        crtn.S (r1.1.1.1 -> r1.2)
    src/lib/csu/sparc64:
        Makefile (r1.1.1.1 -> r1.2)
        crt1.c (r1.1.1.1 -> r1.2)
        crti.S (r1.1.1.1 -> r1.2)
        crtn.S (r1.1.1.1 -> r1.2)

Removed Files:
-------------
    src/lib/csu/powerpc:
        Makefile
        crt1.c
        crti.S
        crtn.S

-------------- next part --------------
Index: crti.S
===================================================================
RCS file: /home/cvs/src/lib/csu/arm/crti.S,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/arm/crti.S -L lib/csu/arm/crti.S -u -r1.1.1.1 -r1.2
--- lib/csu/arm/crti.S
+++ lib/csu/arm/crti.S
@@ -1,5 +1,5 @@
 #include <machine/asm.h>
-__FBSDID("$FreeBSD: src/lib/csu/arm/crti.S,v 1.2 2004/09/23 23:00:51 cognet Exp $");
+__MBSDID("$MidnightBSD$");
 
 	.section .init,"ax",%progbits
 	.align 4
Index: crtn.S
===================================================================
RCS file: /home/cvs/src/lib/csu/arm/crtn.S,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/arm/crtn.S -L lib/csu/arm/crtn.S -u -r1.1.1.1 -r1.2
--- lib/csu/arm/crtn.S
+++ lib/csu/arm/crtn.S
@@ -1,5 +1,5 @@
 #include <machine/asm.h>
-__FBSDID("$FreeBSD: src/lib/csu/arm/crtn.S,v 1.2 2004/09/23 23:00:51 cognet Exp $");
+__MBSDID("$MidnightBSD$");
 	.section .init,"ax",%progbits
 	ldmea	fp, {fp, sp, pc}
 	mov	pc, lr
Index: crt1.c
===================================================================
RCS file: /home/cvs/src/lib/csu/arm/crt1.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/arm/crt1.c -L lib/csu/arm/crt1.c -u -r1.1.1.1 -r1.2
--- lib/csu/arm/crt1.c
+++ lib/csu/arm/crt1.c
@@ -134,4 +134,4 @@
 __asm__(".previous");
 #endif
 
-__asm__(".ident\t\"$FreeBSD: src/lib/csu/arm/crt1.c,v 1.3 2004/09/23 23:00:51 cognet Exp $\"");
+__asm__(".ident\t\"$MidnightBSD$\"");
Index: Makefile
===================================================================
RCS file: /home/cvs/src/lib/csu/arm/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/arm/Makefile -L lib/csu/arm/Makefile -u -r1.1.1.1 -r1.2
--- lib/csu/arm/Makefile
+++ lib/csu/arm/Makefile
@@ -1,3 +1,4 @@
+# $MidnightBSD$
 # $FreeBSD: src/lib/csu/arm/Makefile,v 1.1 2004/05/14 12:19:04 cognet Exp $
 
 .PATH: ${.CURDIR}/../common
Index: crtend.c
===================================================================
RCS file: /home/cvs/src/lib/csu/common/crtend.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/common/crtend.c -L lib/csu/common/crtend.c -u -r1.1.1.1 -r1.2
--- lib/csu/common/crtend.c
+++ lib/csu/common/crtend.c
@@ -22,6 +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.
  *
+ * $MidnightBSD$
  * $FreeBSD: src/lib/csu/common/crtend.c,v 1.3 1999/08/27 23:57:57 peter Exp $
  */
 
Index: crtbegin.c
===================================================================
RCS file: /home/cvs/src/lib/csu/common/crtbegin.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/common/crtbegin.c -L lib/csu/common/crtbegin.c -u -r1.1.1.1 -r1.2
--- lib/csu/common/crtbegin.c
+++ lib/csu/common/crtbegin.c
@@ -22,6 +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.
  *
+ * $MidnightBSD$
  * $FreeBSD: src/lib/csu/common/crtbegin.c,v 1.8 2002/01/28 19:02:34 obrien Exp $
  */
 
Index: crtbrand.c
===================================================================
RCS file: /home/cvs/src/lib/csu/common/crtbrand.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/common/crtbrand.c -L lib/csu/common/crtbrand.c -u -r1.1.1.1 -r1.2
--- lib/csu/common/crtbrand.c
+++ lib/csu/common/crtbrand.c
@@ -1,4 +1,5 @@
 /*-
+ * Copyright 2008 Lucas Holt
  * Copyright 2000 David E. O'Brien, John D. Polstra.
  * All rights reserved.
  *
@@ -24,11 +25,11 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/csu/common/crtbrand.c,v 1.4 2003/10/17 15:43:13 peter Exp $");
+__MBSDID("$MidnightBSD$");
 
 #include <sys/param.h>
 
-#define ABI_VENDOR	"FreeBSD"
+#define ABI_VENDOR	"MidnightBSD"
 #define ABI_SECTION	".note.ABI-tag"
 #define ABI_NOTETYPE	1
 
@@ -48,5 +49,5 @@
     sizeof(int32_t),
     ABI_NOTETYPE,
     ABI_VENDOR,
-    __FreeBSD_version
+    __MidnightBSD_version
 };
Index: crti.S
===================================================================
RCS file: /home/cvs/src/lib/csu/i386-elf/crti.S,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/i386-elf/crti.S -L lib/csu/i386-elf/crti.S -u -r1.1.1.1 -r1.2
--- lib/csu/i386-elf/crti.S
+++ lib/csu/i386-elf/crti.S
@@ -38,4 +38,5 @@
 	sub	$12,%esp	/* re-align stack pointer */
 
 	.section .rodata
+.ascii "$MidnightBSD$\0"
 .ascii "$FreeBSD: src/lib/csu/i386-elf/crti.S,v 1.7 2005/05/19 07:31:06 dfr Exp $\0"
Index: crtn.S
===================================================================
RCS file: /home/cvs/src/lib/csu/i386-elf/crtn.S,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/i386-elf/crtn.S -L lib/csu/i386-elf/crtn.S -u -r1.1.1.1 -r1.2
--- lib/csu/i386-elf/crtn.S
+++ lib/csu/i386-elf/crtn.S
@@ -32,4 +32,5 @@
 	ret
 
 	.section .rodata
+.ascii "$MidnightBSD$\0"
 .ascii "$FreeBSD: src/lib/csu/i386-elf/crtn.S,v 1.6 2005/05/19 07:31:06 dfr Exp $\0"
Index: crt1.c
===================================================================
RCS file: /home/cvs/src/lib/csu/i386-elf/crt1.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/i386-elf/crt1.c -L lib/csu/i386-elf/crt1.c -u -r1.1.1.1 -r1.2
--- lib/csu/i386-elf/crt1.c
+++ lib/csu/i386-elf/crt1.c
@@ -115,4 +115,4 @@
 __asm__(".previous");
 #endif
 
-__asm__(".ident\t\"$FreeBSD: src/lib/csu/i386-elf/crt1.c,v 1.14 2005/05/19 07:36:07 dfr Exp $\"");
+__asm__(".ident\t\"$MidnightBSD$\"");
Index: crtn.S
===================================================================
RCS file: /home/cvs/src/lib/csu/ia64/crtn.S,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/ia64/crtn.S -L lib/csu/ia64/crtn.S -u -r1.1.1.1 -r1.2
--- lib/csu/ia64/crtn.S
+++ lib/csu/ia64/crtn.S
@@ -23,6 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
+ * $MidnightBSD$
  * $FreeBSD: src/lib/csu/ia64/crtn.S,v 1.2 2001/10/29 10:18:58 peter Exp $
  */
 
Index: Makefile
===================================================================
RCS file: /home/cvs/src/lib/csu/ia64/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/ia64/Makefile -L lib/csu/ia64/Makefile -u -r1.1.1.1 -r1.2
--- lib/csu/ia64/Makefile
+++ lib/csu/ia64/Makefile
@@ -1,3 +1,4 @@
+# $MidnightBSD$
 # $FreeBSD: src/lib/csu/ia64/Makefile,v 1.12 2003/07/13 23:11:37 marcel Exp $
 
 .PATH: ${.CURDIR}/../common
Index: crt1.S
===================================================================
RCS file: /home/cvs/src/lib/csu/ia64/crt1.S,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/ia64/crt1.S -L lib/csu/ia64/crt1.S -u -r1.1.1.1 -r1.2
--- lib/csu/ia64/crt1.S
+++ lib/csu/ia64/crt1.S
@@ -24,7 +24,7 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-		.ident		"$FreeBSD: src/lib/csu/ia64/crt1.S,v 1.4 2004/08/18 23:06:47 marcel Exp $"
+		.ident		"$MidnightBSD$"
 
 		.text
 
--- lib/csu/powerpc/crti.S
+++ /dev/null
@@ -1,50 +0,0 @@
-/*-
- * Copyright 2001 David E. O'Brien
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-	
-	.section .init,"ax", at progbits
-	.align	2
-	.globl	_init
-	.type	_init, at function
-_init:
-	stwu 1,-16(1)
-	mflr 0
-	stw 31,12(1)
-	stw 0,20(1)
-	mr 31,1
-
-
-	.section .fini,"ax", at progbits
-	.align	2
-	.globl	_fini
-_fini:
-	stwu 1,-16(1)
-	mflr 0
-	stw 31,12(1)
-	stw 0,20(1)
-	mr 31,1
-
-
-	.section .rodata
-.ascii "$FreeBSD: src/lib/csu/powerpc/crti.S,v 1.2 2002/05/15 04:19:49 obrien Exp $\0"
--- lib/csu/powerpc/crtn.S
+++ /dev/null
@@ -1,45 +0,0 @@
-/*-
- * Copyright 2001 David E. O'Brien
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-	.section .init,"ax", at progbits
-	lwz 11,0(1)
-	lwz 0,4(11)
-	mtlr 0
-	lwz 31,-4(11)
-	mr 1,11
-	blr
-
-
-	.section .fini,"ax", at progbits
-	lwz 11,0(1)
-	lwz 0,4(11)
-	mtlr 0
-	lwz 31,-4(11)
-	mr 1,11
-	blr
-
-
-	.section .rodata
-.ascii "$FreeBSD: src/lib/csu/powerpc/crtn.S,v 1.2 2002/05/15 04:19:49 obrien Exp $\0"
--- lib/csu/powerpc/crt1.c
+++ /dev/null
@@ -1,123 +0,0 @@
-/* LINTLIBRARY */
-/*-
- * Copyright 2001 David E. O'Brien.
- * All rights reserved.
- * Copyright 1996-1998 John D. Polstra.
- * All rights reserved.
- * Copyright (c) 1997 Jason R. Thorpe.
- * Copyright (c) 1995 Christopher G. Demetriou
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *          This product includes software developed for the
- *          FreeBSD Project.  See http://www.freebsd.org/ for
- *          information about FreeBSD.
- *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
- *          information about NetBSD.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifndef lint
-#ifndef __GNUC__
-#error "GCC is needed to compile this file"
-#endif
-#endif /* lint */
-
-#include <stdlib.h>
-
-#include "libc_private.h"
-#include "crtbrand.c"
-
-struct Struct_Obj_Entry;
-struct ps_strings;
-
-extern int _DYNAMIC;
-#pragma weak _DYNAMIC
-
-extern void _fini(void);
-extern void _init(void);
-extern int main(int, char **, char **);
-extern void _start(int, char **, char **, const struct Struct_Obj_Entry *,
-    void (*)(void), struct ps_strings *);
-
-#ifdef GCRT
-extern void _mcleanup(void);
-extern void monstartup(void *, void *);
-extern int eprol;
-extern int etext;
-#endif
-
-char **environ;
-const char *__progname = "";
-struct ps_strings *__ps_strings;
-
-/* The entry function. */
-/*
- * First 5 arguments are specified by the PowerPC SVR4 ABI.
- * The last argument, ps_strings, is a BSD extension.
- */
-/* ARGSUSED */
-void
-_start(int argc, char **argv, char **env,
-    const struct Struct_Obj_Entry *obj __unused, void (*cleanup)(void),
-    struct ps_strings *ps_strings)
-{
-	const char *s;
-
-	environ = env;
-
-	if (argc > 0 && argv[0] != NULL) {
-		__progname = argv[0];
-		for (s = __progname; *s != '\0'; s++)
-			if (*s == '/')
-				__progname = s + 1;
-	}
-
-	if (ps_strings != (struct ps_strings *)0)
-		__ps_strings = ps_strings;
-
-	if (&_DYNAMIC != NULL)
-		atexit(cleanup);
-	else
-		_init_tls();
-
-#ifdef GCRT
-	atexit(_mcleanup);
-#endif
-	atexit(_fini);
-#ifdef GCRT
-	monstartup(&eprol, &etext);
-#endif
-	_init();
-	exit( main(argc, argv, env) );
-}
-
-#ifdef GCRT
-__asm__(".text");
-__asm__("eprol:");
-__asm__(".previous");
-#endif
-
-__asm__(".ident\t\"$FreeBSD: src/lib/csu/powerpc/crt1.c,v 1.11 2004/08/15 16:18:52 dfr Exp $\"");
--- lib/csu/powerpc/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $FreeBSD: src/lib/csu/powerpc/Makefile,v 1.9 2002/07/29 09:40:11 ru Exp $
-
-.PATH: ${.CURDIR}/../common
-
-SRCS=		crt1.c crti.S crtn.S
-OBJS=		${SRCS:N*.h:R:S/$/.o/g}
-OBJS+=		gcrt1.o
-CFLAGS+=	-Wall -Wno-unused \
-		-I${.CURDIR}/../common \
-		-I${.CURDIR}/../../libc/include
-
-all: ${OBJS}
-
-CLEANFILES=	${OBJS}
-
-gcrt1.o: crt1.c
-	${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
-
-realinstall:
-	${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
-	    ${OBJS} ${DESTDIR}${LIBDIR}
-
-.include <bsd.lib.mk>
Index: crti.S
===================================================================
RCS file: /home/cvs/src/lib/csu/amd64/crti.S,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/amd64/crti.S -L lib/csu/amd64/crti.S -u -r1.1.1.1 -r1.2
--- lib/csu/amd64/crti.S
+++ lib/csu/amd64/crti.S
@@ -38,4 +38,6 @@
 	subq	$8,%rsp
 
 	.section .rodata
+
+.ascii "$MidnightBSD$\0"
 .ascii "$FreeBSD: src/lib/csu/amd64/crti.S,v 1.7 2004/03/21 01:39:01 peter Exp $\0"
Index: crtn.S
===================================================================
RCS file: /home/cvs/src/lib/csu/amd64/crtn.S,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/amd64/crtn.S -L lib/csu/amd64/crtn.S -u -r1.1.1.1 -r1.2
--- lib/csu/amd64/crtn.S
+++ lib/csu/amd64/crtn.S
@@ -32,4 +32,5 @@
 	ret
 
 	.section .rodata
+.ascii "$MidnightBSD$\0"
 .ascii "$FreeBSD: src/lib/csu/amd64/crtn.S,v 1.6 2004/03/21 01:39:01 peter Exp $\0"
Index: crt1.c
===================================================================
RCS file: /home/cvs/src/lib/csu/amd64/crt1.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/amd64/crt1.c -L lib/csu/amd64/crt1.c -u -r1.1.1.1 -r1.2
--- lib/csu/amd64/crt1.c
+++ lib/csu/amd64/crt1.c
@@ -97,4 +97,4 @@
 __asm__(".previous");
 #endif
 
-__asm__(".ident\t\"$FreeBSD: src/lib/csu/amd64/crt1.c,v 1.14 2004/08/15 16:18:51 dfr Exp $\"");
+__asm__(".ident\t\"$MidnightBSD$\"");
Index: Makefile
===================================================================
RCS file: /home/cvs/src/lib/csu/amd64/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/amd64/Makefile -L lib/csu/amd64/Makefile -u -r1.1.1.1 -r1.2
--- lib/csu/amd64/Makefile
+++ lib/csu/amd64/Makefile
@@ -1,3 +1,4 @@
+# $MidnightBSD$
 # $FreeBSD: src/lib/csu/amd64/Makefile,v 1.18 2003/06/30 12:53:39 ru Exp $
 
 .PATH: ${.CURDIR}/../common
Index: crti.S
===================================================================
RCS file: /home/cvs/src/lib/csu/sparc64/crti.S,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/sparc64/crti.S -L lib/csu/sparc64/crti.S -u -r1.1.1.1 -r1.2
--- lib/csu/sparc64/crti.S
+++ lib/csu/sparc64/crti.S
@@ -55,4 +55,5 @@
 
 
 	.section .rodata
+.ascii "$MidnightBSD$\0"
 .ascii "$FreeBSD: src/lib/csu/sparc64/crti.S,v 1.1 2001/10/28 00:20:34 obrien Exp $\0"
Index: crtn.S
===================================================================
RCS file: /home/cvs/src/lib/csu/sparc64/crtn.S,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/sparc64/crtn.S -L lib/csu/sparc64/crtn.S -u -r1.1.1.1 -r1.2
--- lib/csu/sparc64/crtn.S
+++ lib/csu/sparc64/crtn.S
@@ -39,4 +39,5 @@
 	 restore
 
 	.section .rodata
+.ascii "$MidnightBSD$\0"
 .ascii "$FreeBSD: src/lib/csu/sparc64/crtn.S,v 1.1 2001/10/28 00:20:34 obrien Exp $\0"
Index: crt1.c
===================================================================
RCS file: /home/cvs/src/lib/csu/sparc64/crt1.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/sparc64/crt1.c -L lib/csu/sparc64/crt1.c -u -r1.1.1.1 -r1.2
--- lib/csu/sparc64/crt1.c
+++ lib/csu/sparc64/crt1.c
@@ -122,4 +122,4 @@
 __asm__(".previous");
 #endif
 
-__asm__(".ident\t\"$FreeBSD: src/lib/csu/sparc64/crt1.c,v 1.16 2004/08/15 16:18:52 dfr Exp $\"");
+__asm__(".ident\t\"$MidnightBSD$\"");
Index: Makefile
===================================================================
RCS file: /home/cvs/src/lib/csu/sparc64/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/csu/sparc64/Makefile -L lib/csu/sparc64/Makefile -u -r1.1.1.1 -r1.2
--- lib/csu/sparc64/Makefile
+++ lib/csu/sparc64/Makefile
@@ -1,3 +1,4 @@
+# $MidnightBSD$
 # $FreeBSD: src/lib/csu/sparc64/Makefile,v 1.12 2002/07/29 09:40:11 ru Exp $
 
 .PATH: ${.CURDIR}/../common


More information about the Midnightbsd-cvs mailing list