diff options
Diffstat (limited to 'gnu/usr.bin/ld')
40 files changed, 49 insertions, 28 deletions
diff --git a/gnu/usr.bin/ld/PORTING b/gnu/usr.bin/ld/PORTING index 3785d79df84..136add4ce41 100644 --- a/gnu/usr.bin/ld/PORTING +++ b/gnu/usr.bin/ld/PORTING @@ -1,4 +1,4 @@ -$Id: PORTING,v 1.1 1995/10/18 08:40:55 deraadt Exp $ +$OpenBSD: PORTING,v 1.2 1998/03/26 19:46:12 niklas 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/cplus-dem.c b/gnu/usr.bin/ld/cplus-dem.c index 8b858d469d5..32fb5376aac 100644 --- a/gnu/usr.bin/ld/cplus-dem.c +++ b/gnu/usr.bin/ld/cplus-dem.c @@ -1,3 +1,5 @@ +/* $OpenBSD: cplus-dem.c,v 1.2 1998/03/26 19:46:15 niklas Exp $ */ + /*- * This code is derived from software copyrighted by the Free Software * Foundation. @@ -5,7 +7,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)cplus-dem.c 5.4 (Berkeley) 4/30/91";*/ -static char rcsid[] = "$Id: cplus-dem.c,v 1.1 1995/10/18 08:40:55 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: cplus-dem.c,v 1.2 1998/03/26 19:46:15 niklas Exp $"; #endif /* not lint */ /* Demangler for GNU C++ diff --git a/gnu/usr.bin/ld/etc.c b/gnu/usr.bin/ld/etc.c index c50a63fb657..d3716f03ece 100644 --- a/gnu/usr.bin/ld/etc.c +++ b/gnu/usr.bin/ld/etc.c @@ -1,5 +1,5 @@ +/* * $OpenBSD: etc.c,v 1.2 1998/03/26 19:46:18 niklas Exp $*/ /* - * $Id: etc.c,v 1.1 1995/10/18 08:40:55 deraadt Exp $ */ #include <err.h> diff --git a/gnu/usr.bin/ld/i386/md-static-funcs.c b/gnu/usr.bin/ld/i386/md-static-funcs.c index d81664e4783..1c116e5b676 100644 --- a/gnu/usr.bin/ld/i386/md-static-funcs.c +++ b/gnu/usr.bin/ld/i386/md-static-funcs.c @@ -1,5 +1,5 @@ +/* * $OpenBSD: md-static-funcs.c,v 1.2 1998/03/26 19:46:36 niklas Exp $*/ /* - * $Id: md-static-funcs.c,v 1.1 1995/10/18 08:40:56 deraadt Exp $ * * Called by ld.so when onanating. * This *must* be a static function, so it is not called through a jmpslot. diff --git a/gnu/usr.bin/ld/i386/md.c b/gnu/usr.bin/ld/i386/md.c index 029c09235dd..392298817b9 100644 --- a/gnu/usr.bin/ld/i386/md.c +++ b/gnu/usr.bin/ld/i386/md.c @@ -1,3 +1,4 @@ +/* * $OpenBSD: md.c,v 1.3 1998/03/26 19:46:38 niklas Exp $*/ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -27,7 +28,6 @@ * (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: md.c,v 1.2 1996/09/30 22:29:26 deraadt Exp $ */ #include <sys/param.h> diff --git a/gnu/usr.bin/ld/i386/md.h b/gnu/usr.bin/ld/i386/md.h index b0d25b9fa38..20262f16dcb 100644 --- a/gnu/usr.bin/ld/i386/md.h +++ b/gnu/usr.bin/ld/i386/md.h @@ -1,3 +1,4 @@ +/* * $OpenBSD: md.h,v 1.3 1998/03/26 19:46:40 niklas Exp $*/ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -27,7 +28,6 @@ * (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: md.h,v 1.2 1996/09/30 22:29:27 deraadt Exp $ */ diff --git a/gnu/usr.bin/ld/i386/mdprologue.S b/gnu/usr.bin/ld/i386/mdprologue.S index 581c4ae9dbd..a8cc77209c2 100644 --- a/gnu/usr.bin/ld/i386/mdprologue.S +++ b/gnu/usr.bin/ld/i386/mdprologue.S @@ -1,3 +1,4 @@ +/* * $OpenBSD: mdprologue.S,v 1.2 1998/03/26 19:46:42 niklas Exp $*/ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -27,7 +28,6 @@ * (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: mdprologue.S,v 1.1 1995/10/18 08:40:56 deraadt Exp $ */ /* diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1 index dbb200c81b1..50e058881ae 100644 --- a/gnu/usr.bin/ld/ld.1 +++ b/gnu/usr.bin/ld/ld.1 @@ -1,4 +1,6 @@ +.\" $OpenBSD: ld.1,v 1.10 1998/03/26 19:46:20 niklas Exp $ .\" $NetBSD: ld.1,v 1.14 1998/02/20 03:12:50 jonathan Exp $ +.\" .\" Copyright (c) 1993 Paul Kranenburg .\" All rights reserved. .\" @@ -27,7 +29,6 @@ .\" (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: ld.1,v 1.9 1998/02/22 10:02:50 deraadt Exp $ .\" .Dd October 14, 1993 .Dt LD 1 diff --git a/gnu/usr.bin/ld/ldconfig/Makefile b/gnu/usr.bin/ld/ldconfig/Makefile index 587dd766ab8..7294a556489 100644 --- a/gnu/usr.bin/ld/ldconfig/Makefile +++ b/gnu/usr.bin/ld/ldconfig/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1998/03/26 19:46:45 niklas Exp $ # $NetBSD: Makefile,v 1.10 1995/03/06 04:24:41 cgd Exp $ PROG= ldconfig diff --git a/gnu/usr.bin/ld/ldconfig/ldconfig.8 b/gnu/usr.bin/ld/ldconfig/ldconfig.8 index e12ac133911..e7181786334 100644 --- a/gnu/usr.bin/ld/ldconfig/ldconfig.8 +++ b/gnu/usr.bin/ld/ldconfig/ldconfig.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ldconfig.8,v 1.3 1998/03/26 19:46:47 niklas Exp $ .\" .\" Copyright (c) 1993,1995 Paul Kranenburg .\" All rights reserved. @@ -27,7 +28,6 @@ .\" (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: ldconfig.8,v 1.2 1996/10/08 01:20:03 michaels Exp $ .\" .Dd October 3, 1993 .Dt LDCONFIG 8 diff --git a/gnu/usr.bin/ld/ldd/Makefile b/gnu/usr.bin/ld/ldd/Makefile index c9a2958953d..63c9f92ba6a 100644 --- a/gnu/usr.bin/ld/ldd/Makefile +++ b/gnu/usr.bin/ld/ldd/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1998/03/26 19:46:51 niklas Exp $ # $NetBSD: Makefile,v 1.5 1995/10/09 00:09:39 pk Exp $ PROG= ldd diff --git a/gnu/usr.bin/ld/ldd/ldd.1 b/gnu/usr.bin/ld/ldd/ldd.1 index 27b36c34ba0..bfa05553a7a 100644 --- a/gnu/usr.bin/ld/ldd/ldd.1 +++ b/gnu/usr.bin/ld/ldd/ldd.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ldd.1,v 1.4 1998/03/26 19:46:53 niklas Exp $ .\" $NetBSD: ldd.1,v 1.2 1995/10/08 23:39:58 pk Exp $ .\" .\" Copyright (c) 1993 Paul Kranenburg diff --git a/gnu/usr.bin/ld/ldd/ldd.c b/gnu/usr.bin/ld/ldd/ldd.c index 3ae0b8dd5c9..011d8259c4a 100644 --- a/gnu/usr.bin/ld/ldd/ldd.c +++ b/gnu/usr.bin/ld/ldd/ldd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ldd.c,v 1.4 1998/03/26 19:46:55 niklas Exp $ */ /* $NetBSD: ldd.c,v 1.12 1995/10/09 00:14:41 pk Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg diff --git a/gnu/usr.bin/ld/lib.c b/gnu/usr.bin/ld/lib.c index f51d4014475..25030ffa4c5 100644 --- a/gnu/usr.bin/ld/lib.c +++ b/gnu/usr.bin/ld/lib.c @@ -1,5 +1,5 @@ +/* * $OpenBSD: lib.c,v 1.2 1998/03/26 19:46:21 niklas Exp $ - library routines*/ /* - * $Id: lib.c,v 1.1 1995/10/18 08:40:55 deraadt Exp $ - library routines */ #include <sys/param.h> diff --git a/gnu/usr.bin/ld/m68k/md-static-funcs.c b/gnu/usr.bin/ld/m68k/md-static-funcs.c index 8c8c1d90ae9..c6944f33232 100644 --- a/gnu/usr.bin/ld/m68k/md-static-funcs.c +++ b/gnu/usr.bin/ld/m68k/md-static-funcs.c @@ -1,3 +1,5 @@ +/* $OpenBSD: md-static-funcs.c,v 1.2 1998/03/26 19:46:58 niklas Exp $ */ + /* * Called by ld.so when onanating. diff --git a/gnu/usr.bin/ld/m68k/md.c b/gnu/usr.bin/ld/m68k/md.c index 45e258e56e1..836ecd7ab4d 100644 --- a/gnu/usr.bin/ld/m68k/md.c +++ b/gnu/usr.bin/ld/m68k/md.c @@ -1,3 +1,4 @@ +/* * $OpenBSD: md.c,v 1.4 1998/03/26 19:46:59 niklas Exp $*/ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -27,7 +28,6 @@ * (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: md.c,v 1.3 1997/02/02 03:28:41 deraadt Exp $ */ #include <sys/param.h> diff --git a/gnu/usr.bin/ld/m68k/md.h b/gnu/usr.bin/ld/m68k/md.h index f5ab2053d35..d1210c1e446 100644 --- a/gnu/usr.bin/ld/m68k/md.h +++ b/gnu/usr.bin/ld/m68k/md.h @@ -1,5 +1,5 @@ +/* * $OpenBSD: md.h,v 1.2 1998/03/26 19:47:01 niklas Exp $*/ /* - * $Id: md.h,v 1.1 1995/10/18 08:40:57 deraadt Exp $ * - m68k dependent definitions */ diff --git a/gnu/usr.bin/ld/m68k/mdprologue.S b/gnu/usr.bin/ld/m68k/mdprologue.S index b0f32eea37f..d9b1f940e01 100644 --- a/gnu/usr.bin/ld/m68k/mdprologue.S +++ b/gnu/usr.bin/ld/m68k/mdprologue.S @@ -1,3 +1,4 @@ +/* * $OpenBSD: mdprologue.S,v 1.2 1998/03/26 19:47:03 niklas Exp $*/ /* * Copyright (c) 1993 Paul Mackerras * All rights reserved. @@ -27,7 +28,6 @@ * (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: mdprologue.S,v 1.1 1995/10/18 08:40:57 deraadt Exp $ */ /* diff --git a/gnu/usr.bin/ld/mvme88k/md.c b/gnu/usr.bin/ld/mvme88k/md.c index 20c6a53ca9c..30e1063edff 100644 --- a/gnu/usr.bin/ld/mvme88k/md.c +++ b/gnu/usr.bin/ld/mvme88k/md.c @@ -1,3 +1,4 @@ +/* * $OpenBSD: md.c,v 1.2 1998/03/26 19:47:07 niklas Exp $*/ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -27,7 +28,6 @@ * (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: md.c,v 1.1 1997/04/23 21:24:41 rahnds Exp $ */ #include <sys/param.h> diff --git a/gnu/usr.bin/ld/mvme88k/md.h b/gnu/usr.bin/ld/mvme88k/md.h index 6e7fa1024df..55c83e3d174 100644 --- a/gnu/usr.bin/ld/mvme88k/md.h +++ b/gnu/usr.bin/ld/mvme88k/md.h @@ -1,5 +1,5 @@ +/* * $OpenBSD: md.h,v 1.2 1998/03/26 19:47:09 niklas Exp $*/ /* - * $Id: md.h,v 1.1 1997/04/23 21:24:41 rahnds Exp $ * - m68k dependent definitions */ diff --git a/gnu/usr.bin/ld/ns32k/md-static-funcs.c b/gnu/usr.bin/ld/ns32k/md-static-funcs.c index 9d28cf555a1..cd540daa284 100644 --- a/gnu/usr.bin/ld/ns32k/md-static-funcs.c +++ b/gnu/usr.bin/ld/ns32k/md-static-funcs.c @@ -1,5 +1,5 @@ +/* * $OpenBSD: md-static-funcs.c,v 1.2 1998/03/26 19:47:12 niklas Exp $*/ /* - * $Id: md-static-funcs.c,v 1.1 1995/10/18 08:40:57 deraadt Exp $ * * Called by ld.so when onanating. * This *must* be a static function, so it is not called through a jmpslot. diff --git a/gnu/usr.bin/ld/ns32k/md.c b/gnu/usr.bin/ld/ns32k/md.c index d1d6721953a..ada12be39d7 100644 --- a/gnu/usr.bin/ld/ns32k/md.c +++ b/gnu/usr.bin/ld/ns32k/md.c @@ -1,3 +1,4 @@ +/* $OpenBSD: md.c,v 1.3 1998/03/26 19:47:14 niklas Exp $ */ /* $NetBSD: md.c,v 1.6 1994/11/30 06:20:42 phil Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg diff --git a/gnu/usr.bin/ld/ns32k/md.h b/gnu/usr.bin/ld/ns32k/md.h index 3ad30c921c5..fae9d29c050 100644 --- a/gnu/usr.bin/ld/ns32k/md.h +++ b/gnu/usr.bin/ld/ns32k/md.h @@ -1,3 +1,4 @@ +/* $OpenBSD: md.h,v 1.3 1998/03/26 19:47:15 niklas Exp $ */ /* $NetBSD: md.h,v 1.3 1996/02/22 00:20:06 pk Exp $ */ /* diff --git a/gnu/usr.bin/ld/ns32k/mdprologue.S b/gnu/usr.bin/ld/ns32k/mdprologue.S index 13b43a9b9af..ae201167d31 100644 --- a/gnu/usr.bin/ld/ns32k/mdprologue.S +++ b/gnu/usr.bin/ld/ns32k/mdprologue.S @@ -1,3 +1,4 @@ +/* * $OpenBSD: mdprologue.S,v 1.2 1998/03/26 19:47:17 niklas Exp $*/ /* * Copyright (c) 1994 Matthias Pfaller. * All rights reserved. @@ -27,7 +28,6 @@ * (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: mdprologue.S,v 1.1 1995/10/18 08:40:57 deraadt Exp $ */ /* diff --git a/gnu/usr.bin/ld/rrs.c b/gnu/usr.bin/ld/rrs.c index ffcb4d399be..dd5a8120ffc 100644 --- a/gnu/usr.bin/ld/rrs.c +++ b/gnu/usr.bin/ld/rrs.c @@ -1,3 +1,4 @@ +/* * $OpenBSD: rrs.c,v 1.2 1998/03/26 19:46:23 niklas Exp $*/ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -27,7 +28,6 @@ * (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: rrs.c,v 1.1 1995/10/18 08:40:55 deraadt Exp $ */ #include <sys/param.h> diff --git a/gnu/usr.bin/ld/rtld/Makefile b/gnu/usr.bin/ld/rtld/Makefile index ee876b8c532..05d36b0963c 100644 --- a/gnu/usr.bin/ld/rtld/Makefile +++ b/gnu/usr.bin/ld/rtld/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.4 1998/03/26 19:47:20 niklas Exp $ # $NetBSD: Makefile,v 1.11 1995/10/09 00:11:24 pk Exp $ PROG= ld.so diff --git a/gnu/usr.bin/ld/rtld/malloc.c b/gnu/usr.bin/ld/rtld/malloc.c index c48415b48e4..cb0ff48e0e8 100644 --- a/gnu/usr.bin/ld/rtld/malloc.c +++ b/gnu/usr.bin/ld/rtld/malloc.c @@ -1,3 +1,5 @@ +/* $OpenBSD: malloc.c,v 1.2 1998/03/26 19:47:22 niklas Exp $ */ + /* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. @@ -33,7 +35,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)malloc.c 5.11 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: malloc.c,v 1.1 1995/10/18 08:40:58 deraadt Exp $"; +static char *rcsid = "$OpenBSD: malloc.c,v 1.2 1998/03/26 19:47:22 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/gnu/usr.bin/ld/rtld/md-prologue.c b/gnu/usr.bin/ld/rtld/md-prologue.c index dae455e0237..8b8159f7b17 100644 --- a/gnu/usr.bin/ld/rtld/md-prologue.c +++ b/gnu/usr.bin/ld/rtld/md-prologue.c @@ -1,3 +1,5 @@ +/* $OpenBSD: md-prologue.c,v 1.2 1998/03/26 19:47:25 niklas Exp $ */ + /* * rtld entry pseudo code - turn into assembler and tweak it */ diff --git a/gnu/usr.bin/ld/rtld/rtld.1 b/gnu/usr.bin/ld/rtld/rtld.1 index 05a42d2f3e3..2ee83cfa8ca 100644 --- a/gnu/usr.bin/ld/rtld/rtld.1 +++ b/gnu/usr.bin/ld/rtld/rtld.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: rtld.1,v 1.8 1998/03/26 19:47:27 niklas Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg diff --git a/gnu/usr.bin/ld/rtld/rtld.c b/gnu/usr.bin/ld/rtld/rtld.c index d2d44e597a8..c29ad5ab41e 100644 --- a/gnu/usr.bin/ld/rtld/rtld.c +++ b/gnu/usr.bin/ld/rtld/rtld.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rtld.c,v 1.9 1998/03/26 19:47:29 niklas Exp $ */ /* $NetBSD: rtld.c,v 1.43 1996/01/14 00:35:17 pk Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg diff --git a/gnu/usr.bin/ld/shlib.c b/gnu/usr.bin/ld/shlib.c index be0b07b9fc5..c2c09fa54b9 100644 --- a/gnu/usr.bin/ld/shlib.c +++ b/gnu/usr.bin/ld/shlib.c @@ -1,3 +1,5 @@ +/* $OpenBSD: shlib.c,v 1.2 1998/03/26 19:46:24 niklas Exp $*/ + /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -27,7 +29,6 @@ * (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: shlib.c,v 1.1 1995/10/18 08:40:55 deraadt Exp $ */ #ifdef sun diff --git a/gnu/usr.bin/ld/sparc/md-static-funcs.c b/gnu/usr.bin/ld/sparc/md-static-funcs.c index f5e07622bbf..8ef9ac40874 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 @@ +/* * $OpenBSD: md-static-funcs.c,v 1.2 1998/03/26 19:47:32 niklas Exp $*/ /* - * $Id: md-static-funcs.c,v 1.1 1995/10/18 08:40:58 deraadt 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 824feecf436..e3c33a25100 100644 --- a/gnu/usr.bin/ld/sparc/md.c +++ b/gnu/usr.bin/ld/sparc/md.c @@ -1,3 +1,4 @@ +/* * $OpenBSD: md.c,v 1.6 1998/03/26 19:47:33 niklas Exp $*/ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -27,7 +28,6 @@ * (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: md.c,v 1.5 1997/11/05 10:32:52 deraadt Exp $ */ #include <sys/param.h> diff --git a/gnu/usr.bin/ld/sparc/md.h b/gnu/usr.bin/ld/sparc/md.h index fd9742a6103..7147c5731fa 100644 --- a/gnu/usr.bin/ld/sparc/md.h +++ b/gnu/usr.bin/ld/sparc/md.h @@ -1,3 +1,4 @@ +/* * $OpenBSD: md.h,v 1.3 1998/03/26 19:47:35 niklas Exp $*/ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -27,7 +28,6 @@ * (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: md.h,v 1.2 1996/09/30 22:29:31 deraadt Exp $ */ /* diff --git a/gnu/usr.bin/ld/sparc/mdprologue.S b/gnu/usr.bin/ld/sparc/mdprologue.S index e76ad7a48fb..e8751ba6c9f 100644 --- a/gnu/usr.bin/ld/sparc/mdprologue.S +++ b/gnu/usr.bin/ld/sparc/mdprologue.S @@ -1,3 +1,4 @@ +/* * $OpenBSD: mdprologue.S,v 1.2 1998/03/26 19:47:38 niklas Exp $*/ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -27,7 +28,6 @@ * (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: mdprologue.S,v 1.1 1995/10/18 08:40:58 deraadt Exp $ */ /* diff --git a/gnu/usr.bin/ld/symbol.c b/gnu/usr.bin/ld/symbol.c index 14a1964a5e3..0f3389ab260 100644 --- a/gnu/usr.bin/ld/symbol.c +++ b/gnu/usr.bin/ld/symbol.c @@ -1,5 +1,5 @@ +/* * $OpenBSD: symbol.c,v 1.2 1998/03/26 19:46:26 niklas Exp $ - symbol table routines*/ /* - * $Id: symbol.c,v 1.1 1995/10/18 08:40:55 deraadt Exp $ - symbol table routines */ /* 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 22660f00c9c..41f1701e0a2 100644 --- a/gnu/usr.bin/ld/symseg.h +++ b/gnu/usr.bin/ld/symseg.h @@ -1,10 +1,10 @@ +/* * $OpenBSD: symseg.h,v 1.2 1998/03/26 19:46:28 niklas Exp $*/ /*- * * This code is derived from software copyrighted by the Free Software * Foundation. * * from: @(#)symseg.h 5.4 (Berkeley) 4/30/91 - * $Id: symseg.h,v 1.1 1995/10/18 08:40:55 deraadt Exp $ */ /* GDB symbol table format definitions. diff --git a/gnu/usr.bin/ld/vax/mdprologue.S b/gnu/usr.bin/ld/vax/mdprologue.S index a7683fb1c27..04f7419c971 100644 --- a/gnu/usr.bin/ld/vax/mdprologue.S +++ b/gnu/usr.bin/ld/vax/mdprologue.S @@ -1,3 +1,5 @@ +/* $OpenBSD: mdprologue.S,v 1.2 1998/03/26 19:47:41 niklas Exp $ */ + /* * VAX doesn't support PIC (yet?) */ diff --git a/gnu/usr.bin/ld/warnings.c b/gnu/usr.bin/ld/warnings.c index 81952525545..098789cdb13 100644 --- a/gnu/usr.bin/ld/warnings.c +++ b/gnu/usr.bin/ld/warnings.c @@ -1,5 +1,5 @@ +/* * $OpenBSD: warnings.c,v 1.3 1998/03/26 19:46:29 niklas Exp $*/ /* - * $Id: warnings.c,v 1.2 1997/07/08 09:34:58 deraadt Exp $ */ #include <sys/param.h> diff --git a/gnu/usr.bin/ld/xbits.c b/gnu/usr.bin/ld/xbits.c index 6ffe73592d6..8c3e64b8852 100644 --- a/gnu/usr.bin/ld/xbits.c +++ b/gnu/usr.bin/ld/xbits.c @@ -1,3 +1,4 @@ +/* * $OpenBSD: xbits.c,v 1.2 1998/03/26 19:46:31 niklas Exp $*/ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -27,7 +28,6 @@ * (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: xbits.c,v 1.1 1995/10/18 08:40:56 deraadt Exp $ */ /* |