diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-20 04:41:45 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-20 04:41:45 +0000 | 
| commit | 0d497cf6e989f7498cf5036a29fe7003a89abf83 (patch) | |
| tree | 48a3225dfba4179815fb512c8ba7492fa4c83fbc /lib/csu | |
| parent | 94bb9d581468116c659950d31288ce30f661f3d4 (diff) | |
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/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/i386/Makefile | 2 | ||||
| -rw-r--r-- | lib/csu/i386/c++rt0.c | 2 | ||||
| -rw-r--r-- | lib/csu/i386/crt0.c | 2 | 
14 files changed, 14 insertions, 14 deletions
| diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index 1212b446a4997..d28602cac0f5d 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -1,5 +1,5 @@  # -# $FreeBSD$ +# $FreeBSD: src/lib/csu/alpha/Makefile,v 1.11.2.2 2000/10/30 20:32:23 obrien Exp $  #  SRCS=		crt1.c crti.S crtn.S diff --git a/lib/csu/alpha/crt1.c b/lib/csu/alpha/crt1.c index 40c08988cc32e..a92d90d13e8a5 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.   * - * $FreeBSD$ + * $FreeBSD: src/lib/csu/alpha/crt1.c,v 1.7.2.1 2000/10/30 20:32:23 obrien Exp $   */  #ifndef __GNUC__ diff --git a/lib/csu/alpha/crti.S b/lib/csu/alpha/crti.S index 3f58a0b433c75..0613a616cc308 100644 --- a/lib/csu/alpha/crti.S +++ b/lib/csu/alpha/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.   * - * $FreeBSD$ + * $FreeBSD: src/lib/csu/alpha/crti.S,v 1.1.2.1 2000/10/30 20:32:23 obrien Exp $   */  	.section .init,"ax",@progbits diff --git a/lib/csu/alpha/crtn.S b/lib/csu/alpha/crtn.S index 63024ffe2452f..fb3155ede8550 100644 --- a/lib/csu/alpha/crtn.S +++ b/lib/csu/alpha/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.   * - * $FreeBSD$ + * $FreeBSD: src/lib/csu/alpha/crtn.S,v 1.1.2.1 2000/10/30 20:32:23 obrien Exp $   */  	.section .init,"ax",@progbits diff --git a/lib/csu/common/crtbegin.c b/lib/csu/common/crtbegin.c index 172ee4bafd86b..6671665aa8671 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.5.2.2 2000/10/30 20:32:24 obrien Exp $   */  #include <sys/param.h> diff --git a/lib/csu/common/crtbrand.c b/lib/csu/common/crtbrand.c index aef659af8d397..2e78cc84aaeb5 100644 --- a/lib/csu/common/crtbrand.c +++ b/lib/csu/common/crtbrand.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/crtbrand.c,v 1.1.2.1 2000/10/30 20:32:24 obrien Exp $   */  #include <sys/param.h> diff --git a/lib/csu/common/crtend.c b/lib/csu/common/crtend.c index 4b33f0c7bb4fc..5cd7177fee98f 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.4.1 2000/07/10 09:15:28 obrien Exp $   */  #include <sys/cdefs.h> diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile index 2082a70500691..de90d88b5d303 100644 --- a/lib/csu/i386-elf/Makefile +++ b/lib/csu/i386-elf/Makefile @@ -1,5 +1,5 @@  # -# $FreeBSD$ +# $FreeBSD: src/lib/csu/i386-elf/Makefile,v 1.6.2.2 2000/10/30 20:32:24 obrien Exp $  #  SRCS=		crt1.c crti.S crtn.S diff --git a/lib/csu/i386-elf/crt1.c b/lib/csu/i386-elf/crt1.c index ad1d25f95b819..356361af44d0a 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.   * - * $FreeBSD$ + * $FreeBSD: src/lib/csu/i386-elf/crt1.c,v 1.4.2.1 2000/10/30 20:32:24 obrien Exp $   */  #ifndef __GNUC__ diff --git a/lib/csu/i386-elf/crti.S b/lib/csu/i386-elf/crti.S index 82b262f4dcbe6..398261cef4172 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.   * - * $FreeBSD$ + * $FreeBSD: src/lib/csu/i386-elf/crti.S,v 1.2.2.2 2000/10/30 20:32:25 obrien Exp $   */  	.section .init,"ax",@progbits diff --git a/lib/csu/i386-elf/crtn.S b/lib/csu/i386-elf/crtn.S index 361ab1e2e157f..a5e0718392b4b 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.   * - * $FreeBSD$ + * $FreeBSD: src/lib/csu/i386-elf/crtn.S,v 1.2.2.2 2000/10/30 20:32:25 obrien Exp $   */  	.section .init,"ax",@progbits diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile index 02f14f29d8adf..d61e924d5e875 100644 --- a/lib/csu/i386/Makefile +++ b/lib/csu/i386/Makefile @@ -1,5 +1,5 @@  #	from: @(#)Makefile	5.6 (Berkeley) 5/22/91 -# $FreeBSD$ +# $FreeBSD: src/lib/csu/i386/Makefile,v 1.40 1999/08/27 23:57:54 peter Exp $  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 39752d5b1c488..4328a98695218 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.   * - * $FreeBSD$ + * $FreeBSD: src/lib/csu/i386/c++rt0.c,v 1.9 1999/08/27 23:57:55 peter Exp $   */  /* diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c index e1a5551d5efc3..c7abe7a4647f8 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.   * - * $FreeBSD$ + * $FreeBSD: src/lib/csu/i386/crt0.c,v 1.36 1999/08/27 23:57:55 peter Exp $   */  #include <sys/param.h> | 
