Support binutils 2.100 and 3.0.
[glibc.git] / misc / stab.h
blob9dc3c32ecb2e498d97985ac2d950333c3195e95b
1 #ifndef __GNU_STAB__
3 /* Indicate the GNU stab.h is in use. */
5 #define __GNU_STAB__
7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
9 enum __stab_debug_code
11 #include <bits/stab.def>
12 LAST_UNUSED_STAB_CODE
15 #undef __define_stab
17 #endif /* __GNU_STAB_ */