Mark __libc_resp with attribute_tls_model_ie for consistency with __resp
[glibc/nacl-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_ */