00001 #ifndef __GNU_STAB__ 00002 00003 /* Indicate the GNU stab.h is in use. */ 00004 00005 #define __GNU_STAB__ 00006 00007 #define __define_stab(NAME, CODE, STRING) NAME=CODE, 00008 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE, 00009 00010 enum __stab_debug_code 00011 { 00012 #include "aout/stab.def" 00013 LAST_UNUSED_STAB_CODE 00014 }; 00015 00016 #undef __define_stab 00017 00018 /* Definitions of "desc" field for N_SO stabs in Solaris2. */ 00019 00020 #define N_SO_AS 1 00021 #define N_SO_C 2 00022 #define N_SO_ANSI_C 3 00023 #define N_SO_CC 4 /* C++ */ 00024 #define N_SO_FORTRAN 5 00025 #define N_SO_PASCAL 6 00026 00027 /* Solaris2: Floating point type values in basic types. */ 00028 00029 #define NF_NONE 0 00030 #define NF_SINGLE 1 /* IEEE 32-bit */ 00031 #define NF_DOUBLE 2 /* IEEE 64-bit */ 00032 #define NF_COMPLEX 3 /* Fortran complex */ 00033 #define NF_COMPLEX16 4 /* Fortran double complex */ 00034 #define NF_COMPLEX32 5 /* Fortran complex*16 */ 00035 #define NF_LDOUBLE 6 /* Long double (whatever that is) */ 00036 00037 #endif /* __GNU_STAB_ */
1.4.7

