remove all rcs keywords
authorK. Richard Pixley <rich@cygnus>
Thu, 13 Feb 1992 08:39:15 +0000 (08:39 +0000)
committerK. Richard Pixley <rich@cygnus>
Thu, 13 Feb 1992 08:39:15 +0000 (08:39 +0000)
31 files changed:
gas/config/coff.gnu.h
gas/config/ho-a29k.h
gas/config/ho-ansi.h
gas/config/ho-cygnus.h
gas/config/ho-generic.h
gas/config/ho-hpux.h
gas/config/ho-i386.h
gas/config/ho-sun3.h
gas/config/ho-sun386.h
gas/config/ho-sun4.h
gas/config/ho-sunos.h
gas/config/ho-sysv.h
gas/config/obj-aout.h
gas/config/obj-bout.c
gas/config/obj-bout.h
gas/config/obj-coff.c
gas/config/obj-coff.h
gas/config/obj-coffbfd.h
gas/config/tc-a29k.c
gas/config/tc-a29k.h
gas/config/tc-i386.c
gas/config/tc-i860.c
gas/config/tc-i960.c
gas/config/tc-ns32k.c
gas/config/tc-sparc.h
gas/config/tc-vax.c
gas/config/te-ic960.h
gas/config/te-sun3.h
gas/flonum.h
gas/messages.c
gas/read.h

index 3c61938..83e32aa 100755 (executable)
@@ -30,8 +30,6 @@
  * remain for documentation from other scavenged files.   xoxorich.
  */
 
