about summary refs log tree commit diff
path: root/REORG.TODO/misc/stab.h
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/misc/stab.h')
-rw-r--r--REORG.TODO/misc/stab.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/REORG.TODO/misc/stab.h b/REORG.TODO/misc/stab.h
new file mode 100644
index 0000000000..9dc3c32ecb
--- /dev/null
+++ b/REORG.TODO/misc/stab.h
@@ -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_ */