remove all rcs keywords

This commit is contained in:
K. Richard Pixley 1992-02-13 08:39:15 +00:00
parent a39116f1c9
commit 1d63ba3ba0
31 changed files with 0 additions and 228 deletions

View File

@ -30,8 +30,6 @@
* remain for documentation from other scavenged files. xoxorich. * remain for documentation from other scavenged files. xoxorich.
*/ */
/* $Id$ */
/********************** FILE HEADER **********************/ /********************** FILE HEADER **********************/
struct filehdr { struct filehdr {

View File

@ -19,33 +19,8 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
#define HO_A29K 1 #define HO_A29K 1
#include <stdlib.h> #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 */ /* end of ho-a29k.h */

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
#define M_ANSI 1 #define M_ANSI 1
#include <stdlib.h> #include <stdlib.h>
@ -29,24 +27,4 @@
#define sys_errlist _sys_errlist #define sys_errlist _sys_errlist
#define bzero(b,l) (memset((b),0,(l))) #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 */ /* end of ho-ansi.h */

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
#define M_ANSI 1 #define M_ANSI 1
#include <stdlib.h> #include <stdlib.h>
@ -30,24 +28,4 @@
#define sys_errlist _sys_errlist #define sys_errlist _sys_errlist
#define bzero(s,l) (memset((s),0,(l))) #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 */ /* end of ho-cygnus.h */

View File

@ -21,8 +21,6 @@
compiling for nearly any host as aid for testing and porting. compiling for nearly any host as aid for testing and porting.
xoxorich. */ xoxorich. */
/* $Id$ */
#define M_GENERIC 1 #define M_GENERIC 1
extern int free(); extern int free();

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
#include "ho-sysv.h" #include "ho-sysv.h"
/* This header file contains the #defines specific /* This header file contains the #defines specific

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
#define HO_I386 1 #define HO_I386 1
#define NO_STDARG #define NO_STDARG

View File

@ -1,5 +1,3 @@
/* $Id$ */
#include <ho-sunos.h> #include <ho-sunos.h>
/* end of ho-sun3.h */ /* end of ho-sun3.h */

View File

@ -1,5 +1,3 @@
/* $Id$ */
#include <ho-sunos.h> #include <ho-sunos.h>
extern int sprintf(); extern int sprintf();

View File

@ -1,5 +1,3 @@
/* $Id$ */
#include <ho-sunos.h> #include <ho-sunos.h>
/* end of ho-sun4.h */ /* end of ho-sun4.h */

View File

@ -1,5 +1,3 @@
/* $Id$ */
#ifndef __STDC__ #ifndef __STDC__
#define NO_STDARG #define NO_STDARG
#endif /* not __STDC__ */ #endif /* not __STDC__ */

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
#define HO_USG #define HO_USG
#define bcopy(from,to,n) memcpy((to),(from),(n)) #define bcopy(from,to,n) memcpy((to),(from),(n))

View File

@ -17,8 +17,6 @@
License along with GAS; see the file COPYING. If not, write License along with GAS; see the file COPYING. If not, write
to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
/* Tag to validate a.out object file format processing */ /* Tag to validate a.out object file format processing */
#define OBJ_AOUT 1 #define OBJ_AOUT 1

View File

@ -17,8 +17,6 @@
License along with GAS; see the file COPYING. If not, write License along with GAS; see the file COPYING. If not, write
to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
#include "as.h" #include "as.h"
#include "obstack.h" #include "obstack.h"
#include "aout/stab_gnu.h" #include "aout/stab_gnu.h"

View File

@ -18,8 +18,6 @@
to the Free Software Foundation, 675 Mass Ave, Cambridge, MA to the Free Software Foundation, 675 Mass Ave, Cambridge, MA
02139, USA. */ 02139, USA. */
/* $Id$ */
/* /*
* This file is a modified version of 'a.out.h'. It is to be used in all GNU * 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 * tools modified to support the i80960 b.out format (or tools that operate on

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
#include "as.h" #include "as.h"
#include "obstack.h" #include "obstack.h"

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
#define OBJ_COFF 1 #define OBJ_COFF 1
#include "targ-cpu.h" #include "targ-cpu.h"

View File

@ -19,8 +19,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
#define OBJ_COFF 1 #define OBJ_COFF 1
#include "targ-cpu.h" #include "targ-cpu.h"

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
/* John Gilmore has reorganized this module somewhat, to make it easier /* John Gilmore has reorganized this module somewhat, to make it easier
to convert it to new machines' assemblers as desired. There was too to convert it to new machines' assemblers as desired. There was too
much bloody rewriting required before. There still probably is. */ much bloody rewriting required before. There still probably is. */

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
#define TC_A29K #define TC_A29K
#define tc_headers_hook(a) ; /* not used */ #define tc_headers_hook(a) ; /* not used */

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
/* /*
Intel 80386 machine specific gas. Intel 80386 machine specific gas.
Written by Eliot Dresselhaus (eliot@mgm.mit.edu). Written by Eliot Dresselhaus (eliot@mgm.mit.edu).
@ -2008,53 +2006,6 @@ fixS *fixP;
return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address; return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
} }
/*
* $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: * Local Variables:
* comment-column: 0 * comment-column: 0

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
#include "as.h" #include "as.h"
#include "opcode/i860.h" #include "opcode/i860.h"
@ -1228,38 +1226,6 @@ long val;
return; return;
} /* md_apply_fix() */ } /* 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: * Local Variables:
* fill-column: 131 * fill-column: 131

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
/* See comment on md_parse_option for 80960-specific invocation options. */ /* See comment on md_parse_option for 80960-specific invocation options. */
/****************************************************************************** /******************************************************************************

View File

@ -1851,32 +1851,6 @@ fixS *fixP;
return res; return res;
} }
/*
* $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: * Local Variables:
* comment-column: 0 * comment-column: 0

View File

@ -17,8 +17,6 @@
License along with GAS; see the file COPYING. If not, write License along with GAS; see the file COPYING. If not, write
to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
#define TC_SPARC 1 #define TC_SPARC 1
#define LOCAL_LABELS_FB #define LOCAL_LABELS_FB

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 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 /* 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 */ seems to think its a good idea. I hope I managed to get all the VAX-isms */

View File

@ -3,8 +3,6 @@
* specific differences. * specific differences.
*/ */
/* $Id$ */
#define TE_IC960 1 #define TE_IC960 1
/* intel uses host byte order for headers */ /* intel uses host byte order for headers */

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
/* This header file contains the #defines specific /* This header file contains the #defines specific
to SUN computer SUN 3 series computers. (The only kind to SUN computer SUN 3 series computers. (The only kind
we have around here, unfortunatly.) we have around here, unfortunatly.)

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
/***********************************************************************\ /***********************************************************************\
* * * *
* Arbitrary-precision floating point arithmetic. * * Arbitrary-precision floating point arithmetic. *

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
#include <stdio.h> /* define stderr */ #include <stdio.h> /* define stderr */
#include <errno.h> #include <errno.h>

View File

@ -17,8 +17,6 @@
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$ */
extern char *input_line_pointer; /* -> char we are parsing now. */ extern char *input_line_pointer; /* -> char we are parsing now. */
#define PERMIT_WHITESPACE /* Define to make whitespace be allowed in */ #define PERMIT_WHITESPACE /* Define to make whitespace be allowed in */