remove some duplicate #include's.

This commit is contained in:
Alan Modra 2006-06-07 11:27:58 +00:00
parent 9622b051cf
commit ebd1c8757c
70 changed files with 143 additions and 253 deletions

View File

@ -1,3 +1,76 @@
2006-06-07 Alan Modra <amodra@bigpond.net.au>
Ladislav Michl <ladis@linux-mips.org>
* app.c: Don't include headers already included by as.h.
* as.c: Likewise.
* atof-generic.c: Likewise.
* cgen.c: Likewise.
* dwarf2dbg.c: Likewise.
* expr.c: Likewise.
* input-file.c: Likewise.
* input-scrub.c: Likewise.
* macro.c: Likewise.
* output-file.c: Likewise.
* read.c: Likewise.
* sb.c: Likewise.
* config/bfin-lex.l: Likewise.
* config/obj-coff.h: Likewise.
* config/obj-elf.h: Likewise.
* config/obj-som.h: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-avr.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-cris.c: Likewise.
* config/tc-d10v.c: Likewise.
* config/tc-d30v.c: Likewise.
* config/tc-dlx.h: Likewise.
* config/tc-fr30.c: Likewise.
* config/tc-frv.c: Likewise.
* config/tc-h8300.c: Likewise.
* config/tc-hppa.c: Likewise.
* config/tc-i370.c: Likewise.
* config/tc-i860.c: Likewise.
* config/tc-i960.c: Likewise.
* config/tc-ip2k.c: Likewise.
* config/tc-iq2000.c: Likewise.
* config/tc-m32c.c: Likewise.
* config/tc-m32r.c: Likewise.
* config/tc-maxq.c: Likewise.
* config/tc-mcore.c: Likewise.
* config/tc-mips.c: Likewise.
* config/tc-mmix.c: Likewise.
* config/tc-mn10200.c: Likewise.
* config/tc-mn10300.c: Likewise.
* config/tc-msp430.c: Likewise.
* config/tc-mt.c: Likewise.
* config/tc-ns32k.c: Likewise.
* config/tc-openrisc.c: Likewise.
* config/tc-ppc.c: Likewise.
* config/tc-s390.c: Likewise.
* config/tc-sh.c: Likewise.
* config/tc-sh64.c: Likewise.
* config/tc-sparc.c: Likewise.
* config/tc-tic30.c: Likewise.
* config/tc-tic4x.c: Likewise.
* config/tc-tic54x.c: Likewise.
* config/tc-v850.c: Likewise.
* config/tc-vax.c: Likewise.
* config/tc-xc16x.c: Likewise.
* config/tc-xstormy16.c: Likewise.
* config/tc-xtensa.c: Likewise.
* config/tc-z80.c: Likewise.
* config/tc-z8k.c: Likewise.
* macro.h: Don't include sb.h or ansidecl.h.
* sb.h: Don't include stdio.h or ansidecl.h.
* cond.c: Include sb.h.
* itbl-lex.l: Include as.h instead of other system headers.
* itbl-parse.y: Likewise.
* itbl-ops.c: Similarly.
* itbl-ops.h: Don't include as.h or ansidecl.h.
* config/bfin-defs.h: Don't include bfd.h or as.h.
* config/bfin-parse.y: Include as.h instead of other system headers.
2006-06-06 Ben Elliston <bje@au.ibm.com>
Anton Blanchard <anton@samba.org>

View File

@ -1,6 +1,6 @@
/* This is the Assembler Pre-Processor
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003
1999, 2000, 2001, 2002, 2003, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -26,8 +26,7 @@
# <number> <filename> <garbage> into a .line <number>\n.file <filename>
pair. This needs better error-handling. */
#include <stdio.h>
#include "as.h" /* For BAD_CASE() only. */
#include "as.h"
#if (__STDC__ != 1)
#ifndef const

View File

@ -1,6 +1,6 @@
/* as.c - GAS main program.
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -31,8 +31,6 @@
Since no-one else says they will support them in future: I
don't support them now. */
#include "ansidecl.h"
#define COMMON
#include "as.h"
@ -42,7 +40,6 @@
#include "macro.h"
#include "dwarf2dbg.h"
#include "dw2gencfi.h"
#include "hash.h"
#include "bfdver.h"
#ifdef HAVE_ITBL_CPU

View File

