summaryrefslogtreecommitdiffstats
path: root/lib/csu
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
committerpeter <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
commit76f0c923fe4b2a1616453876611dc76b4f6b5355 (patch)
tree11c3e263d5f0f3acaf3b23fd63177baa9d93b750 /lib/csu
parentc148814ac642685a549ea821e649cd359879c935 (diff)
downloadFreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.zip
FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.tar.gz
$Id$ -> $FreeBSD$
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/alpha/Makefile2
-rw-r--r--lib/csu/alpha/crt1.c2
-rw-r--r--lib/csu/alpha/crtbegin.c2
-rw-r--r--lib/csu/alpha/crtend.c2
-rw-r--r--lib/csu/amd64/Makefile2
-rw-r--r--lib/csu/amd64/crt1.c2
-rw-r--r--lib/csu/amd64/crti.S2
-rw-r--r--lib/csu/amd64/crtn.S2
-rw-r--r--lib/csu/common/crtbegin.c2
-rw-r--r--lib/csu/common/crtend.c2
-rw-r--r--lib/csu/i386-elf/Makefile2
-rw-r--r--lib/csu/i386-elf/crt1.c2
-rw-r--r--lib/csu/i386-elf/crtbegin.c2
-rw-r--r--lib/csu/i386-elf/crtend.c2
-rw-r--r--lib/csu/i386-elf/crti.S2
-rw-r--r--lib/csu/i386-elf/crtn.S2
-rw-r--r--lib/csu/i386/Makefile2
-rw-r--r--lib/csu/i386/c++rt0.c2
-rw-r--r--lib/csu/i386/crt0.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index e7154eb..2c101c3 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.9 1999/04/24 02:07:17 jdp Exp $
+# $FreeBSD$
#
SRCS= crt1.c crtbegin.c crtend.c
diff --git a/lib/csu/alpha/crt1.c b/lib/csu/alpha/crt1.c
index f0cbed6..095effc 100644
--- a/lib/csu/alpha/crt1.c
+++ b/lib/csu/alpha/crt1.c
@@ -30,7 +30,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.
*
- * $Id: crt1.c,v 1.5 1999/04/24 02:07:17 jdp Exp $
+ * $FreeBSD$
*/
#ifndef __GNUC__
diff --git a/lib/csu/alpha/crtbegin.c b/lib/csu/alpha/crtbegin.c
index ee88aa1..4cb2903 100644
--- a/lib/csu/alpha/crtbegin.c
+++ b/lib/csu/alpha/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.
*
- * $Id: crtbegin.c,v 1.3 1998/03/11 20:48:56 jb Exp $
+ * $FreeBSD$
*/
typedef void (*fptr)(void);
diff --git a/lib/csu/alpha/crtend.c b/lib/csu/alpha/crtend.c
index b82bb0d..d6228a3 100644
--- a/lib/csu/alpha/crtend.c
+++ b/lib/csu/alpha/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.
*
- * $Id: crtend.c,v 1.1.1.1 1998/03/07 20:27:10 jdp Exp $
+ * $FreeBSD$
*/
typedef void (*fptr)(void);
diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile
index 0fcd091..50686fe 100644
--- a/lib/csu/amd64/Makefile
+++ b/lib/csu/amd64/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.4 1999/03/12 17:33:26 jdp Exp $
+# $FreeBSD$
#
SRCS= crt1.c crtbegin.c crtend.c crti.S crtn.S
diff --git a/lib/csu/amd64/crt1.c b/lib/csu/amd64/crt1.c
index d1dd43d..0ee0702 100644
--- a/lib/csu/amd64/crt1.c
+++ b/lib/csu/amd64/crt1.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.
*
- * $Id: crt1.c,v 1.2 1998/09/07 23:31:59 jdp Exp $
+ * $FreeBSD$
*/
#ifndef __GNUC__
diff --git a/lib/csu/amd64/crti.S b/lib/csu/amd64/crti.S
index 94e947d..0038497 100644
--- a/lib/csu/amd64/crti.S
+++ b/lib/csu/amd64/crti.S
@@ -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.
*
- * $Id: crti.S,v 1.2 1997/08/28 00:27:08 jdp Exp $
+ * $FreeBSD$
*/
.section .init,"ax",@progbits
diff --git a/lib/csu/amd64/crtn.S b/lib/csu/amd64/crtn.S
index 8f280b2..0944ee3 100644
--- a/lib/csu/amd64/crtn.S
+++ b/lib/csu/amd64/crtn.S
@@ -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.
*
- * $Id: crtn.S,v 1.2 1997/08/28 00:27:09 jdp Exp $
+ * $FreeBSD$
*/
.section .init,"ax",@progbits
diff --git a/lib/csu/common/crtbegin.c b/lib/csu/common/crtbegin.c
index ddc8b80..7c1f11e 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.
*
- * $Id: crtbegin.c,v 1.2 1999/03/12 17:33:27 jdp Exp $
+ * $FreeBSD$
*/
#include <sys/cdefs.h>
diff --git a/lib/csu/common/crtend.c b/lib/csu/common/crtend.c
index e681cd2..4b33f0c 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.
*
- * $Id: crtend.c,v 1.1.1.1 1998/03/07 20:27:10 jdp Exp $
+ * $FreeBSD$
*/
#include <sys/cdefs.h>
diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile
index 0fcd091..50686fe 100644
--- a/lib/csu/i386-elf/Makefile
+++ b/lib/csu/i386-elf/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.4 1999/03/12 17:33:26 jdp Exp $
+# $FreeBSD$
#
SRCS= crt1.c crtbegin.c crtend.c crti.S crtn.S
diff --git a/lib/csu/i386-elf/crt1.c b/lib/csu/i386-elf/crt1.c
index d1dd43d..0ee0702 100644
--- a/lib/csu/i386-elf/crt1.c
+++ b/lib/csu/i386-elf/crt1.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.
*
- * $Id: crt1.c,v 1.2 1998/09/07 23:31:59 jdp Exp $
+ * $FreeBSD$
*/
#ifndef __GNUC__
diff --git a/lib/csu/i386-elf/crtbegin.c b/lib/csu/i386-elf/crtbegin.c
index ddc8b80..7c1f11e 100644
--- a/lib/csu/i386-elf/crtbegin.c
+++ b/lib/csu/i386-elf/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.
*
- * $Id: crtbegin.c,v 1.2 1999/03/12 17:33:27 jdp Exp $
+ * $FreeBSD$
*/
#include <sys/cdefs.h>
diff --git a/lib/csu/i386-elf/crtend.c b/lib/csu/i386-elf/crtend.c
index e681cd2..4b33f0c 100644
--- a/lib/csu/i386-elf/crtend.c
+++ b/lib/csu/i386-elf/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.
*
- * $Id: crtend.c,v 1.1.1.1 1998/03/07 20:27:10 jdp Exp $
+ * $FreeBSD$
*/
#include <sys/cdefs.h>
diff --git a/lib/csu/i386-elf/crti.S b/lib/csu/i386-elf/crti.S
index 94e947d..0038497 100644
--- a/lib/csu/i386-elf/crti.S
+++ b/lib/csu/i386-elf/crti.S
@@ -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.
*
- * $Id: crti.S,v 1.2 1997/08/28 00:27:08 jdp Exp $
+ * $FreeBSD$
*/
.section .init,"ax",@progbits
diff --git a/lib/csu/i386-elf/crtn.S b/lib/csu/i386-elf/crtn.S
index 8f280b2..0944ee3 100644
--- a/lib/csu/i386-elf/crtn.S
+++ b/lib/csu/i386-elf/crtn.S
@@ -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.
*
- * $Id: crtn.S,v 1.2 1997/08/28 00:27:09 jdp Exp $
+ * $FreeBSD$
*/
.section .init,"ax",@progbits
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index d58be68..02f14f2 100644
--- a/lib/csu/i386/Makefile
+++ b/lib/csu/i386/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
-# $Id: Makefile,v 1.38 1998/05/31 11:32:37 bde Exp $
+# $FreeBSD$
CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer
OBJS= crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o
diff --git a/lib/csu/i386/c++rt0.c b/lib/csu/i386/c++rt0.c
index 413524f..39752d5 100644
--- a/lib/csu/i386/c++rt0.c
+++ b/lib/csu/i386/c++rt0.c
@@ -27,7 +27,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.
*
- * $Id: c++rt0.c,v 1.7 1997/02/22 14:57:42 peter Exp $
+ * $FreeBSD$
*/
/*
diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c
index 4989c5c5..e1a5551 100644
--- a/lib/csu/i386/crt0.c
+++ b/lib/csu/i386/crt0.c
@@ -27,7 +27,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.
*
- * $Id: crt0.c,v 1.34 1998/02/11 04:57:12 jdp Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
OpenPOWER on IntegriCloud