projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0227e91
)
Initial revision
author
Steve Chamberlain
<sac@cygnus>
Sun, 1 Dec 1991 02:46:04 +0000
(
02:46
+0000)
committer
Steve Chamberlain
<sac@cygnus>
Sun, 1 Dec 1991 02:46:04 +0000
(
02:46
+0000)
include/aout/stab_gnu.h
[new file with mode: 0644]
patch
|
blob
diff --git a/include/aout/stab_gnu.h
b/include/aout/stab_gnu.h
new file mode 100644
(file)
index 0000000..
80bd594
--- /dev/null
+++ b/
include/aout/stab_gnu.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 "stab.def"
+LAST_UNUSED_STAB_CODE
+};
+
+#undef __define_stab
+
+#endif /* __GNU_STAB_ */