@ -1,6 +1,6 @@
/* atof_generic.c - turn a string of digits into a Flonum
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000,
2001, 2003, 2005 Free Software Foundation, Inc.
2001, 2003, 2005, 2006 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -19,8 +19,6 @@
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
#include <string.h>
#include "as.h"
#include "safe-ctype.h"

View File

@ -1,6 +1,6 @@
/* GAS interface for targets using CGEN: Cpu tools GENerator.
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -19,12 +19,9 @@
Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#include <setjmp.h>
#include "ansidecl.h"
#include "libiberty.h"
#include "bfd.h"
#include "as.h"
#include "symcat.h"
#include "cgen-desc.h"
#include "as.h"
#include "subsegs.h"
#include "cgen.h"
#include "dwarf2dbg.h"

View File

@ -1,6 +1,6 @@
/* cond.c - conditional assembly pseudo-ops, and .include
Copyright 1990, 1991, 1992, 1993, 1995, 1997, 1998, 2000, 2001, 2002,
2003 Free Software Foundation, Inc.
2003, 2006 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -20,6 +20,7 @@
02110-1301, USA. */
#include "as.h"
#include "sb.h"
#include "macro.h"
#include "obstack.h"

View File

@ -1,5 +1,5 @@
/* bfin-defs.h ADI Blackfin gas header file
Copyright 2005
Copyright 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -22,9 +22,6 @@
#ifndef BFIN_PARSE_H
#define BFIN_PARSE_H
#include <bfd.h>
#include "as.h"
#define PCREL 1
#define CODE_FRAG_SIZE 4096 /* 1 page. */

View File

