aboutsummaryrefslogtreecommitdiff
path: root/include/stab.gnu.h
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-12-08 04:44:16 +0000
committerK. Richard Pixley <rich@cygnus>1992-12-08 04:44:16 +0000
commit181ba9ee43a139cd35cd6d6936cf3b780d911a9f (patch)
tree0c87c2d9e2f775f382888519daa021a38ef5bead /include/stab.gnu.h
parent7b21432fde421b756b8cd4a38d145108abe7e49c (diff)
downloadgdb-181ba9ee43a139cd35cd6d6936cf3b780d911a9f.zip
gdb-181ba9ee43a139cd35cd6d6936cf3b780d911a9f.tar.gz
gdb-181ba9ee43a139cd35cd6d6936cf3b780d911a9f.tar.bz2
recording file death
Diffstat (limited to 'include/stab.gnu.h')
-rwxr-xr-xinclude/stab.gnu.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/stab.gnu.h b/include/stab.gnu.h
deleted file mode 100755
index 80bd594..0000000
--- a/include/stab.gnu.h
+++ /dev/null
@@ -1,17 +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"
-LAST_UNUSED_STAB_CODE
-};
-
-#undef __define_stab
-
-#endif /* __GNU_STAB_ */