aboutsummaryrefslogtreecommitdiff
path: root/gdb/stab.gnu.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1990-09-05 17:54:31 +0000
committerJohn Gilmore <gnu@cygnus>1990-09-05 17:54:31 +0000
commit831c851165e112139af1265f294e198401814c1f (patch)
tree5f155fecb9b690be9c428e822d519c2710fefd47 /gdb/stab.gnu.h
parent7a67dd45ca1c191a0220697a3ec9fa92993caf8c (diff)
downloadbinutils-831c851165e112139af1265f294e198401814c1f.zip
binutils-831c851165e112139af1265f294e198401814c1f.tar.gz
binutils-831c851165e112139af1265f294e198401814c1f.tar.bz2
Initial revision
Diffstat (limited to 'gdb/stab.gnu.h')
-rw-r--r--gdb/stab.gnu.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/gdb/stab.gnu.h b/gdb/stab.gnu.h
deleted file mode 100644
index 77f2d41..0000000
--- a/gdb/stab.gnu.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#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"
-};
-
-#undef __define_stab
-
-#endif /* __GNU_STAB_ */