]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/dwarf2asm.h
Add header guard to several header files.
[thirdparty/gcc.git] / gcc / dwarf2asm.h
index ca76bf690837e8a13a08830c764930e50f661fc3..1122c856046821c56cdf09bfd6fa9103ed7173a4 100644 (file)
@@ -17,6 +17,8 @@ You should have received a copy of the GNU General Public License
 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);
 
@@ -86,3 +88,5 @@ extern void dw2_asm_output_delta_sleb128 (const char *, const char *,
                                          const char *, ...)
      ATTRIBUTE_NULL_PRINTF_3;
 #endif
+
+#endif /* GCC_DWARF2ASM_H */