OSDN Git Service

* const-elim-1.c: xfail hppa-*-*.
[pf3gnuchains/gcc-fork.git] / gcc / dwarf2.h
index 2345d3a..0e98a45 100644 (file)
@@ -38,6 +38,9 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 /* This file is shared between GCC and GDB, and should not contain
    prototypes.  */
 
+#ifndef GCC_DWARF2_H
+#define GCC_DWARF2_H
+
 /* Tag names and codes.  */
 enum dwarf_tag
   {
@@ -628,3 +631,5 @@ enum dwarf_macinfo_record_type
 #define DW_EH_PE_aligned       0x50
 
 #define DW_EH_PE_indirect      0x80
+
+#endif /* dwarf2.h */