cpp-d1064d
[cross.git] / i686-linux-gnu-4.7 / usr / include / stab.h
diff --git a/i686-linux-gnu-4.7/usr/include/stab.h b/i686-linux-gnu-4.7/usr/include/stab.h
new file mode 100644 (file)
index 0000000..9dc3c32
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef __GNU_STAB__
+
+/* Indicate the GNU stab.h is in use.  */
+
+#define __GNU_STAB__
+
+#define __define_stab(NAME, CODE, STRING) NAME=CODE,
+
+enum __stab_debug_code
+{
+#include <bits/stab.def>
+LAST_UNUSED_STAB_CODE
+};
+
+#undef __define_stab
+
+#endif /* __GNU_STAB_ */