From 723428bebe3105ad3c3406e416402d1831b482c4 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 15 Aug 2021 00:16:45 -0400 Subject: Inital commit --- binutils-1.9/stab.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 binutils-1.9/stab.h (limited to 'binutils-1.9/stab.h') diff --git a/binutils-1.9/stab.h b/binutils-1.9/stab.h new file mode 100644 index 0000000..80bd594 --- /dev/null +++ b/binutils-1.9/stab.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_ */ -- cgit v1.2.3