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/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 73ffe0acd460d..da06fbfe31652 100644 --- a/lib/csu/alpha/crt1.c +++ b/lib/csu/alpha/crt1.c @@ -110,5 +110,5 @@ __asm__(".previous"); */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/csu/alpha/crt1.c,v 1.7.2.2 2001/08/01 09:30:36 obrien Exp $"; #endif diff --git a/lib/csu/alpha/crti.S b/lib/csu/alpha/crti.S index d26ce7076a06c..4102aff9509da 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.1.2.2 2001/08/01 09:30:36 obrien Exp $\0" diff --git a/lib/csu/alpha/crtn.S b/lib/csu/alpha/crtn.S index d51120b945e13..f03f19f16510e 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.1.2.2 2001/08/01 09:30:36 obrien Exp $\0" diff --git a/lib/csu/common/crtbegin.c b/lib/csu/common/crtbegin.c index ec50ecdee121f..a6d337a4a42d0 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.3 2002/01/28 19:03:45 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> |
