diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
| commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
| tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /gnu/usr.bin/as | |
| parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) | |
Tell stupid users to write the bootcode.upstream/2.0_cvsrelease/2.0_cvs
This commit was manufactured to restore the state of the 2.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'gnu/usr.bin/as')
74 files changed, 79 insertions, 76 deletions
diff --git a/gnu/usr.bin/as/Makefile b/gnu/usr.bin/as/Makefile index fd4dc30f17cb..0284712672a7 100644 --- a/gnu/usr.bin/as/Makefile +++ b/gnu/usr.bin/as/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 6.1 (Berkeley) 3/3/91 -# $Id: Makefile,v 1.4 1994/08/28 17:43:37 bde Exp $ +# Makefile,v 1.5 1994/08/29 17:38:17 davidg Exp .include "config/Makefile.$(MACHINE)" diff --git a/gnu/usr.bin/as/app.c b/gnu/usr.bin/as/app.c index 4c89a77607a8..91c0b70f5a63 100644 --- a/gnu/usr.bin/as/app.c +++ b/gnu/usr.bin/as/app.c @@ -27,7 +27,7 @@ This needs better error-handling. */ #ifndef lint -static char rcsid[] = "$Id: app.c,v 1.3 1993/10/02 20:57:12 pk Exp $"; +static char rcsid[] = "app.c,v 1.2 1993/11/03 00:51:05 paul Exp"; #endif #include <stdio.h> diff --git a/gnu/usr.bin/as/as.c b/gnu/usr.bin/as/as.c index a9cbb7074c70..57855b00d6c7 100644 --- a/gnu/usr.bin/as/as.c +++ b/gnu/usr.bin/as/as.c @@ -32,7 +32,7 @@ * */ #ifndef lint -static char rcsid[] = "$Id: as.c,v 1.3 1993/10/02 20:57:15 pk Exp $"; +static char rcsid[] = "as.c,v 1.2 1993/11/03 00:51:09 paul Exp"; #endif #include <stdio.h> diff --git a/gnu/usr.bin/as/as.h b/gnu/usr.bin/as/as.h index 7b1e27d2b1ad..5ecc6082fb07 100644 --- a/gnu/usr.bin/as/as.h +++ b/gnu/usr.bin/as/as.h @@ -18,7 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: as.h,v 1.3 1993/10/02 20:57:16 pk Exp $ + * as.h,v 1.2 1993/11/03 00:51:11 paul Exp */ #define GAS 1 diff --git a/gnu/usr.bin/as/atof-generic.c b/gnu/usr.bin/as/atof-generic.c index b4e0971c8a7b..91f8a2b5ebcc 100644 --- a/gnu/usr.bin/as/atof-generic.c +++ b/gnu/usr.bin/as/atof-generic.c @@ -18,7 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: atof-generic.c,v 1.3 1993/10/02 20:57:17 pk Exp $"; +static char rcsid[] = "atof-generic.c,v 1.2 1993/11/03 00:51:14 paul Exp"; #endif #include <ctype.h> diff --git a/gnu/usr.bin/as/bignum-copy.c b/gnu/usr.bin/as/bignum-copy.c index 08c92f8dc886..567a988010fd 100644 --- a/gnu/usr.bin/as/bignum-copy.c +++ b/gnu/usr.bin/as/bignum-copy.c @@ -18,7 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: bignum-copy.c,v 1.3 1993/10/02 20:57:18 pk Exp $"; +static char rcsid[] = "bignum-copy.c,v 1.2 1993/11/03 00:51:16 paul Exp"; #endif #include "as.h" diff --git a/gnu/usr.bin/as/bignum.h b/gnu/usr.bin/as/bignum.h index d95ca9a039c6..7510f4e1ca57 100644 --- a/gnu/usr.bin/as/bignum.h +++ b/gnu/usr.bin/as/bignum.h @@ -18,7 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: bignum.h,v 1.3 1993/10/02 20:57:19 pk Exp $ + * bignum.h,v 1.2 1993/11/03 00:51:18 paul Exp */ /***********************************************************************\ diff --git a/gnu/usr.bin/as/bit_fix.h b/gnu/usr.bin/as/bit_fix.h index e72d6d69c15a..6aa214ee7252 100644 --- a/gnu/usr.bin/as/bit_fix.h +++ b/gnu/usr.bin/as/bit_fix.h @@ -18,7 +18,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: bit_fix.h,v 1.1 1993/10/02 20:57:19 pk Exp $ + * bit_fix.h,v 1.1 1993/11/03 00:51:19 paul Exp */ diff --git a/gnu/usr.bin/as/cond.c b/gnu/usr.bin/as/cond.c index ad98201ad624..e0857b65bfc7 100644 --- a/gnu/usr.bin/as/cond.c +++ b/gnu/usr.bin/as/cond.c @@ -18,7 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: cond.c,v 1.1 1993/10/02 20:57:20 pk Exp $"; +static char rcsid[] = "cond.c,v 1.1 1993/11/03 00:51:20 paul Exp"; #endif #include "as.h" diff --git a/gnu/usr.bin/as/config/Makefile.hp300 b/gnu/usr.bin/as/config/Makefile.hp300 index 4261d35b39bc..d690e69fc8a6 100644 --- a/gnu/usr.bin/as/config/Makefile.hp300 +++ b/gnu/usr.bin/as/config/Makefile.hp300 @@ -1,5 +1,5 @@ # from: @(#)Makefile.hp300 6.1 (Berkeley) 3/3/91 -# $Id: Makefile.hp300,v 1.4 1993/10/16 03:23:04 cgd Exp $ +# Makefile.hp300,v 1.1 1993/11/03 00:52:56 paul Exp CFLAGS+= -Dm68851 SRCS+= tc-m68k.c atof-ieee.c diff --git a/gnu/usr.bin/as/config/Makefile.i386 b/gnu/usr.bin/as/config/Makefile.i386 index bbae01707c5c..0b6d6ccc59e3 100644 --- a/gnu/usr.bin/as/config/Makefile.i386 +++ b/gnu/usr.bin/as/config/Makefile.i386 @@ -1,5 +1,5 @@ # from: @(#)Makefile.i386 6.1 (Berkeley) 3/3/91 -# $Id: Makefile.i386,v 1.3 1993/10/02 20:58:21 pk Exp $ +# Makefile.i386,v 1.2 1993/11/03 00:52:58 paul Exp CFLAGS+= -DNON_BROKEN_WORDS SRCS+= tc-i386.c atof-ieee.c diff --git a/gnu/usr.bin/as/config/Makefile.pc532 b/gnu/usr.bin/as/config/Makefile.pc532 index d4b22aba6c80..c0d332c11538 100644 --- a/gnu/usr.bin/as/config/Makefile.pc532 +++ b/gnu/usr.bin/as/config/Makefile.pc532 @@ -1,4 +1,4 @@ -# $Id: Makefile.pc532,v 1.1 1993/10/16 03:23:37 cgd Exp $ +# Makefile.pc532,v 1.1 1993/11/03 00:52:59 paul Exp SRCS+= tc-ns32k.c atof-ns32k.c diff --git a/gnu/usr.bin/as/config/Makefile.sparc b/gnu/usr.bin/as/config/Makefile.sparc index c9d9af1455fa..03b516ae360c 100644 --- a/gnu/usr.bin/as/config/Makefile.sparc +++ b/gnu/usr.bin/as/config/Makefile.sparc @@ -1,5 +1,5 @@ # from: @(#)Makefile.i386 6.1 (Berkeley) 3/3/91 -# $Id: Makefile.sparc,v 1.1 1993/10/02 20:58:22 pk Exp $ +# Makefile.sparc,v 1.1 1993/11/03 00:53:00 paul Exp CFLAGS+= -DNON_BROKEN_WORDS SRCS+= tc-sparc.c atof-ieee.c diff --git a/gnu/usr.bin/as/config/Makefile.vax b/gnu/usr.bin/as/config/Makefile.vax index f62b087d3df3..995ae5693e10 100644 --- a/gnu/usr.bin/as/config/Makefile.vax +++ b/gnu/usr.bin/as/config/Makefile.vax @@ -1,4 +1,4 @@ # from: @(#)Makefile.vax 6.1 (Berkeley) 3/3/91 -# $Id: Makefile.vax,v 1.3 1993/10/02 20:58:23 pk Exp $ +# Makefile.vax,v 1.1 1993/11/03 00:53:01 paul Exp SRCS+= tc-vax.c atof-vax.c diff --git a/gnu/usr.bin/as/config/atof-ieee.c b/gnu/usr.bin/as/config/atof-ieee.c index 18941cc333b9..5870adbec525 100644 --- a/gnu/usr.bin/as/config/atof-ieee.c +++ b/gnu/usr.bin/as/config/atof-ieee.c @@ -18,7 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: atof-ieee.c,v 1.3 1993/10/02 20:58:25 pk Exp $"; +static char rcsid[] = "atof-ieee.c,v 1.2 1993/11/03 00:53:04 paul Exp"; #endif #include "as.h" diff --git a/gnu/usr.bin/as/config/ho-i386.h b/gnu/usr.bin/as/config/ho-i386.h index 6941b7e29550..a0f7f989752a 100644 --- a/gnu/usr.bin/as/config/ho-i386.h +++ b/gnu/usr.bin/as/config/ho-i386.h @@ -17,7 +17,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: ho-i386.h,v 1.1 1993/10/02 20:58:36 pk Exp $ + * ho-i386.h,v 1.1 1993/11/03 00:53:21 paul Exp */ diff --git a/gnu/usr.bin/as/config/obj-aout.h b/gnu/usr.bin/as/config/obj-aout.h index af3d9b0fa124..c9ef1e3bb93a 100644 --- a/gnu/usr.bin/as/config/obj-aout.h +++ b/gnu/usr.bin/as/config/obj-aout.h @@ -17,7 +17,7 @@ License along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: obj-aout.h,v 1.1 1993/11/03 00:53:50 paul Exp $ + * obj-aout.h,v 1.2 1993/11/30 20:57:40 jkh Exp */ diff --git a/gnu/usr.bin/as/config/tc-i386.c b/gnu/usr.bin/as/config/tc-i386.c index 84848d2ec233..c65925dc8ea1 100644 --- a/gnu/usr.bin/as/config/tc-i386.c +++ b/gnu/usr.bin/as/config/tc-i386.c @@ -25,7 +25,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: tc-i386.c,v 1.1 1993/11/03 00:54:23 paul Exp $"; +static char rcsid[] = "tc-i386.c,v 1.2 1993/11/30 20:57:41 jkh Exp"; #endif #include "as.h" diff --git a/gnu/usr.bin/as/config/tc-i386.h b/gnu/usr.bin/as/config/tc-i386.h index b9ac3fe36bb6..52a37b4b5dd4 100644 --- a/gnu/usr.bin/as/config/tc-i386.h +++ b/gnu/usr.bin/as/config/tc-i386.h @@ -18,7 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: tc-i386.h,v 1.1 1993/10/02 20:59:21 pk Exp $ + * tc-i386.h,v 1.1 1993/11/03 00:54:25 paul Exp */ #ifndef TC_I386 diff --git a/gnu/usr.bin/as/config/tc-sparc.c b/gnu/usr.bin/as/config/tc-sparc.c index ae5002701ca0..a8182be1ae1c 100644 --- a/gnu/usr.bin/as/config/tc-sparc.c +++ b/gnu/usr.bin/as/config/tc-sparc.c @@ -18,7 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: tc-sparc.c,v 1.1 1993/11/03 00:54:52 paul Exp $"; +static char rcsid[] = "tc-sparc.c,v 1.2 1993/12/12 17:02:13 jkh Exp"; #endif #define cypress 1234 diff --git a/gnu/usr.bin/as/config/tc-sparc.h b/gnu/usr.bin/as/config/tc-sparc.h index 27355a70a822..8f4bbaf0e00b 100644 --- a/gnu/usr.bin/as/config/tc-sparc.h +++ b/gnu/usr.bin/as/config/tc-sparc.h @@ -18,7 +18,7 @@ to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: tc-sparc.h,v 1.1 1993/10/02 20:59:41 pk Exp $ + * tc-sparc.h,v 1.1 1993/11/03 00:54:54 paul Exp */ #define TC_SPARC 1 diff --git a/gnu/usr.bin/as/config/te-generic.h b/gnu/usr.bin/as/config/te-generic.h index f72d5ee95fea..1998d3fe087f 100644 --- a/gnu/usr.bin/as/config/te-generic.h +++ b/gnu/usr.bin/as/config/te-generic.h @@ -6,7 +6,7 @@ * compile, and copying as an aid for testing and porting. xoxorich. */ /* - * $Id: te-generic.h,v 1.1 1993/10/02 20:59:49 pk Exp $ + * te-generic.h,v 1.1 1993/11/03 00:55:03 paul Exp */ diff --git a/gnu/usr.bin/as/debug.c b/gnu/usr.bin/as/debug.c index 30717ffd2769..935f61e5dd68 100644 --- a/gnu/usr.bin/as/debug.c +++ b/gnu/usr.bin/as/debug.c @@ -21,7 +21,7 @@ /* Routines for debug use only. */ #ifndef lint -static char rcsid[] = "$Id: debug.c,v 1.1 1993/10/02 20:57:24 pk Exp $"; +static char rcsid[] = "debug.c,v 1.1 1993/11/03 00:51:26 paul Exp"; #endif #include "as.h" diff --git a/gnu/usr.bin/as/doc/all.m4 b/gnu/usr.bin/as/doc/all.m4 index 3d4e7fd2f2f6..2759030b24cb 100644 --- a/gnu/usr.bin/as/doc/all.m4 +++ b/gnu/usr.bin/as/doc/all.m4 @@ -1,5 +1,5 @@ _divert__(-1) -<$Id: all.m4,v 1.1 1993/10/02 21:00:13 pk Exp $> +<all.m4,v 1.1 1993/11/03 00:55:21 paul Exp> _define__(<_ALL_ARCH__>,<1>) _define__(<_GENERIC__>,<1>) In case none.m4 changes its mind abt default diff --git a/gnu/usr.bin/as/doc/as.texinfo b/gnu/usr.bin/as/doc/as.texinfo index c9e0f575fa33..ceb1535590c9 100644 --- a/gnu/usr.bin/as/doc/as.texinfo +++ b/gnu/usr.bin/as/doc/as.texinfo @@ -1,6 +1,6 @@ _dnl__ -*-Texinfo-*- _dnl__ Copyright (c) 1991 1992 Free Software Foundation, Inc. -_dnl__ $Id: as.texinfo,v 1.1 1993/10/02 21:00:15 pk Exp $ +_dnl__ as.texinfo,v 1.1 1993/11/03 00:55:23 paul Exp \input texinfo @c -*-Texinfo-*- @c Copyright (c) 1991 1992 Free Software Foundation, Inc. @c %**start of header @@ -86,7 +86,7 @@ done. @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.1 $} % For use in headers, footers too +\xdef\manvers{\1.1} % For use in headers, footers too {\parskip=0pt \hfill \manvers\par \hfill \TeX{}info \texinfoversion\par diff --git a/gnu/usr.bin/as/doc/gen.m4 b/gnu/usr.bin/as/doc/gen.m4 index bf444a63037f..779947a1dedd 100644 --- a/gnu/usr.bin/as/doc/gen.m4 +++ b/gnu/usr.bin/as/doc/gen.m4 @@ -1,5 +1,5 @@ _divert__(-1) -<$Id: gen.m4,v 1.1 1993/10/02 21:00:19 pk Exp $> +<gen.m4,v 1.1 1993/11/03 00:55:32 paul Exp> _define__(<_GENERIC__>,<1>) In case none.m4 changes its mind abt default _define__(<_AOUT__>,<1>) diff --git a/gnu/usr.bin/as/doc/none.m4 b/gnu/usr.bin/as/doc/none.m4 index dfa17d3c356f..8d5ae27b494a 100644 --- a/gnu/usr.bin/as/doc/none.m4 +++ b/gnu/usr.bin/as/doc/none.m4 @@ -1,5 +1,5 @@ _divert__(-1) -<$Id: none.m4,v 1.1 1993/10/02 21:00:24 pk Exp $> +<none.m4,v 1.1 1993/11/03 00:55:39 paul Exp> Switches: diff --git a/gnu/usr.bin/as/doc/pretex.m4 b/gnu/usr.bin/as/doc/pretex.m4 index 9a9696fb0dd2..a82915b9d667 100644 --- a/gnu/usr.bin/as/doc/pretex.m4 +++ b/gnu/usr.bin/as/doc/pretex.m4 @@ -2,7 +2,7 @@ divert(-1) -*-Text-*- ` Copyright (c) 1991 Free Software Foundation, Inc.' ` This file defines and documents the M4 macros used ' ` to preprocess some GNU manuals' -` $Id: pretex.m4,v 1.1 1993/10/02 21:00:25 pk Exp $' +` pretex.m4,v 1.1 1993/11/03 00:55:40 paul Exp' I. INTRODUCTION diff --git a/gnu/usr.bin/as/doc/vintage.m4 b/gnu/usr.bin/as/doc/vintage.m4 index d5913be64f53..3e41180009d5 100644 --- a/gnu/usr.bin/as/doc/vintage.m4 +++ b/gnu/usr.bin/as/doc/vintage.m4 @@ -1,5 +1,5 @@ _divert__(-1) -<$Id: vintage.m4,v 1.1 1993/10/02 21:00:29 pk Exp $> +<vintage.m4,v 1.1 1993/11/03 00:55:45 paul Exp> _define__(<_ALL_ARCH__>,<1>) _define__(<_GENERIC__>,<1>) In case none.m4 changes its mind abt default diff --git a/gnu/usr.bin/as/expr.c b/gnu/usr.bin/as/expr.c index 413917d89c8c..1ed8da07c230 100644 --- a/gnu/usr.bin/as/expr.c +++ b/gnu/usr.bin/as/expr.c @@ -25,7 +25,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: expr.c,v 1.3 1993/10/02 20:57:26 pk Exp $"; +static char rcsid[] = "expr.c,v 1.2 1993/11/03 00:51:28 paul Exp"; #endif #include <ctype.h> diff --git a/gnu/usr.bin/as/expr.h b/gnu/usr.bin/as/expr.h index 2706d4dce03a..0efad0cdcbf1 100644 --- a/gnu/usr.bin/as/expr.h +++ b/gnu/usr.bin/as/expr.h @@ -17,7 +17,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: expr.h,v 1.3 1993/10/02 20:57:27 pk Exp $ + * expr.h,v 1.2 1993/11/03 00:51:31 paul Exp */ diff --git a/gnu/usr.bin/as/flo-const.c b/gnu/usr.bin/as/flo-const.c index 28d8008d8c79..25c0cee4a30f 100644 --- a/gnu/usr.bin/as/flo-const.c +++ b/gnu/usr.bin/as/flo-const.c @@ -18,7 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: flo-const.c,v 1.1 1993/10/02 20:57:28 pk Exp $"; +static char rcsid[] = "flo-const.c,v 1.1 1993/11/03 00:51:32 paul Exp"; #endif #include "flonum.h" diff --git a/gnu/usr.bin/as/flo-copy.c b/gnu/usr.bin/as/flo-copy.c index 8fcdb5207c95..18e11ef541e7 100644 --- a/gnu/usr.bin/as/flo-copy.c +++ b/gnu/usr.bin/as/flo-copy.c @@ -18,7 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: flo-copy.c,v 1.1 1993/10/02 20:57:29 pk Exp $"; +static char rcsid[] = "flo-copy.c,v 1.1 1993/11/03 00:51:34 paul Exp"; #endif #include "as.h" diff --git a/gnu/usr.bin/as/flonum-mult.c b/gnu/usr.bin/as/flonum-mult.c index 41e90bdcf24a..b3abdbeb58a9 100644 --- a/gnu/usr.bin/as/flonum-mult.c +++ b/gnu/usr.bin/as/flonum-mult.c @@ -19,7 +19,7 @@ notice and this notice must be preserved on all copies. */ #ifndef lint -static char rcsid[] = "$Id: flonum-mult.c,v 1.3 1993/10/02 20:57:30 pk Exp $"; +static char rcsid[] = "flonum-mult.c,v 1.2 1993/11/03 00:51:36 paul Exp"; #endif #include "flonum.h" diff --git a/gnu/usr.bin/as/flonum.h b/gnu/usr.bin/as/flonum.h index a1a8f08cbfd3..d4d9cb5eff9f 100644 --- a/gnu/usr.bin/as/flonum.h +++ b/gnu/usr.bin/as/flonum.h @@ -18,7 +18,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: flonum.h,v 1.3 1993/10/02 20:57:31 pk Exp $ + * flonum.h,v 1.2 1993/11/03 00:51:37 paul Exp */ diff --git a/gnu/usr.bin/as/frags.c b/gnu/usr.bin/as/frags.c index 208aa7db2f2f..3edb78f523d0 100644 --- a/gnu/usr.bin/as/frags.c +++ b/gnu/usr.bin/as/frags.c @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: frags.c,v 1.3 1993/10/02 20:57:31 pk Exp $"; +static char rcsid[] = "frags.c,v 1.2 1993/11/03 00:51:39 paul Exp"; #endif #include "as.h" diff --git a/gnu/usr.bin/as/frags.h b/gnu/usr.bin/as/frags.h index 4532dda10bd9..8504f8b31a1a 100644 --- a/gnu/usr.bin/as/frags.h +++ b/gnu/usr.bin/as/frags.h @@ -18,7 +18,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: frags.h,v 1.3 1993/10/02 20:57:32 pk Exp $ + * frags.h,v 1.2 1993/11/03 00:51:40 paul Exp */ diff --git a/gnu/usr.bin/as/hash.c b/gnu/usr.bin/as/hash.c index 68a5f14a849b..f8d25f993853 100644 --- a/gnu/usr.bin/as/hash.c +++ b/gnu/usr.bin/as/hash.c @@ -123,7 +123,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: hash.c,v 1.3 1993/10/02 20:57:34 pk Exp $"; +static char rcsid[] = "hash.c,v 1.2 1993/11/03 00:51:44 paul Exp"; #endif #include <stdio.h> diff --git a/gnu/usr.bin/as/hash.h b/gnu/usr.bin/as/hash.h index 69185616baee..e8c7f92fae60 100644 --- a/gnu/usr.bin/as/hash.h +++ b/gnu/usr.bin/as/hash.h @@ -17,7 +17,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: hash.h,v 1.3 1993/10/02 20:57:35 pk Exp $ + * hash.h,v 1.2 1993/11/03 00:51:46 paul Exp */ diff --git a/gnu/usr.bin/as/hex-value.c b/gnu/usr.bin/as/hex-value.c index d27d4b3634eb..66d5dd4b6fb2 100644 --- a/gnu/usr.bin/as/hex-value.c +++ b/gnu/usr.bin/as/hex-value.c @@ -23,7 +23,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: hex-value.c,v 1.3 1993/10/02 20:57:36 pk Exp $"; +static char rcsid[] = "hex-value.c,v 1.2 1993/11/03 00:51:47 paul Exp"; #endif #define __ (42) /* blatently illegal digit value */ diff --git a/gnu/usr.bin/as/input-file.c b/gnu/usr.bin/as/input-file.c index 3b124cc9fe85..7e06c895b138 100644 --- a/gnu/usr.bin/as/input-file.c +++ b/gnu/usr.bin/as/input-file.c @@ -25,7 +25,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: input-file.c,v 1.3 1993/10/02 20:57:37 pk Exp $"; +static char rcsid[] = "input-file.c,v 1.2 1993/11/03 00:51:48 paul Exp"; #endif #ifdef USG diff --git a/gnu/usr.bin/as/input-file.h b/gnu/usr.bin/as/input-file.h index 5c88c7c82be0..64ed1db6e691 100644 --- a/gnu/usr.bin/as/input-file.h +++ b/gnu/usr.bin/as/input-file.h @@ -20,7 +20,7 @@ /*"input_file.c":Operating-system dependant functions to read source files.*/ /* - * $Id: input-file.h,v 1.3 1993/10/02 20:57:38 pk Exp $ + * input-file.h,v 1.2 1993/11/03 00:51:50 paul Exp */ diff --git a/gnu/usr.bin/as/input-scrub.c b/gnu/usr.bin/as/input-scrub.c index 73df1a2246b3..bf8067a79eb2 100644 --- a/gnu/usr.bin/as/input-scrub.c +++ b/gnu/usr.bin/as/input-scrub.c @@ -18,7 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: input-scrub.c,v 1.3 1993/10/02 20:57:39 pk Exp $"; +static char rcsid[] = "input-scrub.c,v 1.2 1993/11/03 00:51:51 paul Exp"; #endif #include <errno.h> /* Need this to make errno declaration right */ diff --git a/gnu/usr.bin/as/listing.c b/gnu/usr.bin/as/listing.c index 2f8b1f02dc3d..cbfed89305ee 100644 --- a/gnu/usr.bin/as/listing.c +++ b/gnu/usr.bin/as/listing.c @@ -92,7 +92,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: listing.c,v 1.1 1993/10/02 20:57:40 pk Exp $"; +static char rcsid[] = "listing.c,v 1.1 1993/11/03 00:51:54 paul Exp"; #endif #include "as.h" diff --git a/gnu/usr.bin/as/listing.h b/gnu/usr.bin/as/listing.h index 37a8e8793c1f..42ed45b58ad3 100644 --- a/gnu/usr.bin/as/listing.h +++ b/gnu/usr.bin/as/listing.h @@ -17,7 +17,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: listing.h,v 1.1 1993/10/02 20:57:41 pk Exp $ + * listing.h,v 1.1 1993/11/03 00:51:56 paul Exp */ diff --git a/gnu/usr.bin/as/makefile.dos b/gnu/usr.bin/as/makefile.dos index 89c74c787361..ad162dc55355 100644 --- a/gnu/usr.bin/as/makefile.dos +++ b/gnu/usr.bin/as/makefile.dos @@ -17,7 +17,7 @@ #along with GNU GAS; see the file COPYING. If not, write to #the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# $Id: makefile.dos,v 1.1 1993/10/02 20:57:43 pk Exp $ +# makefile.dos,v 1.1 1993/11/03 00:51:59 paul Exp # The targets for external use include: # all, doc, proto, install, uninstall, includes, TAGS, diff --git a/gnu/usr.bin/as/messages.c b/gnu/usr.bin/as/messages.c index b1ba3f764a2d..0f1109b77393 100644 --- a/gnu/usr.bin/as/messages.c +++ b/gnu/usr.bin/as/messages.c @@ -18,7 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: messages.c,v 1.3 1993/10/02 20:57:45 pk Exp $"; +static char rcsid[] = "messages.c,v 1.2 1993/11/03 00:52:01 paul Exp"; #endif #include <stdio.h> /* define stderr */ diff --git a/gnu/usr.bin/as/obj.h b/gnu/usr.bin/as/obj.h index ac5b15822cdd..cf5dea87f196 100644 --- a/gnu/usr.bin/as/obj.h +++ b/gnu/usr.bin/as/obj.h @@ -19,7 +19,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: obj.h,v 1.1 1993/10/02 20:57:45 pk Exp $ + * obj.h,v 1.1 1993/11/03 00:52:03 paul Exp */ diff --git a/gnu/usr.bin/as/obstack.c b/gnu/usr.bin/as/obstack.c index d7302ea1f5d4..13987df73e15 100644 --- a/gnu/usr.bin/as/obstack.c +++ b/gnu/usr.bin/as/obstack.c @@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: obstack.c,v 1.3 1993/10/02 20:57:47 pk Exp $"; +static char rcsid[] = "obstack.c,v 1.2 1993/11/03 00:52:04 paul Exp"; #endif #include "obstack.h" diff --git a/gnu/usr.bin/as/obstack.h b/gnu/usr.bin/as/obstack.h index 880015f9eaa4..a15b470d1891 100644 --- a/gnu/usr.bin/as/obstack.h +++ b/gnu/usr.bin/as/obstack.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: obstack.h,v 1.3 1993/10/02 20:57:48 pk Exp $ + * obstack.h,v 1.2 1993/11/03 00:52:06 paul Exp */ diff --git a/gnu/usr.bin/as/opcode/a29k.h b/gnu/usr.bin/as/opcode/a29k.h index 8c3616747f09..33cb489b8916 100644 --- a/gnu/usr.bin/as/opcode/a29k.h +++ b/gnu/usr.bin/as/opcode/a29k.h @@ -284,7 +284,10 @@ static CONST struct a29k_opcode a29k_opcodes[] = CONST unsigned int num_opcodes = (((sizeof a29k_opcodes) / (sizeof a29k_opcodes[0])) - 1); /* - * $Log: a29k.h,v $ + * a29k.h,v + * Revision 1.1 1993/11/03 00:55:48 paul + * Brought over NetBSD's gas ready for pk's shared libs. + * * Revision 1.1 1993/10/02 21:00:40 pk * GNU gas 1.92.3 based assembler supporting PIC code (for i386 and sparc). * diff --git a/gnu/usr.bin/as/opcode/i386.h b/gnu/usr.bin/as/opcode/i386.h index cc8fe1ca36c1..e357376b638e 100644 --- a/gnu/usr.bin/as/opcode/i386.h +++ b/gnu/usr.bin/as/opcode/i386.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: i386.h,v 1.2 1993/10/04 22:53:32 pk Exp $ */ +/* i386.h,v 1.1 1993/11/03 00:55:51 paul Exp */ static const template i386_optab[] = { diff --git a/gnu/usr.bin/as/opcode/i960.h b/gnu/usr.bin/as/opcode/i960.h index e9c8cb4bef29..f8e7d1009757 100644 --- a/gnu/usr.bin/as/opcode/i960.h +++ b/gnu/usr.bin/as/opcode/i960.h @@ -18,7 +18,7 @@ * appropriate. */ -/* $Id: i960.h,v 1.1 1993/10/02 21:00:44 pk Exp $ */ +/* i960.h,v 1.1 1993/11/03 00:55:56 paul Exp */ #define CTRL 0 #define COBR 1 diff --git a/gnu/usr.bin/as/opcode/sparc.h b/gnu/usr.bin/as/opcode/sparc.h index 3c52464e6a91..26bbb629edde 100644 --- a/gnu/usr.bin/as/opcode/sparc.h +++ b/gnu/usr.bin/as/opcode/sparc.h @@ -20,7 +20,7 @@ along with GAS or GDB; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: sparc.h,v 1.1 1993/10/02 21:00:55 pk Exp $ + * sparc.h,v 1.1 1993/11/03 00:56:11 paul Exp */ /* FIXME-someday: perhaps the ,a's and such should be embedded in the diff --git a/gnu/usr.bin/as/output-file.c b/gnu/usr.bin/as/output-file.c index 7439e86953ac..8cbaa6c8fed6 100644 --- a/gnu/usr.bin/as/output-file.c +++ b/gnu/usr.bin/as/output-file.c @@ -27,7 +27,7 @@ /* note that we do need config info. xoxorich. */ #ifndef lint -static char rcsid[] = "$Id: output-file.c,v 1.3 1993/10/02 20:57:49 pk Exp $"; +static char rcsid[] = "output-file.c,v 1.2 1993/11/03 00:52:08 paul Exp"; #endif #include <stdio.h> diff --git a/gnu/usr.bin/as/output-file.h b/gnu/usr.bin/as/output-file.h index e7d7b971e570..a8c31f7b524c 100644 --- a/gnu/usr.bin/as/output-file.h +++ b/gnu/usr.bin/as/output-file.h @@ -18,7 +18,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: output-file.h,v 1.1 1993/10/02 20:57:49 pk Exp $ + * output-file.h,v 1.1 1993/11/03 00:52:10 paul Exp */ diff --git a/gnu/usr.bin/as/read.c b/gnu/usr.bin/as/read.c index cf3c416ea017..9fece970c791 100644 --- a/gnu/usr.bin/as/read.c +++ b/gnu/usr.bin/as/read.c @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: read.c,v 1.3 1993/11/30 20:55:43 jkh Exp $"; +static char rcsid[] = "read.c,v 1.4 1993/12/12 17:01:16 jkh Exp"; #endif #define MASK_CHAR (0xFF) /* If your chars aren't 8 bits, you will diff --git a/gnu/usr.bin/as/read.h b/gnu/usr.bin/as/read.h index b03fbab824c3..b411f254edf1 100644 --- a/gnu/usr.bin/as/read.h +++ b/gnu/usr.bin/as/read.h @@ -18,7 +18,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: read.h,v 1.2 1993/11/03 00:52:16 paul Exp $ + * read.h,v 1.3 1993/11/30 20:55:45 jkh Exp */ diff --git a/gnu/usr.bin/as/struc-symbol.h b/gnu/usr.bin/as/struc-symbol.h index e0030cd1dd09..11f94be47ba8 100644 --- a/gnu/usr.bin/as/struc-symbol.h +++ b/gnu/usr.bin/as/struc-symbol.h @@ -17,7 +17,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: struc-symbol.h,v 1.2 1993/11/03 00:52:18 paul Exp $ + * struc-symbol.h,v 1.3 1993/11/30 20:55:46 jkh Exp */ diff --git a/gnu/usr.bin/as/subsegs.c b/gnu/usr.bin/as/subsegs.c index af2d4e7db12f..eaf1e053b78f 100644 --- a/gnu/usr.bin/as/subsegs.c +++ b/gnu/usr.bin/as/subsegs.c @@ -22,7 +22,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: subsegs.c,v 1.3 1993/10/02 20:57:54 pk Exp $"; +static char rcsid[] = "subsegs.c,v 1.2 1993/11/03 00:52:19 paul Exp"; #endif #include "as.h" diff --git a/gnu/usr.bin/as/subsegs.h b/gnu/usr.bin/as/subsegs.h index 4b8e3ce5b456..2a790408e148 100644 --- a/gnu/usr.bin/as/subsegs.h +++ b/gnu/usr.bin/as/subsegs.h @@ -18,7 +18,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: subsegs.h,v 1.3 1993/10/02 20:57:55 pk Exp $ + * subsegs.h,v 1.2 1993/11/03 00:52:20 paul Exp */ diff --git a/gnu/usr.bin/as/symbols.c b/gnu/usr.bin/as/symbols.c index 066f54e33f74..2ba4be5bd002 100644 --- a/gnu/usr.bin/as/symbols.c +++ b/gnu/usr.bin/as/symbols.c @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: symbols.c,v 1.3 1993/10/02 20:57:56 pk Exp $"; +static char rcsid[] = "symbols.c,v 1.2 1993/11/03 00:52:22 paul Exp"; #endif #include "as.h" diff --git a/gnu/usr.bin/as/symbols.h b/gnu/usr.bin/as/symbols.h index 535933f39b02..a7aa79f3ffbd 100644 --- a/gnu/usr.bin/as/symbols.h +++ b/gnu/usr.bin/as/symbols.h @@ -18,7 +18,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: symbols.h,v 1.3 1993/10/02 20:57:57 pk Exp $ + * symbols.h,v 1.2 1993/11/03 00:52:23 paul Exp */ diff --git a/gnu/usr.bin/as/tc.h b/gnu/usr.bin/as/tc.h index f36629c71702..0e9b871a9b37 100644 --- a/gnu/usr.bin/as/tc.h +++ b/gnu/usr.bin/as/tc.h @@ -18,7 +18,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: tc.h,v 1.1 1993/10/02 20:57:58 pk Exp $ + * tc.h,v 1.1 1993/11/03 00:52:25 paul Exp */ diff --git a/gnu/usr.bin/as/testscripts/doboth b/gnu/usr.bin/as/testscripts/doboth index 6b46a03eb125..da50da6281b0 100755 --- a/gnu/usr.bin/as/testscripts/doboth +++ b/gnu/usr.bin/as/testscripts/doboth @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: doboth,v 1.1 1993/10/02 21:01:07 pk Exp $ +# doboth,v 1.1 1993/11/03 00:56:17 paul Exp x=$1 ; shift y=$1 ; shift diff --git a/gnu/usr.bin/as/testscripts/doobjcmp b/gnu/usr.bin/as/testscripts/doobjcmp index 6c90cf9a05ff..bc675302ec2f 100755 --- a/gnu/usr.bin/as/testscripts/doobjcmp +++ b/gnu/usr.bin/as/testscripts/doobjcmp @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: doobjcmp,v 1.1 1993/10/02 21:01:08 pk Exp $ +# doobjcmp,v 1.1 1993/11/03 00:56:18 paul Exp # compare two object files, in depth. x=$1 diff --git a/gnu/usr.bin/as/testscripts/dostriptest b/gnu/usr.bin/as/testscripts/dostriptest index aa734c0c2b9f..3a4bae285815 100755 --- a/gnu/usr.bin/as/testscripts/dostriptest +++ b/gnu/usr.bin/as/testscripts/dostriptest @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: dostriptest,v 1.1 1993/10/02 21:01:09 pk Exp $ +# dostriptest,v 1.1 1993/11/03 00:56:19 paul Exp x=striptest.xx.$$ y=striptest.yy.$$ diff --git a/gnu/usr.bin/as/testscripts/dotest b/gnu/usr.bin/as/testscripts/dotest index 051ee11ef790..a46c667b64a8 100755 --- a/gnu/usr.bin/as/testscripts/dotest +++ b/gnu/usr.bin/as/testscripts/dotest @@ -1,6 +1,6 @@ #!/bin/sh # ad hoc debug tool -# $Id: dotest,v 1.1 1993/10/02 21:01:10 pk Exp $ +# dotest,v 1.1 1993/11/03 00:56:21 paul Exp x=$1 y=$2 diff --git a/gnu/usr.bin/as/testscripts/dounsortreloc b/gnu/usr.bin/as/testscripts/dounsortreloc index 0a4771c6425e..ab8a604fde71 100755 --- a/gnu/usr.bin/as/testscripts/dounsortreloc +++ b/gnu/usr.bin/as/testscripts/dounsortreloc @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: dounsortreloc,v 1.1 1993/10/02 21:01:11 pk Exp $ +# dounsortreloc,v 1.1 1993/11/03 00:56:22 paul Exp # objdump the reloc table, but strip off the headings and reloc # numbers and sort the result. Intended for use in comparing reloc # tables that may not be in the same order. diff --git a/gnu/usr.bin/as/testscripts/dounsortsymbols b/gnu/usr.bin/as/testscripts/dounsortsymbols index 2dc5acd65e00..82cfbe84f935 100755 --- a/gnu/usr.bin/as/testscripts/dounsortsymbols +++ b/gnu/usr.bin/as/testscripts/dounsortsymbols @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: dounsortsymbols,v 1.1 1993/10/02 21:01:12 pk Exp $ +# dounsortsymbols,v 1.1 1993/11/03 00:56:24 paul Exp # objdump the symbol table, but strip off the headings and symbol # numbers and sort the result. Intended for use in comparing symbol # tables that may not be in the same order. diff --git a/gnu/usr.bin/as/version.c b/gnu/usr.bin/as/version.c index b3711c4db191..f6b0b5f33a0e 100644 --- a/gnu/usr.bin/as/version.c +++ b/gnu/usr.bin/as/version.c @@ -16,10 +16,10 @@ const */ #ifndef lint -static char rcsid[] = "$Id: version.c,v 1.2 1993/11/03 00:52:27 paul Exp $"; +static char rcsid[] = "version.c,v 1.3 1994/02/14 21:18:05 nate Exp"; #endif -char version_string[] = "GNU assembler version 1.92.3, FreeBSD $Revision: 1.2 $\n"; +char version_string[] = "GNU assembler version 1.92.3, FreeBSD 1.3\n"; #ifdef HO_VMS dummy3() diff --git a/gnu/usr.bin/as/write.c b/gnu/usr.bin/as/write.c index dd139f7e82dc..85c752953dbf 100644 --- a/gnu/usr.bin/as/write.c +++ b/gnu/usr.bin/as/write.c @@ -21,7 +21,7 @@ /* This thing should be set up to do byteordering correctly. But... */ #ifndef lint -static char rcsid[] = "$Id: write.c,v 1.4 1993/12/12 17:01:24 jkh Exp $"; +static char rcsid[] = "write.c,v 1.5 1994/02/20 16:06:12 rgrimes Exp"; #endif #include "as.h" diff --git a/gnu/usr.bin/as/xmalloc.c b/gnu/usr.bin/as/xmalloc.c index 6962484eca59..c1dd41b1404a 100644 --- a/gnu/usr.bin/as/xmalloc.c +++ b/gnu/usr.bin/as/xmalloc.c @@ -42,7 +42,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: xmalloc.c,v 1.3 1993/10/02 20:58:02 pk Exp $"; +static char rcsid[] = "xmalloc.c,v 1.2 1993/11/03 00:52:32 paul Exp"; #endif #include <stdio.h> diff --git a/gnu/usr.bin/as/xrealloc.c b/gnu/usr.bin/as/xrealloc.c index 1b26f437686f..45822e416214 100644 --- a/gnu/usr.bin/as/xrealloc.c +++ b/gnu/usr.bin/as/xrealloc.c @@ -43,7 +43,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: xrealloc.c,v 1.3 1993/10/02 20:58:03 pk Exp $"; +static char rcsid[] = "xrealloc.c,v 1.2 1993/11/03 00:52:34 paul Exp"; #endif |