@ -1,5 +1,5 @@
/* bfin-lex.l ADI Blackfin lexer
Copyright 2005
Copyright 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -20,11 +20,9 @@
02110-1301, USA. */
%{
#include <stdlib.h>
#include <string.h>
#include "as.h"
#include "bfin-defs.h"
#include "bfin-parse.h"
#include "as.h"
static long parse_int (char **end);
static int parse_halfreg (Register *r, int cl, char *hr);

View File

@ -1,5 +1,5 @@
/* bfin-parse.y ADI Blackfin parser
Copyright 2005
Copyright 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -20,8 +20,7 @@
02110-1301, USA. */
%{
#include <stdio.h>
#include <stdarg.h>
#include "as.h"
#include <obstack.h>
#include "bfin-aux.h" // opcode generating auxiliaries

View File

@ -1,6 +1,6 @@
/* coff object file format
Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS.
@ -27,8 +27,6 @@
#include "targ-cpu.h"
#include "bfd.h"
/* This internal_lineno crap is to stop namespace pollution from the
bfd internal coff headerfile. */
#define internal_lineno bfd_internal_lineno

View File

@ -1,6 +1,6 @@
/* ELF object file format.
Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
2002, 2003, 2004 Free Software Foundation, Inc.
2002, 2003, 2004, 2006 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -34,8 +34,6 @@
#define OUTPUT_FLAVOR bfd_target_elf_flavour
#endif
#include "bfd.h"
#define BYTES_IN_WORD 4 /* for now */
#include "bfd/elf-bfd.h"
@ -90,8 +88,6 @@ struct elf_obj_sy
#define TARGET_SYMBOL_FIELDS ELF_TARGET_SYMBOL_FIELDS
#endif
/* #include "targ-cpu.h" */
#ifndef FALSE
#define FALSE 0
#define TRUE !FALSE

View File

@ -1,5 +1,5 @@
/* SOM object file format.
Copyright 1993, 1994, 1995, 1998, 2000, 2004, 2005
Copyright 1993, 1994, 1995, 1998, 2000, 2004, 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -27,7 +27,6 @@
#define OBJ_SOM 1
#include "bfd.h"
#include "bfd/som.h"
#include "targ-cpu.h"

View File

@ -20,8 +20,6 @@
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
#include <stdio.h>
#include "libiberty.h"
#include "as.h"
#include "struc-symbol.h"
#include "safe-ctype.h"

View File

@ -1,6 +1,6 @@
/* tc-arm.c -- Assemble for the ARM
Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
2004, 2005
2004, 2005, 2006
Free Software Foundation, Inc.
Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org)
Modified by David Taylor (dtaylor@armltd.co.uk)
@ -25,18 +25,12 @@
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
#include <string.h>
#include <limits.h>
#define NO_RELOC 0
#include "as.h"
#include "safe-ctype.h"
/* Need TARGET_CPU. */
#include "config.h"
#include "subsegs.h"
#include "obstack.h"
#include "symbols.h"
#include "listing.h"
#include "opcode/arm.h"

View File

@ -21,11 +21,9 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"
#include "libiberty.h"
struct avr_opcodes_s
{

View File

@ -1,5 +1,5 @@
/* tc-bfin.c -- Assembler for the ADI Blackfin.
Copyright 2005
Copyright 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -21,7 +21,6 @@
#include "as.h"
#include "struc-symbol.h"
#include "obj-elf.h"
#include "bfin-defs.h"
#include "obstack.h"
#include "safe-ctype.h"
@ -940,11 +939,7 @@ bfin_start_line_hook ()
/* Special extra functions that help bfin-parse.y perform its job. */
#include <stdio.h>
#include <assert.h>
#include <obstack.h>
#include <bfd.h>
#include "bfin-defs.h"
struct obstack mempool;

View File

@ -1,5 +1,6 @@
/* tc-cris.c -- Assembler code for the CRIS CPU core.
Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Copyright 2000, 2001, 2002, 2003, 2004, 2006
Free Software Foundation, Inc.
Contributed by Axis Communications AB, Lund, Sweden.
Originally written for GAS 1.38.1 by Mikael Asker.
@ -22,7 +23,6 @@
Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"

View File

@ -1,5 +1,5 @@
/* tc-d10v.c -- Assembler code for the Mitsubishi D10V
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -19,7 +19,6 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"

View File

@ -1,5 +1,5 @@
/* tc-d30v.c -- Assembler code for the Mitsubishi D30V
Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005
Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -19,7 +19,6 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"

View File

@ -1,5 +1,5 @@
/* tc-dlx.h -- Assemble for the DLX
Copyright 2002, 2003, 2005 Free Software Foundation, Inc.
Copyright 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -22,10 +22,6 @@
#define TC_DLX
#ifndef __BFD_H_SEEN__
#include "bfd.h"
#endif
/* The target BFD architecture. */
#define TARGET_ARCH bfd_arch_dlx
#define TARGET_FORMAT "elf32-dlx"

View File

@ -1,5 +1,5 @@
/* tc-fr30.c -- Assembler for the Fujitsu FR30.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2005
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -19,7 +19,6 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"

View File

@ -18,7 +18,6 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "subsegs.h"
#include "symcat.h"

View File

@ -1,6 +1,6 @@
/* tc-h8300.c -- Assemble code for the Renesas H8/300
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000,
2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -21,10 +21,8 @@
/* Written By Steve Chamberlain <sac@cygnus.com>. */
#include <stdio.h>
#include "as.h"
#include "subsegs.h"
#include "bfd.h"
#include "dwarf2dbg.h"
#define DEFINE_TABLE

View File

@ -22,8 +22,6 @@
/* HP PA-RISC support was contributed by the Center for Software Science
at the University of Utah. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"

View File

@ -27,7 +27,6 @@
similarities between HLASM and the MRI assemblers, such as section
names, lack of leading . in pseudo-ops, DC and DS, etc. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"

View File

@ -1,6 +1,6 @@
/* tc-i860.c -- Assembler for the Intel i860 architecture.
Copyright 1989, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
Copyright 1989, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2002,
2003, 2006 Free Software Foundation, Inc.
Brought back from the dead and completely reworked
by Jason Eckhardt <jle@cygnus.com>.
@ -21,8 +21,6 @@
with GAS; see the file COPYING. If not, write to the Free Software
Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include <string.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"

View File

@ -1,6 +1,6 @@
/* tc-i960.c - All the i80960-specific stuff
Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2005
1999, 2000, 2001, 2002, 2003, 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS.
@ -63,8 +63,6 @@
less than 4096 is specified, in which case we need neither a fixup nor
a relocation directive. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"

View File

@ -1,5 +1,5 @@
/* tc-ip2k.c -- Assembler for the Scenix IP2xxx.
Copyright (C) 2000, 2002, 2003, 2005 Free Software Foundation.
Copyright (C) 2000, 2002, 2003, 2005, 2006 Free Software Foundation.
This file is part of GAS, the GNU Assembler.
@ -18,7 +18,6 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "subsegs.h"
#include "symcat.h"

View File

@ -1,5 +1,5 @@
/* tc-iq2000.c -- Assembler for the Sitera IQ2000.
Copyright (C) 2003, 2004, 2005 Free Software Foundation.
Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation.
This file is part of GAS, the GNU Assembler.
@ -18,7 +18,6 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"
@ -29,7 +28,6 @@
#include "elf/common.h"
#include "elf/iq2000.h"
#include "libbfd.h"
#include "hash.h"
#include "macro.h"
/* Structure to hold all of the different components describing

View File

@ -1,5 +1,5 @@
/* tc-m32c.c -- Assembler for the Renesas M32C.
Copyright (C) 2005 Free Software Foundation.
Copyright (C) 2005, 2006 Free Software Foundation.
Contributed by RedHat.
This file is part of GAS, the GNU Assembler.
@ -19,7 +19,6 @@
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include "as.h"
#include "subsegs.h"
#include "symcat.h"
@ -29,9 +28,7 @@
#include "elf/common.h"
#include "elf/m32c.h"
#include "libbfd.h"
#include "libiberty.h"
#include "safe-ctype.h"
#include "bfd.h"
/* Structure to hold all of the different components
describing an individual instruction. */

View File

@ -1,6 +1,6 @@
/* tc-m32r.c -- Assembler for the Renesas M32R.
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -19,7 +19,6 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"

View File

@ -1,6 +1,6 @@
/* tc-maxq.c -- assembler code for a MAXQ chip.
Copyright 2004, 2005 Free Software Foundation, Inc.
Copyright 2004, 2005, 2006 Free Software Foundation, Inc.
Contributed by HCL Technologies Pvt. Ltd.
@ -34,10 +34,6 @@
#define MAXQ10S 1
#endif
#ifndef _STRING_H
#include "string.h"
#endif
#ifndef DEFAULT_ARCH
#define DEFAULT_ARCH "MAXQ20"
#endif

View File

@ -1,5 +1,5 @@
/* tc-mcore.c -- Assemble code for M*Core
Copyright 1999, 2000, 2001, 2002, 2003, 2005
Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -19,14 +19,11 @@
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "bfd.h"
#include "subsegs.h"
#define DEFINE_TABLE
#include "../opcodes/mcore-opc.h"
#include "safe-ctype.h"
#include <string.h>
#ifdef OBJ_ELF
#include "elf/mcore.h"

View File

@ -1,6 +1,6 @@
/* tc-mips.c -- assemble code for a MIPS chip.
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2003, 2004, 2005 Free Software Foundation, Inc.
2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Contributed by the OSF and Ralph Campbell.
Written by Keith Knowles and Ralph Campbell, working independently.
Modified for ECOFF and R4000 support by Ian Lance Taylor of Cygnus
@ -28,8 +28,6 @@
#include "subsegs.h"
#include "safe-ctype.h"
#include <stdarg.h>
#include "opcode/mips.h"
#include "itbl-ops.h"
#include "dwarf2dbg.h"

View File

@ -1,5 +1,6 @@
/* tc-mmix.c -- Assembler for Don Knuth's MMIX.
Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation.
This file is part of GAS, the GNU Assembler.
@ -26,11 +27,9 @@
compatible syntax, but the main purpose is to serve GCC. */
#include <stdio.h>
#include <limits.h>
#include "as.h"
#include "subsegs.h"
#include "bfd.h"
#include "elf/mmix.h"
#include "opcode/mmix.h"
#include "safe-ctype.h"

View File

@ -19,7 +19,6 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"

View File

@ -19,7 +19,6 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"

View File

@ -1,6 +1,6 @@
/* tc-msp430.c -- Assembler code for the Texas Instruments MSP430
Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Contributed by Dmitry Diky <diwil@mail.ru>
This file is part of GAS, the GNU Assembler.
@ -20,9 +20,6 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <limits.h>
#define PUSH_1X_WORKAROUND

View File

@ -1,5 +1,5 @@
/* tc-mt.c -- Assembler for the Morpho Technologies mt .
Copyright (C) 2005 Free Software Foundation.
Copyright (C) 2005, 2006 Free Software Foundation.
This file is part of GAS, the GNU Assembler.
@ -18,7 +18,6 @@
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include "as.h"
#include "dwarf2dbg.h"
#include "subsegs.h"

View File

@ -1,6 +1,6 @@
/* ns32k.c -- Assemble on the National Semiconductor 32k series
Copyright 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2001, 2002, 2003, 2005
2001, 2002, 2003, 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -22,8 +22,6 @@
/*#define SHOW_NUM 1*//* Uncomment for debugging. */
#include <stdio.h>
#include "as.h"
#include "opcode/ns32k.h"

View File

@ -1,5 +1,5 @@
/* tc-openrisc.c -- Assembler for the OpenRISC family.
Copyright 2001, 2002, 2003, 2005 Free Software Foundation.
Copyright 2001, 2002, 2003, 2005, 2006 Free Software Foundation.
Contributed by Johan Rydberg, jrydberg@opencores.org
This file is part of GAS, the GNU Assembler.
@ -19,7 +19,6 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "subsegs.h"
#include "symcat.h"

View File

@ -20,7 +20,6 @@
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"

View File

@ -1,5 +1,5 @@
/* tc-s390.c -- Assemble for the S390
Copyright 2000, 2001, 2002, 2003, 2004, 2005
Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
@ -20,7 +20,6 @@
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"

View File

@ -1,6 +1,6 @@
/* tc-sh.c -- Assemble code for the Renesas / SuperH SH
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2003, 2004, 2005 Free Software Foundation, Inc.
2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -21,9 +21,7 @@
/* Written By Steve Chamberlain <sac@cygnus.com> */
#include <stdio.h>
#include "as.h"
#include "bfd.h"
#include "subsegs.h"
#define DEFINE_TABLE
#include "opcodes/sh-opc.h"

View File

@ -1,5 +1,6 @@
/* tc-sh64.c -- Assemble code for the SuperH SH SHcompact and SHmedia.
Copyright 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation.
This file is part of GAS, the GNU Assembler.
@ -25,7 +26,6 @@
#define HAVE_SH64
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "opcodes/sh64-opc.h"

View File

@ -1,6 +1,6 @@
/* tc-sparc.c -- Assemble for the SPARC
Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -19,8 +19,6 @@
to the Free Software Foundation, 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"

View File

@ -1,5 +1,5 @@
/* tc-c30.c -- Assembly code for the Texas Instruments TMS320C30
Copyright 1998, 1999, 2000, 2001, 2002, 2003
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2006
Free Software Foundation, Inc.
Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au)
@ -28,7 +28,6 @@
#include "as.h"
#include "safe-ctype.h"
#include "opcode/tic30.h"
#include <stdarg.h>
/* Put here all non-digit non-letter characters that may occur in an
operand. */

View File

@ -1,5 +1,5 @@
/* tc-tic4x.c -- Assemble for the Texas Instruments TMS320C[34]x.
Copyright (C) 1997,1998, 2002, 2003, 2005 Free Software Foundation.
Copyright (C) 1997,1998, 2002, 2003, 2005, 2006 Free Software Foundation.
Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz)
@ -45,14 +45,11 @@
o Support 'abc' constants (that is 0x616263)
*/
#include <stdio.h>
#include "safe-ctype.h"
#include "as.h"
#include "opcode/tic4x.h"
#include "subsegs.h"
#include "obstack.h"
#include "symbols.h"
#include "listing.h"
/* OK, we accept a syntax similar to the other well known C30
assembly tools. With TIC4X_ALT_SYNTAX defined we are more

View File

@ -45,9 +45,7 @@
COFF1 limits section names to 8 characters.
Some of the default behavior changed from COFF1 to COFF2. */
#include <stdlib.h>
#include <limits.h>
#include <errno.h>
#include "as.h"
#include "safe-ctype.h"
#include "sb.h"

View File

@ -19,7 +19,6 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"

View File

@ -2035,8 +2035,6 @@ main (void)
We declare arrays non-local in case some of our tiny-minded machines
default to small stacks. Also, helps with some debuggers. */
#include <stdio.h>
char answer[100]; /* Human types into here. */
char *p; /* */
char *myerr;

View File

@ -20,7 +20,6 @@
02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"
@ -28,7 +27,6 @@
#include "opcodes/xc16x-desc.h"
#include "opcodes/xc16x-opc.h"
#include "cgen.h"
#include "bfd.h"
#include "dwarf2dbg.h"

View File

@ -1,5 +1,6 @@
/* tc-xstormy16.c -- Assembler for the Sanyo XSTORMY16.
Copyright 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation.
This file is part of GAS, the GNU Assembler.
@ -18,7 +19,6 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "subsegs.h"
#include "symcat.h"

View File

@ -18,13 +18,11 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
#include <string.h>
#include <limits.h>
#include "as.h"
#include "sb.h"
#include "safe-ctype.h"
#include "tc-xtensa.h"
#include "frags.h"
#include "subsegs.h"
#include "xtensa-relax.h"
#include "xtensa-istack.h"

View File

@ -1,5 +1,5 @@
/* tc-z80.c -- Assemble code for the Zilog Z80 and ASCII R800
Copyright 2005 Free Software Foundation, Inc.
Copyright 2005, 2006 Free Software Foundation, Inc.
Contributed by Arnold Metselaar <arnold_m@operamail.com>
This file is part of GAS, the GNU Assembler.
@ -20,12 +20,8 @@
02110-1301, USA. */
#include "as.h"
#include "listing.h"
#include "bfd.h"
#include "safe-ctype.h"
#include "subsegs.h"
#include "symbols.h"
#include "libiberty.h"
/* Exported constants. */
const char comment_chars[] = ";\0";

View File

@ -1,6 +1,6 @@
/* tc-z8k.c -- Assemble code for the Zilog Z800n
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2001, 2002, 2003,
2005 Free Software Foundation, Inc.
2005, 2006 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -21,10 +21,7 @@
/* Written By Steve Chamberlain <sac@cygnus.com>. */
#include <stdio.h>
#include "as.h"
#include "bfd.h"
#include "safe-ctype.h"
#define DEFINE_TABLE
#include "opcodes/z8k-opc.h"

View File

@ -28,7 +28,6 @@
[epilogue_begin] [is_stmt VALUE] [isa VALUE]
*/
#include "ansidecl.h"
#include "as.h"
#include "safe-ctype.h"

View File

@ -25,7 +25,6 @@
(It also gives smaller files to re-compile.)
Here, "operand"s are of expressions, not instructions. */
#include <string.h>
#define min(a, b) ((a) < (b) ? (a) : (b))
#include "as.h"

View File

@ -1,6 +1,6 @@
/* input_file.c - Deal with Input Files -
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2000, 2001,
2002, 2003, 2005
2002, 2003, 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -25,9 +25,6 @@
What we lose in "efficiency" we gain in modularity.
Note we don't need to #include the "as.h" file. No common coupling! */
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include "as.h"
#include "input-file.h"
#include "safe-ctype.h"

View File

@ -1,6 +1,6 @@
/* input_scrub.c - Break up input buffers into whole numbers of lines.
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
2000, 2001, 2003
2000, 2001, 2003, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -20,7 +20,6 @@
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
#include <errno.h> /* Need this to make errno declaration right */
#include "as.h"
#include "input-file.h"
#include "sb.h"

View File

@ -1,5 +1,6 @@
/* itbl-lex.l
Copyright 1997, 1998, 2001, 2002, 2005 Free Software Foundation, Inc.
Copyright 1997, 1998, 2001, 2002, 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -19,10 +20,7 @@
02110-1301, USA. */
%{
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "as.h"
#include "itbl-lex.h"
#include <itbl-parse.h>

View File

@ -1,5 +1,5 @@
/* itbl-ops.c
Copyright 1997, 1999, 2000, 2001, 2002, 2003, 2005
Copyright 1997, 1999, 2000, 2001, 2002, 2003, 2005, 2006
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -89,9 +89,7 @@
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "as.h"
#include "itbl-ops.h"
#include <itbl-parse.h>
@ -253,8 +251,6 @@ itbl_add_operand (struct itbl_entry *e, int yytype, int sbit,
/* Interfaces for assembler and disassembler */
#ifndef STAND_ALONE
#include "as.h"
#include "symbols.h"
static void append_insns_as_macros (void);
/* Initialize for gas. */

View File

@ -1,5 +1,5 @@
/* itbl-ops.h
Copyright 1997, 1999, 2000, 2003 Free Software Foundation, Inc.
Copyright 1997, 1999, 2000, 2003, 2006 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -20,14 +20,6 @@
/* External functions, constants and defines for itbl support */
#include "ansidecl.h"
/* Include file notes: "expr.h" needed before targ-*.h,
* "targ-env.h" includes the chain of target dependant headers,
* "targ-cpu.h" has the HAVE_ITBL_CPU define, and
* as.h includes them all */
#include "as.h"
#ifdef HAVE_ITBL_CPU
#include "itbl-cpu.h"
#endif

View File

@ -1,5 +1,5 @@
/* itbl-parse.y
Copyright 1997, 2002, 2003, 2005 Free Software Foundation, Inc.
Copyright 1997, 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -246,7 +246,7 @@ FIXME! hex is ambiguous with any digit
*/
#include <stdio.h>
#include "as.h"
#include "itbl-lex.h"
#include "itbl-ops.h"

View File

@ -1,6 +1,6 @@
/* macro.c - macro support for gas
Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
2004, 2005 Free Software Foundation, Inc.
2004, 2005, 2006 Free Software Foundation, Inc.
Written by Steve and Judy Chamberlain of Cygnus Support,
sac@cygnus.com
@ -22,47 +22,11 @@
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
#include "config.h"
#ifndef __GNUC__
# if HAVE_ALLOCA_H
# include <alloca.h>
# else
# ifdef _AIX
/* Indented so that pre-ansi C compilers will ignore it, rather than
choke on it. Some versions of AIX require this to be the first
thing in the file. */
#pragma alloca
# else
# ifndef alloca /* predefined by HP cc +Olibcalls */
# if !defined (__STDC__) && !defined (__hpux)
extern char *alloca ();
# else
extern void *alloca ();
# endif /* __STDC__, __hpux */
# endif /* alloca */
# endif /* _AIX */
# endif /* HAVE_ALLOCA_H */
#endif /* __GNUC__ */
#include <stdio.h>
#ifdef HAVE_STRING_H
#include <string.h>
#else
#include <strings.h>
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include "as.h"
#include "libiberty.h"
#include "safe-ctype.h"
#include "sb.h"
#include "hash.h"
#include "macro.h"
#include "asintl.h"
/* The routines in this file handle macro definition and expansion.
They are called by gas. */

View File

@ -1,5 +1,5 @@
/* macro.h - header file for macro support for gas
Copyright 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2003, 2004
Copyright 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2006
Free Software Foundation, Inc.
Written by Steve and Judy Chamberlain of Cygnus Support,
@ -26,9 +26,6 @@
#define MACRO_H
#include "ansidecl.h"
#include "sb.h"
/* Structures used to store macros.
Each macro knows its name and included text. It gets built with a

View File

@ -1,6 +1,6 @@
/* output-file.c - Deal with the output file
Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1996, 1998, 1999, 2001,
2003, 2004, 2005 Free Software Foundation, Inc.
2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@ -19,17 +19,13 @@
the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
#include <stdio.h>
#include "as.h"
#include "output-file.h"
#ifndef TARGET_MACH
#define TARGET_MACH 0
#endif
#include "bfd.h"
bfd *stdoutput;
void

View File

@ -38,7 +38,6 @@ Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
#include "sb.h"
#include "macro.h"
#include "obstack.h"
#include "listing.h"
#include "ecoff.h"
#include "dw2gencfi.h"

View File

@ -1,5 +1,5 @@
/* sb.c - string buffer manipulation routines
Copyright 1994, 1995, 2000, 2003 Free Software Foundation, Inc.
Copyright 1994, 1995, 2000, 2003, 2006 Free Software Foundation, Inc.
Written by Steve and Judy Chamberlain of Cygnus Support,
sac@cygnus.com
@ -21,19 +21,8 @@
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
#include "config.h"
#include <stdio.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#else
#include <strings.h>
#endif
#include "libiberty.h"
#include "sb.h"
#include "as.h"
#include "sb.h"
/* These routines are about manipulating strings.

View File

@ -1,5 +1,5 @@
/* sb.h - header file for string buffer manipulation routines
Copyright 1994, 1995, 2000, 2003 Free Software Foundation, Inc.
Copyright 1994, 1995, 2000, 2003, 2006 Free Software Foundation, Inc.
Written by Steve and Judy Chamberlain of Cygnus Support,
sac@cygnus.com
@ -25,9 +25,6 @@
#define SB_H
#include <stdio.h>
#include "ansidecl.h"
/* String blocks
I had a couple of choices when deciding upon this data structure.