From: Steve Chamberlain Date: Sun, 1 Dec 1991 02:46:04 +0000 (+0000) Subject: Initial revision X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d289576d7fdbd3948a2308ef395a66690151d8b0;p=binutils-gdb.git Initial revision --- diff --git a/include/aout/stab_gnu.h b/include/aout/stab_gnu.h new file mode 100644 index 00000000000..80bd594a36a --- /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_ */