+2014-09-19 Kito Cheng <kito@0xlab.org>
+
+ * except.h: Fix header guard.
+ * addresses.h: Add missing header guard.
+ * cfghooks.h: Likewise.
+ * collect-utils.h: Likewise.
+ * collect2-aix.h: Likewise.
+ * conditions.h: Likewise.
+ * cselib.h: Likewise.
+ * dwarf2asm.h: Likewise.
+ * graphds.h: Likewise.
+ * graphite-scop-detection.h: Likewise.
+ * gsyms.h: Likewise.
+ * hw-doloop.h: Likewise.
+ * incpath.h: Likewise.
+ * ipa-inline.h: Likewise.
+ * ipa-ref.h: Likewise.
+ * ira-int.h: Likewise.
+ * ira.h: Likewise.
+ * lra-int.h: Likewise.
+ * lra.h: Likewise.
+ * lto-section-names.h: Likewise.
+ * read-md.h: Likewise.
+ * reload.h: Likewise.
+ * rtl-error.h: Likewise.
+ * sdbout.h: Likewise.
+ * targhooks.h: Likewise.
+ * tree-affine.h: Likewise.
+ * xcoff.h: Likewise.
+ * xcoffout.h: Likewise.
+
2014-09-18 Vladimir Makarov <vmakarov@redhat.com>
PR debug/63285
MODE_BASE_REG_REG_CLASS, MODE_BASE_REG_CLASS and BASE_REG_CLASS.
Arguments as for the MODE_CODE_BASE_REG_CLASS macro. */
+#ifndef GCC_ADDRESSES_H
+#define GCC_ADDRESSES_H
+
static inline enum reg_class
base_reg_class (enum machine_mode mode ATTRIBUTE_UNUSED,
addr_space_t as ATTRIBUTE_UNUSED,
return ok_for_base_p_1 (regno, mode, as, outer_code, index_code);
}
+
+#endif /* GCC_ADDRESSES_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_CFGHOOKS_H
+#define GCC_CFGHOOKS_H
+
/* Only basic-block.h includes this. */
struct cfg_hooks
extern struct cfg_hooks get_cfg_hooks (void);
extern void set_cfg_hooks (struct cfg_hooks);
+#endif /* GCC_CFGHOOKS_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_COLLECT_UTILS_H
+#define GCC_COLLECT_UTILS_H
+
/* Provided in collect-utils.c. */
extern void notice (const char *, ...)
__attribute__ ((format (printf, 1, 2)));
/* Called by utils_cleanup. */
extern void tool_cleanup (bool);
extern void maybe_unlink (const char *);
+
+#endif /* GCC_COLLECT_UTILS_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_COLLECT2_AIX_H
+#define GCC_COLLECT2_AIX_H
/* collect2-aix.c requires mmap support. It should otherwise be
fairly portable. */
#if defined(CROSS_DIRECTORY_STRUCTURE) \
extern int ldclose (LDFILE *);
#endif
+
+#endif /* GCC_COLLECT2_AIX_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_CONDITIONS_H
+#define GCC_CONDITIONS_H
+
/* None of the things in the files exist if we don't use CC0. */
#ifdef HAVE_cc0
CC_STATUS_MDEP_INIT)
#endif
+
+#endif /* GCC_CONDITIONS_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_CSELIB_H
+#define GCC_CSELIB_H
+
/* Describe a value. */
struct cselib_val {
/* The hash value. */
gcc_checking_assert (canonical_cselib_val (canon) == canon);
return canon;
}
+
+#endif /* GCC_CSELIB_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_DWARF2ASM_H
+#define GCC_DWARF2ASM_H
extern void dw2_assemble_integer (int, rtx);
const char *, ...)
ATTRIBUTE_NULL_PRINTF_3;
#endif
+
+#endif /* GCC_DWARF2ASM_H */
that the compiler can keep track of where this file is included. This
is e.g. used to avoid including this file in front-end specific files. */
#ifndef GCC_EXCEPT_H
-# define GCC_EXCEPT_H
-#endif
+#define GCC_EXCEPT_H
#include "hash-map.h"
#include "hashtab.h"
for ((R) = (FN)->eh->region_tree; (R) != NULL; (R) = ehr_next (R, NULL))
#define FOR_ALL_EH_REGION(R) FOR_ALL_EH_REGION_FN (R, cfun)
+
+#endif
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_GRAPHDS_H
+#define GCC_GRAPHDS_H
+
/* Structure representing edge of a graph. */
struct graph_edge
typedef void (*graphds_edge_callback) (struct graph *, struct graph_edge *);
void for_each_edge (struct graph *, graphds_edge_callback);
void free_graph (struct graph *g);
+
+#endif /* GCC_GRAPHDS_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_GRAPHITE_SCOP_DETECTION_H
+#define GCC_GRAPHITE_SCOP_DETECTION_H
extern void build_scops (vec<scop_p> *);
extern void dot_all_scops (vec<scop_p> );
extern void dot_scop (scop_p);
+
+#endif /* GCC_GRAPHITE_SCOP_DETECTION_H */
/* For cross compilation, use the portable definitions from the COFF
documentation. */
+#ifndef GCC_GSYMS_H
+#define GCC_GSYMS_H
#define __GNU_SYMS__
#endif
N_TSHIFT = 2
};
+
+#endif /* GCC_GSYMS_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_HW_DOLOOP_H
+#define GCC_HW_DOLOOP_H
+
/* We need to keep a vector of loops */
typedef struct hwloop_info_d *hwloop_info;
};
extern void reorg_loops (bool, struct hw_doloop_hooks *);
+
+#endif /* GCC_HW_DOLOOP_H */
along with this program; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_INCPATH_H
+#define GCC_INCPATH_H
+
extern void split_quote_chain (void);
extern void add_path (char *, int, int, bool);
extern void register_include_chains (cpp_reader *, const char *,
extern struct target_c_incpath_s target_c_incpath;
enum { QUOTE = 0, BRACKET, SYSTEM, AFTER };
+
+#endif /* GCC_INCPATH_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_IPA_INLINE_H
+#define GCC_IPA_INLINE_H
+
#include "ipa-prop.h"
/* Representation of inline parameters that do depend on context function is
edge_growth_cache[edge->uid] = zero;
}
}
+
+#endif /* GCC_IPA_INLINE_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_IPA_REF_H
+#define GCC_IPA_REF_H
+
struct cgraph_node;
class varpool_node;
class symtab_node;
or GGC will try to mark middle of references vectors. */
vec<ipa_ref_ptr> GTY((skip)) referring;
};
+
+#endif /* GCC_IPA_REF_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_IRA_INT_H
+#define GCC_IRA_INT_H
+
#include "cfgloop.h"
#include "ira.h"
#include "alloc-pool.h"
extern rtx ira_create_new_reg (rtx);
extern int first_moveable_pseudo, last_moveable_pseudo;
+
+#endif /* GCC_IRA_INT_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_IRA_H
+#define GCC_IRA_H
+
/* True when we use LRA instead of reload pass for the current
function. */
extern bool ira_use_lra_p;
extern bool ira_bad_reload_regno (int, rtx, rtx);
extern void ira_adjust_equiv_reg_cost (unsigned, int);
+
+#endif /* GCC_IRA_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_LRA_INT_H
+#define GCC_LRA_INT_H
+
#include "lra.h"
#include "bitmap.h"
#include "recog.h"
lra_reg_info[to].val = lra_reg_info[from].val;
lra_reg_info[to].offset = lra_reg_info[from].offset;
}
+
+#endif /* GCC_LRA_INT_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_LRA_H
+#define GCC_LRA_H
+
extern bool lra_simple_p;
/* Return the allocno reg class of REGNO. If it is a reload pseudo,
extern void lra (FILE *);
extern void lra_init_once (void);
extern void lra_finish_once (void);
+
+#endif /* GCC_LRA_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_LTO_SECTION_NAMES_H
+#define GCC_LTO_SECTION_NAMES_H
+
/* The string that is the prefix on the section names we make for lto.
For decls the DECL_ASSEMBLER_NAME is appended to make the section
name for the functions and static_initializers. For other types of
/* Segment name for LTO sections. This is only used for Mach-O. */
#define LTO_SEGMENT_NAME "__GNU_LTO"
+
+#endif /* GCC_LTO_SECTION_NAMES_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_READ_MD_H
+#define GCC_READ_MD_H
+
#include "obstack.h"
#include "hashtab.h"
extern struct enum_type *lookup_enum_type (const char *);
extern bool read_md_files (int, char **, bool (*) (const char *),
directive_handler_t);
+
+#endif /* GCC_READ_MD_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_RELOAD_H
+#define GCC_RELOAD_H
/* If secondary reloads are the same for inputs and outputs, define those
macros here. */
/* Allocate or grow the reg_equiv tables, initializing new entries to 0. */
extern void grow_reg_equivs (void);
+
+#endif /* GCC_RELOAD_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_RTL_ERROR_H
+#define GCC_RTL_ERROR_H
+
#include "rtl.h"
#include "diagnostic-core.h"
...) ATTRIBUTE_GCC_DIAG(2,3);
extern void warning_for_asm (const rtx_insn *, const char *,
...) ATTRIBUTE_GCC_DIAG(2,3);
+
+#endif /* GCC_RTL_ERROR_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_SDBOUT_H
+#define GCC_SDBOUT_H
+
extern void sdbout_symbol (tree, int);
extern void sdbout_types (tree);
+
+#endif /* GCC_SDBOUT_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_TARGHOOKS_H
+#define GCC_TARGHOOKS_H
+
extern bool default_legitimate_address_p (enum machine_mode, rtx, bool);
extern void default_external_libcall (rtx);
extern bool can_use_doloop_if_innermost (const widest_int &,
const widest_int &,
unsigned int, bool);
+
+#endif /* GCC_TARGHOOKS_H */
/* Affine combination of trees. We keep track of at most MAX_AFF_ELTS elements
to make things simpler; this is sufficient in most cases. */
+#ifndef GCC_TREE_AFFINE_H
+#define GCC_TREE_AFFINE_H
+
#include "hash-map.h"
#include "wide-int.h"
return false;
}
+
+#endif /* GCC_TREE_AFFINE_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_XCOFF_H
+#define GCC_XCOFF_H
+
/* Storage classes in XCOFF object file format designed for DBX's use.
This info is from the `Files Reference' manual for IBM's AIX version 3
for the RS6000. */
#define C_DECL 0x8c
#define C_ENTRY 0x8d
#define C_FUN 0x8e
+
+#endif /* GCC_XCOFF_H */
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_XCOFFOUT_H
+#define GCC_XCOFFOUT_H
/* Tags and typedefs are C_DECL in XCOFF, not C_LSYM. */
extern int xcoff_assign_fundamental_type_number (tree);
extern void xcoffout_declare_function (FILE *, tree, const char *);
extern void xcoffout_source_line (unsigned int, const char *, int, bool);
+
+#endif /* GCC_XCOFFOUT_H */