old-cross-binutils/include/stab.gnu.h

18 lines
259 B
C
Raw Normal View History

1991-03-25 22:25:08 +00:00
#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"
1991-09-03 13:32:50 +00:00
LAST_UNUSED_STAB_CODE
1991-03-25 22:25:08 +00:00
};
#undef __define_stab
#endif /* __GNU_STAB_ */