diff options
Diffstat (limited to 'gnu/usr.bin/ld')
| -rw-r--r-- | gnu/usr.bin/ld/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/PORTING | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/ld.1 | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/ld.1aout | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/ld.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/ld.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/lib.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/rrs.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/sparc/md-static-funcs.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/sparc/md.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/sparc/md.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/sparc/mdprologue.S | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/symbol.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/symseg.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/warnings.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/xbits.c | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index 8d153600b922..95bf65009f3c 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/ld/Makefile,v 1.27.2.1 1999/08/29 14:33:39 peter Exp $ # RTLD= ${.CURDIR}/../../../libexec/rtld-aout diff --git a/gnu/usr.bin/ld/PORTING b/gnu/usr.bin/ld/PORTING index 4a91ff81ce03..58ccb2f906cc 100644 --- a/gnu/usr.bin/ld/PORTING +++ b/gnu/usr.bin/ld/PORTING @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/gnu/usr.bin/ld/PORTING,v 1.4.2.1 1999/08/29 14:33:40 peter Exp $ This document describes some of the machine dependent parts in ld(1) and rtld(?) Most of the machine dependencies are a result of different ways in which diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1 index 74d4b2cc3e62..871f9f1416dc 100644 --- a/gnu/usr.bin/ld/ld.1 +++ b/gnu/usr.bin/ld/ld.1 @@ -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/gnu/usr.bin/ld/ld.1,v 1.20.2.1 1999/08/29 14:33:40 peter Exp $ .\" .Dd October 14, 1993 .Dt LD 1 diff --git a/gnu/usr.bin/ld/ld.1aout b/gnu/usr.bin/ld/ld.1aout index 74d4b2cc3e62..e812c8f9d6b4 100644 --- a/gnu/usr.bin/ld/ld.1aout +++ b/gnu/usr.bin/ld/ld.1aout @@ -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/gnu/usr.bin/ld/ld.1aout,v 1.20.2.1 1999/08/29 14:33:41 peter Exp $ .\" .Dd October 14, 1993 .Dt LD 1 diff --git a/gnu/usr.bin/ld/ld.c b/gnu/usr.bin/ld/ld.c index 316df2835f36..ca1aa8b555eb 100644 --- a/gnu/usr.bin/ld/ld.c +++ b/gnu/usr.bin/ld/ld.c @@ -32,7 +32,7 @@ static char sccsid[] = "@(#)ld.c 6.10 (Berkeley) 5/22/91"; Set, indirect, and warning symbol features added by Randy Smith. */ /* - * $FreeBSD$ + * $FreeBSD: src/gnu/usr.bin/ld/ld.c,v 1.46.2.1 1999/08/29 14:33:41 peter Exp $ */ /* Define how to initialize system-dependent header fields. */ diff --git a/gnu/usr.bin/ld/ld.h b/gnu/usr.bin/ld/ld.h index 4aaa775ec713..15aaded2889f 100644 --- a/gnu/usr.bin/ld/ld.h +++ b/gnu/usr.bin/ld/ld.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/gnu/usr.bin/ld/ld.h,v 1.20.2.1 1999/08/29 14:33:43 peter Exp $ */ /*- * This code is derived from software copyrighted by the Free Software diff --git a/gnu/usr.bin/ld/lib.c b/gnu/usr.bin/ld/lib.c index 7881584cc077..b7734faa7fb4 100644 --- a/gnu/usr.bin/ld/lib.c +++ b/gnu/usr.bin/ld/lib.c @@ -30,7 +30,7 @@ Set, indirect, and warning symbol features added by Randy Smith. */ /* - * $FreeBSD$ - library routines + * $FreeBSD: src/gnu/usr.bin/ld/lib.c,v 1.22.2.1 1999/08/29 14:33:43 peter Exp $ - library routines */ #include <sys/param.h> diff --git a/gnu/usr.bin/ld/rrs.c b/gnu/usr.bin/ld/rrs.c index fbd356c3a325..a345c99bd0aa 100644 --- a/gnu/usr.bin/ld/rrs.c +++ b/gnu/usr.bin/ld/rrs.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/gnu/usr.bin/ld/rrs.c,v 1.23.2.1 1999/08/29 14:33:43 peter Exp $ */ #include <sys/param.h> diff --git a/gnu/usr.bin/ld/sparc/md-static-funcs.c b/gnu/usr.bin/ld/sparc/md-static-funcs.c index 04558ee569d0..6fdd848b2c0a 100644 --- a/gnu/usr.bin/ld/sparc/md-static-funcs.c +++ b/gnu/usr.bin/ld/sparc/md-static-funcs.c @@ -1,6 +1,6 @@ /* - * $FreeBSD$ + * $FreeBSD: src/gnu/usr.bin/ld/sparc/md-static-funcs.c,v 1.4.2.1 1999/08/29 14:33:47 peter Exp $ * * Simple SPARC relocations for the benefit of self-relocation of ld.so * avoiding the use of global variables (ie. reloc_bitshift[] et. al.). diff --git a/gnu/usr.bin/ld/sparc/md.c b/gnu/usr.bin/ld/sparc/md.c index 20d241036f6b..7e8c2b334bb7 100644 --- a/gnu/usr.bin/ld/sparc/md.c +++ b/gnu/usr.bin/ld/sparc/md.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/gnu/usr.bin/ld/sparc/md.c,v 1.11.2.1 1999/08/29 14:33:48 peter Exp $ */ #include <sys/param.h> diff --git a/gnu/usr.bin/ld/sparc/md.h b/gnu/usr.bin/ld/sparc/md.h index 7c8a5683b3bb..5070b5d43386 100644 --- a/gnu/usr.bin/ld/sparc/md.h +++ b/gnu/usr.bin/ld/sparc/md.h @@ -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/gnu/usr.bin/ld/sparc/md.h,v 1.10.2.1 1999/08/29 14:33:48 peter Exp $ */ /* diff --git a/gnu/usr.bin/ld/sparc/mdprologue.S b/gnu/usr.bin/ld/sparc/mdprologue.S index 68140ae4a725..c272b61fa170 100644 --- a/gnu/usr.bin/ld/sparc/mdprologue.S +++ b/gnu/usr.bin/ld/sparc/mdprologue.S @@ -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/gnu/usr.bin/ld/sparc/mdprologue.S,v 1.6.2.1 1999/08/29 14:33:49 peter Exp $ */ /* diff --git a/gnu/usr.bin/ld/symbol.c b/gnu/usr.bin/ld/symbol.c index 350b23bd0620..b354602465b3 100644 --- a/gnu/usr.bin/ld/symbol.c +++ b/gnu/usr.bin/ld/symbol.c @@ -31,7 +31,7 @@ /* * symbol table routines - * $FreeBSD$ + * $FreeBSD: src/gnu/usr.bin/ld/symbol.c,v 1.9.2.1 1999/08/29 14:33:44 peter Exp $ */ /* Create the symbol table entries for `etext', `edata' and `end'. */ diff --git a/gnu/usr.bin/ld/symseg.h b/gnu/usr.bin/ld/symseg.h index fbe530f6f07f..acf07da64440 100644 --- a/gnu/usr.bin/ld/symseg.h +++ b/gnu/usr.bin/ld/symseg.h @@ -4,7 +4,7 @@ * Foundation. * * from: @(#)symseg.h 5.4 (Berkeley) 4/30/91 - * $FreeBSD$ + * $FreeBSD: src/gnu/usr.bin/ld/symseg.h,v 1.6.2.1 1999/08/29 14:33:45 peter Exp $ */ /* GDB symbol table format definitions. diff --git a/gnu/usr.bin/ld/warnings.c b/gnu/usr.bin/ld/warnings.c index baa69caeb379..bf0305fc2fec 100644 --- a/gnu/usr.bin/ld/warnings.c +++ b/gnu/usr.bin/ld/warnings.c @@ -30,7 +30,7 @@ Set, indirect, and warning symbol features added by Randy Smith. */ /* - * $FreeBSD$ + * $FreeBSD: src/gnu/usr.bin/ld/warnings.c,v 1.16.2.1 1999/08/29 14:33:45 peter Exp $ */ #include <sys/param.h> diff --git a/gnu/usr.bin/ld/xbits.c b/gnu/usr.bin/ld/xbits.c index f5a2740c8c5f..5539b988f4d8 100644 --- a/gnu/usr.bin/ld/xbits.c +++ b/gnu/usr.bin/ld/xbits.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/gnu/usr.bin/ld/xbits.c,v 1.6.2.1 1999/08/29 14:33:45 peter Exp $ */ /* |
