+2001-05-25 Sam TH <sam@uchicago.edu>
+
+ * basic-block.h: Fix header include guards.
+ * bitmap.h c-dump.h c-lex.h c-pragma.h c-tree.h collect2.h
+ cppdefault.h cpphash.h cpplib.h defaults.h diagnostic.h errors.h
+ except.h flags.h gcc.h gcov-io.h graph.h gstab.h gthr-aix.h
+ gthr-dce.h gthr-posix.h gthr-rtems.h gthr-single.h gthr-solaris.h
+ gthr-vxworks.h gthr-win32.h gthr.h hard-reg-set.h hwint.h
+ insn-addr.h libgcc2.h mbchar.h mkdeps.h params.h prefix.h real.h
+ rtl.h sbitmap.h system.h timevar.h toplev.h tradcpp.h tsystem.h
+ varray.h version.h: Likewise.
+ * config/dbxelf.h config/fp-bit.h config/arm/arm-protos.h
+ config/arm/arm.h config/c4x/c4x-protos.h
+ config/h8300/h8300-protos.h config/h8300/h8300.h
+ config/i370/i370-protos.h config/i370/i370.h
+ config/i960/i960-protos.h config/mcore/mcore.h
+ config/mips/mips-protos.h config/sh/sh-protos.h config/sh/sh.h
+ config/v850/v850-protos.h config/v850/v850.h: Likewise.
+ * fixinc/fixlib.h fixinc/server.h: Likewise.
+
2001-05-25 Stacey Sheldon <ssheldon@Catena.com>
* config/arc/initfini.c (.init): Fix typo.
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef _BASIC_BLOCK_H
-#define _BASIC_BLOCK_H 1
+#ifndef GCC_BASIC_BLOCK_H
+#define GCC_BASIC_BLOCK_H
#include "bitmap.h"
#include "sbitmap.h"
extern void calculate_dominance_info PARAMS ((int *, sbitmap *,
enum cdi_direction));
-#endif /* _BASIC_BLOCK_H */
+#endif /* GCC_BASIC_BLOCK_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef _BITMAP_H
-#define _BITMAP_H 1
+#ifndef GCC_BITMAP_H
+#define GCC_BITMAP_H
/* Number of words to use for each element in the linked list. */
} \
} while (0)
-#endif /* _BITMAP_H */
+#endif /* GCC_BITMAP_H */
struct c_fileinfo *get_fileinfo PARAMS ((const char *));
extern void dump_time_statistics PARAMS ((void));
-#endif
+#endif /* ! GCC_C_COMMON_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#ifndef GCC_C_DUMP_H
+#define GCC_C_DUMP_H
+
/* Flags used with queue functions. */
#define DUMP_NONE 0
#define DUMP_BINFO 1
PARAMS ((dump_info_p, const char *, tree, int));
extern void queue_and_dump_type
PARAMS ((dump_info_p, tree));
+
+#endif /* ! GCC_C_DUMP_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef _C_LEX_H
-#define _C_LEX_H
+#ifndef GCC_C_LEX_H
+#define GCC_C_LEX_H
extern tree make_pointer_declarator PARAMS ((tree, tree));
extern void position_after_white_space PARAMS ((void));
struct cpp_reader;
extern struct cpp_reader* parse_in;
-#endif
+#endif /* ! GCC_C_LEX_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef _C_PRAGMA_H
-#define _C_PRAGMA_H
+#ifndef GCC_C_PRAGMA_H
+#define GCC_C_PRAGMA_H
#ifdef HANDLE_SYSV_PRAGMA
/* Support #pragma weak iff ASM_WEAKEN_LABEL and ASM_OUTPUT_DEF are
extern void cpp_register_pragma_space PARAMS ((cpp_reader *, const char *));
#endif
-#endif /* _C_PRAGMA_H */
+#endif /* GCC_C_PRAGMA_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef _C_TREE_H
-#define _C_TREE_H
+#ifndef GCC_C_TREE_H
+#define GCC_C_TREE_H
#include "c-common.h"
/* In c-decl.c */
extern void finish_incomplete_decl PARAMS ((tree));
-#endif /* not _C_TREE_H */
+#endif /* ! GCC_C_TREE_H */
+2001-05-25 Sam TH <sam@uchicago.edu>
+
+ * ch-tree.h tasking.h: Fix header include guards.
+
2001-05-20 Joseph S. Myers <jsm28@cam.ac.uk>
* Make-lang.in (chill.dvi): Remove bogus dependencies. Don't cd
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef _CH_TREE_H
-#define _CH_TREE_H
+#ifndef GCC_CH_TREE_H
+#define GCC_CH_TREE_H
/* Usage of TREE_LANG_FLAG_?:
1: TUPLE_NAMED_FIELD
extern const char * const gnuchill_version;
-#endif
+#endif /* ! GCC_CH_TREE_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef _CH_TASKING_H
-#define _CH_TASKING_H
+#ifndef GCC_TASKING_H
+#define GCC_TASKING_H
/* list of this module's process, buffer, etc. decls */
extern tree tasking_list;
-#endif
+#endif /* ! GCC_TASKING_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef __COLLECT2_H__
-#define __COLLECT2_H__
+#ifndef GCC_COLLECT2_H
+#define GCC_COLLECT2_H
extern void do_tlink PARAMS ((char **, char **));
extern void fatal_perror PARAMS ((const char *, ...))
ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN;
-#endif /* ! __COLLECT2_H__ */
+#endif /* ! GCC_COLLECT2_H */
extern void arm_pr_long_calls_off PARAMS ((cpp_reader *));
#endif
-#endif /* GCC_ARM_PROTOS_H */
+#endif /* ! GCC_ARM_PROTOS_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef __ARM_H__
-#define __ARM_H__
+#ifndef GCC_ARM_H
+#define GCC_ARM_H
#define TARGET_CPU_arm2 0x0000
#define TARGET_CPU_arm250 0x0000
#define MD_EXPAND_BUILTIN(EXP, TARGET, SUBTARGET, MODE, IGNORE) \
arm_expand_builtin ((EXP), (TARGET), (SUBTARGET), (MODE), (IGNORE))
-#endif /* __ARM_H__ */
+#endif /* ! GCC_ARM_H */
extern void c4x_init_pragma PARAMS ((int (*) (tree *)));
#endif
-#endif
+#endif /* ! GCC_C4X_PROTOS_H */
support -gstabs generating stabs in sections, as produced by gas
and understood by gdb. */
-#ifndef __DBX_ELF_H
-#define __DBX_ELF_H
+#ifndef GCC_DBX_ELF_H
+#define GCC_DBX_ELF_H
/* Output DBX (stabs) debugging information if doing -gstabs. */
asm_fprintf (FILE, \
"\t.text\n\t.stabs \"\",%d,0,0,%LLetext\n%LLetext:\n", N_SO)
-#endif /* __DBX_ELF_H */
+#endif /* ! GCC_DBX_ELF_H */
This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License. */
-#ifndef __FP_BIT_H__
-#define __FP_BIT_H__
+#ifndef GCC_FP_BIT_H
+#define GCC_FP_BIT_H
/* Defining FINE_GRAINED_LIBRARIES allows one to select which routines
from this file are compiled via additional -D options.
#endif
#endif /* ! FLOAT */
-#endif /* __FP_BIT_H__ */
+#endif /* ! GCC_FP_BIT_H */
extern void h8300_pr_saveall PARAMS ((cpp_reader *));
#endif
-#endif /* GCC_H8300_PROTOS_H */
+#endif /* ! GCC_H8300_PROTOS_H */
#define MOVE_RATIO 3
-#endif /* GCC_H8300_H */
+#endif /* ! GCC_H8300_H */
extern void i370_pr_map PARAMS ((cpp_reader *));
#endif
-#endif
+#endif /* ! GCC_I370_PROTOS_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef __I370_H__
-#define __I370_H__
+#ifndef GCC_I370_H
+#define GCC_I370_H
/* Run-time compilation parameters selecting different hardware subsets. */
extern int target_flags;
fprintf ((FILE), ",%u\n", (ROUNDED)))
#endif /* TARGET_ELF_ABI */
-#endif /* __I370_H__ */
+#endif /* ! GCC_I370_H */
extern void i960_pr_noalign PARAMS ((cpp_reader *));
#endif
-#endif /* i960-protos.h */
+#endif /* ! GCC_I960_PROTOS_H */
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-#ifndef __MCORE__H
-#define __MCORE__H
+#ifndef GCC_MCORE_H
+#define GCC_MCORE_H
/* RBE: need to move these elsewhere. */
#undef LIKE_PPC_ABI
{ "mcore_store_multiple_operation", { PARALLEL }}, \
{ "mcore_call_address_operand", { REG, SUBREG, CONST_INT }}, \
-#endif /* __MCORE__H */
+#endif /* ! GCC_MCORE_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef __MIPS_PROTOS_H__
-#define __MIPS_PROTOS_H__
+#ifndef GCC_MIPS_PROTOS_H
+#define GCC_MIPS_PROTOS_H
extern HOST_WIDE_INT compute_frame_size PARAMS ((HOST_WIDE_INT));
extern void function_epilogue PARAMS ((FILE *, HOST_WIDE_INT));
extern int m16_usym5_4 PARAMS ((rtx, enum machine_mode));
#endif /* RTX_CODE */
-#endif /* __MIPS_PROTOS_H__ */
+#endif /* ! GCC_MIPS_PROTOS_H */
extern void sh_pr_nosave_low_regs PARAMS ((cpp_reader *));
#endif
-#endif /* sh-protos.h */
+#endif /* ! GCC_SH_PROTOS_H */
1: .long " USER_LABEL_PREFIX #func " - 0b\n\
2:")
-#endif /* sh.h */
+#endif /* ! GCC_SH_H */
#undef Mmode
-#endif /* v850-protos.h */
+#endif /* ! GCC_V850_PROTOS_H */
{ "register_is_ok_for_epilogue",{ REG }}, \
{ "not_power_of_two_operand", { CONST_INT }},
-#endif /* v850.h */
+#endif /* ! GCC_V850_H */
-2001-05-26 Mark Mitchell <mark@codesourcery.com>
+2001-05-25 Sam TH <sam@uchicago.edu>
+
+ * cp-tree.h lex.h: Fix header include guards.
+
+2001-05-25 Mark Mitchell <mark@codesourcery.com>
* decl.c (init_decl_processing): Tweak.
#include "splay-tree.h"
#include "varray.h"
-#ifndef _CP_TREE_H
-#define _CP_TREE_H
+#ifndef GCC_CP_TREE_H
+#define GCC_CP_TREE_H
#include "c-common.h"
/* -- end of C++ */
-#endif /* not _CP_TREE_H */
+#endif /* ! GCC_CP_TREE_H */
file named COPYING. Among other things, the copyright notice
and this notice must be preserved on all copies. */
-#ifndef _CP_LEX_H
-#define _CP_LEX_H
+#ifndef GCC_CP_LEX_H
+#define GCC_CP_LEX_H
#if 0
/* Formerly, the RID_* values used as mask bits did not fit into a
extern int yylex PARAMS ((void));
-#endif /* _CP_LEX_H */
+#endif /* ! GCC_CP_LEX_H */
along with this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#ifndef __GCC_CPPDEFAULT__
-#define __GCC_CPPDEFAULT__
+#ifndef GCC_CPPDEFAULT_H
+#define GCC_CPPDEFAULT_H
/* This header contains declarations and/or #defines for all the
hard-wired defaults in cpp. Note it's used by both cpplib and
extern const char cpp_GCC_INCLUDE_DIR[];
extern const size_t cpp_GCC_INCLUDE_DIR_len;
-#endif /* cppdefault.h */
+#endif /* ! GCC_CPPDEFAULT_H */
return fputs ((const char *)s, f);
}
-#endif /* GCC_CPPHASH_H */
+#endif /* ! GCC_CPPHASH_H */
#endif
/* For complex reasons, cpp_reader is also typedefed in c-pragma.h. */
-#ifndef _C_PRAGMA_H
+#ifndef GCC_C_PRAGMA_H
typedef struct cpp_reader cpp_reader;
#endif
typedef struct cpp_buffer cpp_buffer;
#ifdef __cplusplus
}
#endif
-#endif /* GCC_CPPLIB_H */
+
+#endif /* ! GCC_CPPLIB_H */
#define MD_INIT_BUILTINS
#endif
-#endif /* GCC_DEFAULTS_H */
-
+#endif /* ! GCC_DEFAULTS_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef __GCC_DIAGNOSTIC_H__
-#define __GCC_DIAGNOSTIC_H__
+#ifndef GCC_DIAGNOSTIC_H
+#define GCC_DIAGNOSTIC_H
#include "obstack.h"
extern void record_last_error_function PARAMS ((void));
extern void report_problematic_module PARAMS ((output_buffer *));
-#endif /* __GCC_DIAGNOSTIC_H__ */
+#endif /* ! GCC_DIAGNOSTIC_H */
in the generator programs; eventually we would like to use them in
cc1 too, but that's a longer term project. */
-#ifndef __GCC_ERRORS_H__
-#define __GCC_ERRORS_H__
+#ifndef GCC_ERRORS_H
+#define GCC_ERRORS_H
extern void warning PARAMS ((const char *, ...)) ATTRIBUTE_PRINTF_1;
extern void error PARAMS ((const char *, ...)) ATTRIBUTE_PRINTF_1;
extern int have_error;
extern const char *progname;
-#endif
+#endif /* ! GCC_ERRORS_H */
#define rtx struct rtx_def *
#endif
-#ifndef _VARRAY_H_
+#ifndef GCC_VARRAY_H
struct varray_head_tag;
#define varray_type struct varray_head_tag *
#endif
#undef rtx
#endif
-#ifndef _VARRAY_H_
+#ifndef GCC_VARRAY_H
#undef varray_type
#endif
+2001-05-25 Sam TH <sam@uchicago.edu>
+
+ * bad.h: Fix header include guards.
+ * bit.h bld.h com.h data.h equiv.h expr.h global.h
+ implic.h info.h intrin.h lab.h lex.h malloc.h name.h
+ proj.h src.h st.h sta.h stb.h stc.h std.h ste.h
+ storag.h stp.h str.h sts.h stt.h stu.h stv.h stw.h
+ symbol.h target.h top.h type.h version.h
+ where.h: Likewise.
+
2001-05-22 Toon Moene <toon@moene.indiv.nluug.nl>
* g77.texi: Update last-changed date.
/* Allow multiple inclusion to work. */
-#ifndef _H_f_bad
-#define _H_f_bad
+#ifndef GCC_F_BAD_H
+#define GCC_F_BAD_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_BAD_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_bit
-#define _H_f_bit
+#ifndef GCC_F_BIT_H
+#define GCC_F_BIT_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_BIT_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_bld
-#define _H_f_bld
+#ifndef GCC_F_BLD_H
+#define GCC_F_BLD_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_BLD_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_com
-#define _H_f_com
+#ifndef GCC_F_COM_H
+#define GCC_F_COM_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_COM_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_data
-#define _H_f_data
+#ifndef GCC_F_DATA_H
+#define GCC_F_DATA_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_DATA_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_equiv
-#define _H_f_equiv
+#ifndef GCC_F_EQUIV_H
+#define GCC_F_EQUIV_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_EQUIV_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_expr
-#define _H_f_expr
+#ifndef GCC_F_EXPR_H
+#define GCC_F_EXPR_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_EXPR_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_global
-#define _H_f_global
+#ifndef GCC_F_GLOBAL_H
+#define GCC_F_GLOBAL_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_GLOBAL_H */
+
/* Allow multiple inclusion to work. */
-#ifndef _H_f_implic
-#define _H_f_implic
+#ifndef GCC_F_IMPLIC_H
+#define GCC_F_IMPLIC_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_IMPLIC_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_info
-#define _H_f_info
+#ifndef GCC_F_INFO_H
+#define GCC_F_INFO_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_INFO_H */
*/
-#ifndef _H_f_intrin
-#define _H_f_intrin
+#ifndef GCC_F_INTRIN_H
+#define GCC_F_INTRIN_H
#ifndef FFEINTRIN_DOC
#define FFEINTRIN_DOC 0 /* 1 means intrinsic documentation only (intdoc.c). */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_INTRIN_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_lab
-#define _H_f_lab
+#ifndef GCC_F_LAB_H
+#define GCC_F_LAB_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_LAB_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_lex
-#define _H_f_lex
+#ifndef GCC_F_LEX_H
+#define GCC_F_LEX_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_LEX_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_malloc
-#define _H_f_malloc
+#ifndef GCC_F_MALLOC_H
+#define GCC_F_MALLOC_H
#ifndef MALLOC_DEBUG
#define MALLOC_DEBUG 0 /* 1 means check caller's use of this module. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_MALLOC_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_name
-#define _H_f_name
+#ifndef GCC_F_NAME_H
+#define GCC_F_NAME_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_NAME_H */
*/
-#ifndef _H_f_proj
-#define _H_f_proj
+#ifndef GCC_F_PROJ_H
+#define GCC_F_PROJ_H
#ifdef USE_HCONFIG
#include "hconfig.h"
#define dmpout stderr
#endif
-#endif
+#endif /* ! GCC_F_PROJ_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_src
-#define _H_f_src
+#ifndef GCC_F_SRC_H
+#define GCC_F_SRC_H
#include "bad.h"
#include "top.h"
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_SRC_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_st
-#define _H_f_st
+#ifndef GCC_F_ST_H
+#define GCC_F_ST_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_ST_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_sta
-#define _H_f_sta
+#ifndef GCC_F_STA_H
+#define GCC_F_STA_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_STA_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_stb
-#define _H_f_stb
+#ifndef GCC_F_STB_H
+#define GCC_F_STB_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_STB_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_stc
-#define _H_f_stc
+#ifndef GCC_F_STC_H
+#define GCC_F_STC_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_STC_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_std
-#define _H_f_std
+#ifndef GCC_F_STD_H
+#define GCC_F_STD_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_STD_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_ste
-#define _H_f_ste
+#ifndef GCC_F_STE_H
+#define GCC_F_STE_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_STE_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_storag
-#define _H_f_storag
+#ifndef GCC_F_STORAG_H
+#define GCC_F_STORAG_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_STORAG_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_stp
-#define _H_f_stp
+#ifndef GCC_F_STP_H
+#define GCC_F_STP_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_STP_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_str
-#define _H_f_str
+#ifndef GCC_F_STR_H
+#define GCC_F_STR_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_STR_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_sts
-#define _H_f_sts
+#ifndef GCC_F_STS_H
+#define GCC_F_STS_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_STS_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_stt
-#define _H_f_stt
+#ifndef GCC_F_STT_H
+#define GCC_F_STT_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_STT_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_stu
-#define _H_f_stu
+#ifndef GCC_F_STU_H
+#define GCC_F_STU_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_STU_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_stv
-#define _H_f_stv
+#ifndef GCC_F_STV_H
+#define GCC_F_STV_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_STV_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_stw
-#define _H_f_stw
+#ifndef GCC_F_STW_H
+#define GCC_F_STW_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_STW_H */
the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-#ifndef _H_f_symbol
-#define _H_f_symbol
+#ifndef GCC_F_SYMBOL_H
+#define GCC_F_SYMBOL_H
/* The main symbol type. */
#define ffesymbol_where_line(s) (((s)->name == NULL) ? ffewhere_line_unknown() \
: ffename_where_line((s)->name))
-#endif
+#endif /* ! GCC_F_SYMBOL_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_target
-#define _H_f_target
+#ifndef GCC_F_TARGET_H
+#define GCC_F_TARGET_H
#ifdef FFE_STANDALONE
#define HOST_WIDE_INT long
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_TARGET_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_parse
-#define _H_f_parse
+#ifndef GCC_F_TOP_H
+#define GCC_F_TOP_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_TOP_H */
the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-#ifndef _H_f_type
-#define _H_f_type
+#ifndef GCC_F_TYPE_H
+#define GCC_F_TYPE_H
typedef struct _ffetype_ *ffetype;
typedef struct _ffetype_indexes_ *ffetype_indexes_;
#define ffetype_terminate_3()
#define ffetype_terminate_4()
-#endif
+#endif /* ! GCC_F_TYPE_H */
-#ifndef _H_f_version
-#define _H_f_version
+#ifndef GCC_F_VERSION_H
+#define GCC_F_VERSION_H
extern const char *ffe_version_string;
-#endif
+#endif /* ! GCC_F_VERSION_H */
/* Allow multiple inclusion to work. */
-#ifndef _H_f_where
-#define _H_f_where
+#ifndef GCC_F_WHERE_H
+#define GCC_F_WHERE_H
/* Simple definitions and enumerations. */
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_EHERE_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef FIXINCLUDES_FIXLIB_H
-#define FIXINCLUDES_FIXLIB_H
+#ifndef GCC_FIXLIB_H
+#define GCC_FIXLIB_H
#include "auto-host.h"
#include "ansidecl.h"
PARAMS(( regex_t** label_re, regex_t** name_re,
tCC *who ));
#endif
-#endif /* FIXINCLUDES_FIXLIB_H */
+#endif /* ! GCC_FIXLIB_H */
* If you do not wish that, delete this exception notice.
*/
-#ifndef FIXINC_SERVER_H
-#define FIXINC_SERVER_H
+#ifndef GCC_SERVER_H
+#define GCC_SERVER_H
#include <stdio.h>
#ifdef HAVE_UNISTD_H
int chain_open PARAMS (( int in_fd, tCC ** pp_args,
pid_t * p_child));
void close_server PARAMS (( void ));
-#endif /* FIXINC_SERVER_H */
+
+#endif /* ! GCC_SERVER_H */
/* Nonzero means enable synchronous exceptions for non-call instructions. */
extern int flag_non_call_exceptions;
-#endif /* GCC_FLAGS_H */
+#endif /* ! GCC_FLAGS_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef __GCC_H__
-#define __GCC_H__
+#ifndef GCC_GCC_H
+#define GCC_GCC_H
#include "version.h"
extern const char **outfiles;
-#endif /* ! __GCC_H__ */
+#endif /* ! GCC_GCC_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef GCOV_IO_H
-#define GCOV_IO_H
+#ifndef GCC_GCOV_IO_H
+#define GCC_GCOV_IO_H
#include <stdio.h>
#include <sys/types.h>
return __fetch_long (dest, c, bytes);
}
-#endif
+#endif /* ! GCC_GCOV_IO_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef __GRAPH_H__
-#define __GRAPH_H__
+#ifndef GCC_GRAPH_H
+#define GCC_GRAPH_H
extern void print_rtl_graph_with_bb PARAMS ((const char *, const char *, rtx));
extern void clean_graph_dump_file PARAMS ((const char *, const char *));
extern void finish_graph_dump_file PARAMS ((const char *, const char *));
-#endif /* ! __GRAPH_H__ */
+#endif /* ! GCC_GRAPH_H */
-#ifndef __GNU_STAB__
-
-/* Indicate the GNU stab.h is in use. */
-
-#define __GNU_STAB__
+#ifndef GCC_GSTAB_H
+#define GCC_GSTAB_H
#define __define_stab(NAME, CODE, STRING) NAME=CODE,
#undef __define_stab
-#endif /* __GNU_STAB_ */
+#endif /* ! GCC_GSTAB_H */
This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License. */
-#ifndef __gthr_aix_h
-#define __gthr_aix_h
+#ifndef GCC_GTHR_AIX_H
+#define GCC_GTHR_AIX_H
#ifdef _THREAD_SAFE
#include "gthr-posix.h"
#include "gthr-single.h"
#endif
-#endif /* __gthr_aix_h */
+#endif /* GCC_GTHR_AIX_H */
This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License. */
-#ifndef __gthr_dce_h
-#define __gthr_dce_h
+#ifndef GCC_GTHR_DCE_H
+#define GCC_GTHR_DCE_H
/* DCE threads interface.
DCE threads are based on POSIX threads draft 4, and many things
#undef UNUSED
-#endif /* not __gthr_dce_h */
+#endif /* ! GCC_GTHR_DCE_H */
This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License. */
-#ifndef __gthr_posix_h
-#define __gthr_posix_h
+#ifndef GCC_GTHR_POSIX_H
+#define GCC_GTHR_POSIX_H
/* POSIX threads specific definitions.
Easy, since the interface is just one-to-one mapping. */
#endif /* _LIBOBJC */
-#endif /* not __gthr_posix_h */
+#endif /* ! GCC_GTHR_POSIX_H */
This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License. */
-#ifndef __gthr_rtems_h
-#define __gthr_rtems_h
+#ifndef GCC_GTHR_RTEMS_H
+#define GCC_GTHR_RTEMS_H
#define __GTHREADS 1
return rtems_gxx_mutex_unlock( mutex );
}
-#endif /* __gthr_rtems_h */
+#endif /* ! GCC_GTHR_RTEMS_H */
This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License. */
-#ifndef __gthr_single_h
-#define __gthr_single_h
+#ifndef GCC_GTHR_SINGLE_H
+#define GCC_GTHR_SINGLE_H
/* Just provide compatibility for mutex handling. */
#undef UNUSED
-#endif /* not __gthr_single_h */
+#endif /* ! GCC_GTHR_SINGLE_H */
This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License. */
-#ifndef __gthr_solaris_h
-#define __gthr_solaris_h
+#ifndef GCC_GTHR_SOLARIS_H
+#define GCC_GTHR_SOLARIS_H
/* Solaris threads as found in Solaris 2.[456].
Actually these are Unix International (UI) threads, but I don't
#endif /* _LIBOBJC */
-#endif /* not __gthr_solaris_h */
+#endif /* ! GCC_GTHR_SOLARIS_H */
This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License. */
-#ifndef __gthr_vxworks_h
-#define __gthr_vxworks_h
+#ifndef GCC_GTHR_VXWORKS_H
+#define GCC_GTHR_VXWORKS_H
#ifdef _LIBOBJC
#endif /* _LIBOBJC */
-#endif /* not __gthr_vxworks_h */
+#endif /* ! GCC_GTHR_VXWORKS_H */
This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License. */
-#ifndef __gthr_win32_h
-#define __gthr_win32_h
+#ifndef GCC_GTHR_WIN32_H
+#define GCC_GTHR_WIN32_H
/* Windows32 threads specific definitions. The windows32 threading model
does not map well into pthread-inspired gcc's threading model, and so
#endif /* _LIBOBJC */
-#endif /* not __gthr_win32_h */
+#endif /* ! GCC_GTHR_WIN32_H */
This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License. */
-#ifndef __gthr_h
-#define __gthr_h
+#ifndef GCC_GTHR_H
+#define GCC_GTHR_H
/* If this file is compiled with threads support, it must
#define __GTHREADS 1
#include "gthr-single.h"
#endif
-#endif /* not __gthr_h */
+#endif /* ! GCC_GTHR_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef _HARD_REG_SET_H
-#define _HARD_REG_SET_H 1
+#ifndef GCC_HARD_REG_SET_H
+#define GCC_HARD_REG_SET_H
/* Define the type of a set of hard registers. */
extern const char * reg_names[FIRST_PSEUDO_REGISTER];
-#endif /* _HARD_REG_SET_H */
+#endif /* ! GCC_HARD_REG_SET_H */
Provide definitions for macros which depend on HOST_BITS_PER_INT
and HOST_BITS_PER_LONG. */
-#ifndef __HWINT_H__
-#define __HWINT_H__
+#ifndef GCC_HWINT_H
+#define GCC_HWINT_H
/* This describes the machine the compiler is hosted on. */
#define HOST_BITS_PER_CHAR CHAR_BIT
# endif /* long long wider than long */
#endif /* ! HOST_WIDEST_INT */
-#endif /* __HWINT_H__ */
+#endif /* ! GCC_HWINT_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef _INSN_ADDR_H
-#define _INSN_ADDR_H 1
+#ifndef GCC_INSN_ADDR_H
+#define GCC_INSN_ADDR_H
#include "varray.h"
} \
} while (0)
-#endif /* _INSN_ADDR_H */
+#endif /* ! GCC_INSN_ADDR_H */
+2001-05-25 Sam TH <sam@uchicago.edu>
+
+ * gen-table.pl javaop.h jcf.h lex.h,
+ parse.h: Fix header include guards.
+
2001-05-23 Joseph S. Myers <jsm28@cam.ac.uk>
* jv-scan.c (version): Update copyright year.
print OUT "/* This file is automatically generated. DO NOT EDIT!\n";
print OUT " Instead, edit gen-table.pl and re-run. */\n\n";
- print OUT "#ifndef CHARTABLES_H\n";
- print OUT "#define CHARTABLES_H\n\n";
+ print OUT "#ifndef GCC_CHARTABLES_H\n";
+ print OUT "#define GCC_CHARTABLES_H\n\n";
print OUT "#define LETTER_START 1\n";
print OUT "#define LETTER_PART 2\n\n";
}
print OUT "\n};\n\n";
- print OUT "#endif /* CHARTABLES_H */\n";
+ print OUT "#endif /* ! GCC_CHARTABLES_H */\n";
close (OUT);
/* Written by Per Bothner <bothner@cygnus.com>, February 1996. */
-#ifndef JAVAOP_H
-#define JAVAOP_H
+#ifndef GCC_JAVAOP_H
+#define GCC_JAVAOP_H
typedef unsigned char uint8;
#ifndef int16
: ((PREFIX_CHAR) & 0x10) == 0 ? 3 \
: ((PREFIX_CHAR) & 0x08) == 0 ? 4 : 5)
-#endif /* !JAVAOP_H */
+#endif /* ! GCC_JAVAOP_H */
/* Written by Per Bothner <bothner@cygnus.com>, February 1996. */
-#ifndef JCF_H
-#define JCF_H
+#ifndef GCC_JCF_H
+#define GCC_JCF_H
#include "javaop.h"
#ifndef DEFUN
#if defined (__STDC__)
extern int jcf_path_is_system PARAMS ((void *));
extern int jcf_path_max_len PARAMS ((void));
-#endif
+#endif /* ! GCC_JCF_H */
of Sun Microsystems, Inc. in the United States and other countries.
The Free Software Foundation is independent of Sun Microsystems, Inc. */
-#ifndef JV_LEX_H
-#define JV_LEX_H
+#ifndef GCC_JAVA_LEX_H
+#define GCC_JAVA_LEX_H
#include <setjmp.h> /* set_float_handler argument uses it */
#define JAVA_CHAR_ERROR -2
#define UEOF -1
-#endif
+#endif /* ! GCC_JAVA_LEX_H */
of Sun Microsystems, Inc. in the United States and other countries.
The Free Software Foundation is independent of Sun Microsystems, Inc. */
-#ifndef JV_LANG_H
-#define JV_LANG_H
+#ifndef GCC_JAVA_PARSE_H
+#define GCC_JAVA_PARSE_H
#include "lex.h"
extern struct parser_ctxt *ctxp;
struct parser_ctxt *ctxp_for_generation;
-#endif
+
+#endif /* ! GCC_JAVA_PARSE_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef __LIBGCC2_H__
-#define __LIBGCC2_H__
+#ifndef GCC_LIBGCC2_H
+#define GCC_LIBGCC2_H
extern int __gcc_bcmp (const unsigned char *, const unsigned char *, size_t);
extern void __clear_cache (char *, char *);
#include "longlong.h"
-#endif /* __LIBGCC2_H__ */
+#endif /* ! GCC_LIBGCC2_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef __GCC_MBCHAR_H__
-#define __GCC_MBCHAR_H__
+#ifndef GCC_MBCHAR_H
+#define GCC_MBCHAR_H
#ifdef MULTIBYTE_CHARS
/* The locale being used for multibyte characters in string/char literals. */
extern const char *literal_codeset;
#endif /* MULTIBYTE_CHARS */
-#endif
+#endif /* ! GCC_MBCHAR_H */
You are forbidden to forbid anyone else to use, share and improve
what you give them. Help stamp out software-hoarding! */
-#ifndef __GCC_MKDEPS__
-#define __GCC_MKDEPS__
+#ifndef GCC_MKDEPS_H
+#define GCC_MKDEPS_H
/* This is the data structure used by all the functions in mkdeps.c.
It's quite straightforward, but should be treated as opaque. */
automatic dependency schemes. */
extern void deps_phony_targets PARAMS ((const struct deps *, FILE *));
-#endif
+#endif /* ! GCC_MKDEPS_H */
Since their values can be set on the command-line, these parameters
should not be used for non-dynamic memory allocation. */
-#ifndef PARAMS_H
-#define PARAMS_H
+#ifndef GCC_PARAMS_H
+#define GCC_PARAMS_H
/* No parameter shall have this value. */
#define MAX_GCSE_MEMORY \
((size_t) PARAM_VALUE (PARAM_MAX_GCSE_MEMORY))
-#endif /* PARAMS_H */
+#endif /* ! GCC_PARAMS_H */
Boston, MA 02111-1307, USA. */
-#ifndef __GCC_PREFIX_H__
-#define __GCC_PREFIX_H__
+#ifndef GCC_PREFIX_H
+#define GCC_PREFIX_H
extern const char *update_path PARAMS ((const char *, const char *));
extern void set_std_prefix PARAMS ((const char *, int));
-#endif /* ! __GCC_PREFIX_H__ */
+#endif /* ! GCC_PREFIX_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef REAL_H_INCLUDED
-#define REAL_H_INCLUDED
+#ifndef GCC_REAL_H
+#define GCC_REAL_H
/* Define codes for all the float formats that we know of. */
#define UNKNOWN_FLOAT_FORMAT 0
extern void debug_real PARAMS ((REAL_VALUE_TYPE));
extern REAL_VALUE_TYPE ereal_atof PARAMS ((const char *, enum machine_mode));
-#endif /* Not REAL_H_INCLUDED */
+#endif /* ! GCC_REAL_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef _RTL_H
-#define _RTL_H
+#ifndef GCC_RTL_H
+#define GCC_RTL_H
struct function;
/* In condexec.c */
extern void if_convert PARAMS ((int));
-#endif /* _RTL_H */
+#endif /* ! GCC_RTL_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef _SBITMAP_H
-#define _SBITMAP_H 1
+#ifndef GCC_SBITMAP_H
+#define GCC_SBITMAP_H
/* It's not clear yet whether using bitmap.[ch] will be a win.
It should be straightforward to convert so for now we keep things simple
extern void sbitmap_union_of_preds PARAMS ((sbitmap, sbitmap *, int));
extern void debug_sbitmap PARAMS ((sbitmap));
-#endif /* _SBITMAP_H */
+#endif /* ! GCC_SBITMAP_H */
Boston, MA 02111-1307, USA. */
-#ifndef __GCC_SYSTEM_H__
-#define __GCC_SYSTEM_H__
+#ifndef GCC_SYSTEM_H
+#define GCC_SYSTEM_H
/* This is the location of the online document giving information how
to report bugs. If you change this string, also check for strings
#endif /* GCC >= 3.0 */
-#endif /* __GCC_SYSTEM_H__ */
+#endif /* ! GCC_SYSTEM_H */
extern long get_run_time PARAMS ((void));
extern void print_time PARAMS ((const char *, long));
-#endif
+#endif /* ! GCC_TIMEVAR_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef __GCC_TOPLEV_H__
-#define __GCC_TOPLEV_H__
+#ifndef GCC_TOPLEV_H
+#define GCC_TOPLEV_H
#ifdef ANSI_PROTOTYPES
union tree_node;
extern int exact_log2_wide PARAMS ((unsigned HOST_WIDE_INT));
extern int floor_log2_wide PARAMS ((unsigned HOST_WIDE_INT));
-#endif /* __GCC_TOPLEV_H */
+#endif /* ! GCC_TOPLEV_H */
along with this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#ifndef _TRADCPP_H_
-#define _TRADCPP_H_
+#ifndef GCC_TRADCPP_H
+#define GCC_TRADCPP_H
extern void error PARAMS ((const char *msgid, ...)) ATTRIBUTE_PRINTF_1;
extern void warning PARAMS ((const char *msgid, ...)) ATTRIBUTE_PRINTF_1;
#define is_space(x) ISSPACE(x)
#define is_nvspace(x) (IS_NVSPACE(x) && x != '\0')
-#endif /* ! _TRADCPP_H_ */
+#endif /* ! GCC_TRADCPP_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef __GCC_TSYSTEM_H__
-#define __GCC_TSYSTEM_H__
+#ifndef GCC_TSYSTEM_H
+#define GCC_TSYSTEM_H
/* System headers (e.g. stdio.h, stdlib.h, unistd.h) sometimes
indirectly include getopt.h. Our -I flags will cause gcc's gnu
#define NULL 0
#endif
-#endif /* __GCC_TSYSTEM_H__ */
+#endif /* ! GCC_TSYSTEM_H */
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef _VARRAY_H_
-#define _VARRAY_H_
+#ifndef GCC_VARRAY_H
+#define GCC_VARRAY_H
#ifndef HOST_WIDE_INT
#include "machmode.h"
#endif
-#ifndef __GCC_SYSTEM_H__
+#ifndef GCC_SYSTEM_H
#include "system.h"
#endif
#define VARRAY_TOP_CONST_EQUIV(VA) VARRAY_TOP (VA, const_equiv)
#define VARRAY_TOP_BB(VA) VARRAY_TOP (VA, bb)
-#endif /* _VARRAY_H_ */
+#endif /* ! GCC_VARRAY_H */
-#ifndef __GCC_VERSION_H__
-#define __GCC_VERSION_H__
+#ifndef GCC_VERSION_H
+#define GCC_VERSION_H
extern const char *const version_string;
-#endif /* __GCC_VERSION_H__ */
+#endif /* ! GCC_VERSION_H */