00001 #ifndef __GNU_STAB__
00002
00003
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
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
00024 #define N_SO_FORTRAN 5
00025 #define N_SO_PASCAL 6
00026
00027
00028
00029 #define NF_NONE 0
00030 #define NF_SINGLE 1
00031 #define NF_DOUBLE 2
00032 #define NF_COMPLEX 3
00033 #define NF_COMPLEX16 4
00034 #define NF_COMPLEX32 5
00035 #define NF_LDOUBLE 6
00036
00037 #endif