summary refs log tree commit diff
path: root/sysdeps/generic/dwarf2.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-11-12 02:11:48 -0500
committerUlrich Drepper <drepper@gmail.com>2011-11-12 02:11:48 -0500
commitca743930cdd78629f1a246b8b7eff3f01f3b3dbe (patch)
tree6b58603f3aa885d174bfd7ff6707f2846d630299 /sysdeps/generic/dwarf2.h
parent7da46b42d1f9e15280ea325e0a39c548e512fbee (diff)
downloadglibc-ca743930cdd78629f1a246b8b7eff3f01f3b3dbe.tar.gz
glibc-ca743930cdd78629f1a246b8b7eff3f01f3b3dbe.tar.xz
glibc-ca743930cdd78629f1a246b8b7eff3f01f3b3dbe.zip
Prepare dwarf2.h for multiple inclusion
Diffstat (limited to 'sysdeps/generic/dwarf2.h')
-rw-r--r--sysdeps/generic/dwarf2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/generic/dwarf2.h b/sysdeps/generic/dwarf2.h
index 89ed0733e8..26ceef68c0 100644
--- a/sysdeps/generic/dwarf2.h
+++ b/sysdeps/generic/dwarf2.h
@@ -22,6 +22,9 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#ifndef _DWARF2_H
+#define _DWARF2_H	1
+
 /* This file is derived from the DWARF specification (a public document)
    Revision 2.0.0 (July 27, 1993) developed by the UNIX International
    Programming Languages Special Interest Group (UI/PLSIG) and distributed
@@ -585,3 +588,5 @@ enum dwarf_macinfo_record_type
 #define DW_EH_PE_aligned	0x50
 
 #define DW_EH_PE_indirect	0x80
+
+#endif /* dwarf2.h */