aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1-5666.3/gcc/gstab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.2.1-5666.3/gcc/gstab.h')
-rw-r--r--gcc-4.2.1-5666.3/gcc/gstab.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc-4.2.1-5666.3/gcc/gstab.h b/gcc-4.2.1-5666.3/gcc/gstab.h
new file mode 100644
index 000000000..ed510c164
--- /dev/null
+++ b/gcc-4.2.1-5666.3/gcc/gstab.h
@@ -0,0 +1,14 @@
+#ifndef GCC_GSTAB_H
+#define GCC_GSTAB_H
+
+#define __define_stab(NAME, CODE, STRING) NAME=CODE,
+
+enum __stab_debug_code
+{
+#include "stab.def"
+LAST_UNUSED_STAB_CODE
+};
+
+#undef __define_stab
+
+#endif /* ! GCC_GSTAB_H */