]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Initial revision
authorSteve Chamberlain <sac@cygnus>
Sun, 1 Dec 1991 02:46:04 +0000 (02:46 +0000)
committerSteve Chamberlain <sac@cygnus>
Sun, 1 Dec 1991 02:46:04 +0000 (02:46 +0000)
include/aout/stab_gnu.h [new file with mode: 0644]

diff --git a/include/aout/stab_gnu.h b/include/aout/stab_gnu.h
new file mode 100644 (file)
index 0000000..80bd594
--- /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 "stab.def"
+LAST_UNUSED_STAB_CODE
+};
+
+#undef __define_stab
+
+#endif /* __GNU_STAB_ */