OSDN Git Service

* const-elim-1.c: xfail hppa-*-*.
[pf3gnuchains/gcc-fork.git] / gcc / dwarf2.h
index a7f5f0f..0e98a45 100644 (file)
@@ -4,7 +4,7 @@
    Free Software Foundation, Inc.
 
    Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
-   Office (AJPO), Florida State Unviversity and Silicon Graphics Inc.
+   Office (AJPO), Florida State University and Silicon Graphics Inc.
    provided support for this effort -- June 21, 1995.
 
    Derived from the DWARF 1 implementation written by Ron Guilmette
@@ -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 */