diff options
Diffstat (limited to 'gdb/hp-include/stab.h')
-rw-r--r-- | gdb/hp-include/stab.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gdb/hp-include/stab.h b/gdb/hp-include/stab.h deleted file mode 100644 index 77f2d41..0000000 --- a/gdb/hp-include/stab.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_ */ |