-/* $Id$ */
-
 /********************** FILE HEADER **********************/
 
 struct filehdr {
index a42bec9..327cc2e 100755 (executable)
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 #define HO_A29K 1
 
 #include <stdlib.h>
 
-/*
- * $Log$
- * Revision 1.3  1992/02/13 08:31:13  rich
- * White space and comments only.  The devo tree prior to this delta is
- * tagged as "vanilla" for your convenience.
- *
- * There are also some comment changes.
- *
- * Revision 1.2  1991/06/14  14:01:53  rich
- * Version 2 GPL.
- *
- * Revision 1.1  1991/04/13  10:03:23  rich
- * Initial revision
- *
- * Revision 1.1.1.1  1991/04/04  18:15:43  rich
- * new gas main line
- *
- * Revision 1.1  1991/04/04  18:15:42  rich
- * Initial revision
- *
- *
- */
-
 /* end of ho-a29k.h */
index 16bfa65..4aaf615 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 #define M_ANSI 1
 
 #include <stdlib.h>
 #define sys_errlist    _sys_errlist
 #define bzero(b,l)     (memset((b),0,(l)))
 
-/*
- * $Log$
- * Revision 1.3  1992/02/13 08:31:15  rich
- * White space and comments only.  The devo tree prior to this delta is
- * tagged as "vanilla" for your convenience.
- *
- * There are also some comment changes.
- *
- * Revision 1.2  1991/06/14  14:01:54  rich
- * Version 2 GPL.
- *
- * Revision 1.1.1.1  1991/04/04  18:15:39  rich
- * new gas main line
- *
- * Revision 1.1  1991/04/04  18:15:38  rich
- * Initial revision
- *
- *
- */
-
 /* end of ho-ansi.h */
index 9066f56..890ff07 100755 (executable)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 #define M_ANSI 1
 
 #include <stdlib.h>
 #define sys_errlist    _sys_errlist
 #define bzero(s,l)     (memset((s),0,(l)))
 
-/*
- * $Log$
- * Revision 1.3  1992/02/13 08:31:17  rich
- * White space and comments only.  The devo tree prior to this delta is
- * tagged as "vanilla" for your convenience.
- *
- * There are also some comment changes.
- *
- * Revision 1.2  1991/06/14  14:01:55  rich
- * Version 2 GPL.
- *
- * Revision 1.1.1.1  1991/04/04  18:15:42  rich
- * new gas main line
- *
- * Revision 1.1  1991/04/04  18:15:40  rich
- * Initial revision
- *
- *
- */
-
 /* end of ho-cygnus.h */
index 93d843a..04db63e 100644 (file)
@@ -21,8 +21,6 @@
    compiling for nearly any host as aid for testing and porting.
    xoxorich. */
 
-/* $Id$ */
-
 #define M_GENERIC 1
 
 extern int free();
index a353448..cff62b1 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 #include "ho-sysv.h"
 
 /* This header file contains the #defines specific
index 78d79a9..50a5bf0 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 #define HO_I386 1
 
 #define NO_STDARG
index 41d2f96..0d68e6f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 #include <ho-sunos.h>
 
 /* end of ho-sun3.h */
index 00eacad..6c74df4 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 #include <ho-sunos.h>
 
 extern int sprintf();
index 6cfd6b4..cf619e8 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 #include <ho-sunos.h>
 
 /* end of ho-sun4.h */
index ef4b3cb..283c713 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 #ifndef __STDC__
 #define NO_STDARG
 #endif /* not __STDC__ */
index 49494e2..9f8a78b 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 #define HO_USG
 
 #define bcopy(from,to,n) memcpy((to),(from),(n))
index 4884fed..46ae956 100644 (file)
@@ -17,8 +17,6 @@
    License along with GAS; see the file COPYING.  If not, write
    to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
 
-/* $Id$ */
-
 /* Tag to validate a.out object file format processing */
 #define OBJ_AOUT 1
 
index 3b822a5..75e3ac3 100644 (file)
@@ -17,8 +17,6 @@
    License along with GAS; see the file COPYING.  If not, write
    to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
 
-/* $Id$ */
-
 #include "as.h"
 #include "obstack.h"
 #include "aout/stab_gnu.h"
index 609e8c8..93a39c4 100644 (file)
@@ -18,8 +18,6 @@
    to the Free Software Foundation, 675 Mass Ave, Cambridge, MA
    02139, USA. */
 
-/* $Id$ */
-
 /*
  * This file is a modified version of 'a.out.h'.  It is to be used in all GNU
  * tools modified to support the i80960 b.out format (or tools that operate on
index 77b75f8..6ca009f 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 #include "as.h"
 
 #include "obstack.h"
index 0cb7e82..886f96b 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 #define OBJ_COFF 1
 
 #include "targ-cpu.h"
index cba86a1..2d621c8 100644 (file)
@@ -19,8 +19,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 #define OBJ_COFF 1
 
 #include "targ-cpu.h"
index c674da8..417d6d6 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 /* John Gilmore has reorganized this module somewhat, to make it easier
    to convert it to new machines' assemblers as desired.  There was too
    much bloody rewriting required before.  There still probably is.  */
index 086224d..3ba4405 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 #define TC_A29K
 
 #define tc_headers_hook(a)             ; /* not used */
index 7f8c4be..fba991b 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 /*
   Intel 80386 machine specific gas.
   Written by Eliot Dresselhaus (eliot@mgm.mit.edu).
@@ -2009,53 +2007,6 @@ fixS *fixP;
 }
 
 /*
- * $Log$
- * Revision 1.9  1992/02/13 08:32:36  rich
- * White space and comments only.  The devo tree prior to this delta is
- * tagged as "vanilla" for your convenience.
- *
- * There are also some comment changes.
- *
- * Revision 1.8  1991/12/01  07:11:28  sac
- * More filename renaming.
- *
- * Revision 1.7  1991/11/04  00:54:41  steve
- * Change from bub kukara - puits the index into the right place for a
- * reloc
- *
- * Revision 1.6  1991/08/14  00:25:52  rich
- * * no more relocation_info structures.  We now squirt directly from
- *   fixS's.
- *
- * * i960-bout and i960-coff "tested" against their predecessors.
- *
- * Revision 1.5  1991/07/27  02:32:37  rich
- * Polishing m68k support.
- *
- * Revision 1.4  1991/06/14  14:02:17  rich
- * Version 2 GPL.
- *
- * Revision 1.3  1991/04/12  05:32:42  rich
- * Fixed a comment problem.
- *
- * Revision 1.2  1991/04/08  15:49:45  rich
- * CROSS_ASSEMBLE becomes CROSS_COMPILE to make config simpler.  i386
- * support for aout now tested against an installed customers sun4 cross.
- * Added REVERSE_SORT_RELOCS.
- *
- * Revision 1.1.1.1  1991/04/04  18:16:44  rich
- * new gas main line
- *
- * Revision 1.1  1991/04/04  18:16:41  rich
- * Initial revision
- *
- * Revision 1.2  1991/03/30  17:11:30  rich
- * Updated md_create_short_jump calling protocol.
- *
- *
- */
-
-/*
  * Local Variables:
  * comment-column: 0
  * End:
index d7dda6c..3ab9b04 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 #include "as.h"
 
 #include "opcode/i860.h"
@@ -1229,38 +1227,6 @@ long val;
 } /* md_apply_fix() */
 
 /*
- * $Log$
- * Revision 1.6  1992/02/13 08:32:43  rich
- * White space and comments only.  The devo tree prior to this delta is
- * tagged as "vanilla" for your convenience.
- *
- * There are also some comment changes.
- *
- * Revision 1.5  1991/12/01  07:11:31  sac
- * More filename renaming.
- *
- * Revision 1.4  1991/08/15  19:38:42  rich
- * Abort()'s become as_fatal()'s.
- *
- * Revision 1.3  1991/07/27  02:32:39  rich
- * Polishing m68k support.
- *
- * Revision 1.2  1991/06/14  14:02:20  rich
- * Version 2 GPL.
- *
- * Revision 1.1.1.1  1991/04/04  18:16:49  rich
- * new gas main line
- *
- * Revision 1.1  1991/04/04  18:16:48  rich
- * Initial revision
- *
- * Revision 1.2  1991/03/30  17:11:32  rich
- * Updated md_create_short_jump calling protocol.
- *
- *
- */
-
-/*
  * Local Variables:
  * fill-column: 131
  * comment-column: 0
index 3f321ec..c7c93f8 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 /* See comment on md_parse_option for 80960-specific invocation options. */
 
 /******************************************************************************
index 5f3e19a..219d0ce 100644 (file)
@@ -1852,32 +1852,6 @@ fixS *fixP;
 }
 
 /*
- * $Log$
- * Revision 1.5  1992/02/13 08:33:29  rich
- * White space and comments only.  The devo tree prior to this delta is
- * tagged as "vanilla" for your convenience.
- *
- * There are also some comment changes.
- *
- * Revision 1.4  1991/12/01  07:11:38  sac
- * More filename renaming.
- *
- * Revision 1.3  1991/07/27  02:32:47  rich
- * Polishing m68k support.
- *
- * Revision 1.2  1991/06/14  14:02:27  rich
- * Version 2 GPL.
- *
- * Revision 1.1.1.1  1991/04/04  18:17:07  rich
- * new gas main line
- *
- * Revision 1.1  1991/04/04  18:17:05  rich
- * Initial revision
- *
- *
- */
-
-/*
  * Local Variables:
  * comment-column: 0
  * End:
index 9afc7b8..c904909 100644 (file)
@@ -17,8 +17,6 @@
    License along with GAS; see the file COPYING.  If not, write
    to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
 
-/* $Id$ */
-
 #define TC_SPARC 1
 
 #define LOCAL_LABELS_FB
index ceb6d9c..36e8c59 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 /* JF I moved almost all the vax specific stuff into this one file 'cuz RMS
    seems to think its a good idea.  I hope I managed to get all the VAX-isms */
 
index fbb7475..84a315c 100644 (file)
@@ -3,8 +3,6 @@
  * specific differences.
  */
 
-/* $Id$ */
-
 #define TE_IC960 1
 
 /* intel uses host byte order for headers */
index 9c86afe..ece5d5f 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 /* This header file contains the #defines specific
    to SUN computer SUN 3 series computers.  (The only kind
    we have around here, unfortunatly.)
index 45dcbae..de9aedc 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 /***********************************************************************\
  *                                                                     *
  *     Arbitrary-precision floating point arithmetic.                  *
index 837df93..cabe3f4 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
 
-/* $Id$ */
-
 #include <stdio.h> /* define stderr */
 #include <errno.h>
 
index 4eb696a..a93fb08 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* $Id$ */
-
 extern char *input_line_pointer; /* -> char we are parsing now. */
 
 #define PERMIT_WHITESPACE      /* Define to make whitespace be allowed in */