aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-01-26 23:14:47 +0000
committerMark Murray <markm@FreeBSD.org>2003-01-26 23:14:47 +0000
commit818c8b696baa1adb5a3142ff2193217897558855 (patch)
tree4ff615964b47642dde94a68b18af7c8f12add699
parent0ae0e1ea47c1ac4030ed625994811be5c2e7edce (diff)
Notes
-rw-r--r--lib/csu/alpha/crt1.c1
-rw-r--r--lib/csu/amd64/crt1.c1
-rw-r--r--lib/csu/i386-elf/crt1.c1
-rw-r--r--lib/csu/ia64/crt1.c3
-rw-r--r--lib/csu/powerpc/crt1.c1
-rw-r--r--lib/csu/sparc64/crt1.c1
6 files changed, 7 insertions, 1 deletions
diff --git a/lib/csu/alpha/crt1.c b/lib/csu/alpha/crt1.c
index e871ab60e72c3..b8ad3ea10063b 100644
--- a/lib/csu/alpha/crt1.c
+++ b/lib/csu/alpha/crt1.c
@@ -1,3 +1,4 @@
+/* LINTLIBRARY */
/*-
* Copyright 2001 David E. O'Brien.
* All rights reserved.
diff --git a/lib/csu/amd64/crt1.c b/lib/csu/amd64/crt1.c
index a9caf9e40dab3..15a544c681768 100644
--- a/lib/csu/amd64/crt1.c
+++ b/lib/csu/amd64/crt1.c
@@ -1,3 +1,4 @@
+/* LINTLIBRARY */
/*-
* Copyright 1996-1998 John D. Polstra.
* All rights reserved.
diff --git a/lib/csu/i386-elf/crt1.c b/lib/csu/i386-elf/crt1.c
index a9caf9e40dab3..15a544c681768 100644
--- a/lib/csu/i386-elf/crt1.c
+++ b/lib/csu/i386-elf/crt1.c
@@ -1,3 +1,4 @@
+/* LINTLIBRARY */
/*-
* Copyright 1996-1998 John D. Polstra.
* All rights reserved.
diff --git a/lib/csu/ia64/crt1.c b/lib/csu/ia64/crt1.c
index 392fd5569b574..714702d52fd74 100644
--- a/lib/csu/ia64/crt1.c
+++ b/lib/csu/ia64/crt1.c
@@ -1,3 +1,4 @@
+/* LINTLIBRARY */
/*-
* Copyright 1996-1998 John D. Polstra.
* All rights reserved.
@@ -45,8 +46,8 @@
struct Struct_Obj_Entry;
struct ps_strings;
-#pragma weak _DYNAMIC
extern int _DYNAMIC;
+#pragma weak _DYNAMIC
extern void _fini(void);
extern void _init(void);
diff --git a/lib/csu/powerpc/crt1.c b/lib/csu/powerpc/crt1.c
index 420675450580f..4c98271d81b1e 100644
--- a/lib/csu/powerpc/crt1.c
+++ b/lib/csu/powerpc/crt1.c
@@ -1,3 +1,4 @@
+/* LINTLIBRARY */
/*-
* Copyright 2001 David E. O'Brien.
* All rights reserved.
diff --git a/lib/csu/sparc64/crt1.c b/lib/csu/sparc64/crt1.c
index bdafbe555e52b..84f17f4b6df33 100644
--- a/lib/csu/sparc64/crt1.c
+++ b/lib/csu/sparc64/crt1.c
@@ -1,3 +1,4 @@
+/* LINTLIBRARY */
/*-
* Copyright 2001 David E. O'Brien.
* All rights reserved.