3 /* Indicate the GNU stab.h is in use. */
7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
8 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,
10 enum __stab_debug_code
12 #include "aout/stab.def"
18 /* Definitions of "desc" field for N_SO stabs in Solaris2. */
23 #define N_SO_CC 4 /* C++ */
24 #define N_SO_FORTRAN 5
27 /* Solaris2: Floating point type values in basic types. */
30 #define NF_SINGLE 1 /* IEEE 32-bit */
31 #define NF_DOUBLE 2 /* IEEE 64-bit */
32 #define NF_COMPLEX 3 /* Fortran complex */
33 #define NF_COMPLEX16 4 /* Fortran double complex */
34 #define NF_COMPLEX32 5 /* Fortran complex*16 */
35 #define NF_LDOUBLE 6 /* Long double (whatever that is) */
37 #endif /* __GNU_STAB_ */