aboutsummaryrefslogtreecommitdiff
path: root/gas/config/stab.h
blob: 20c56498b4fbc2446518e3a7dae38b1e39182e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __GNU_STAB__

/* Indicate the GNU stab.h is in use.  */

#define __GNU_STAB__

#define __define_stab(NAME, CODE, STRING) NAME=CODE,
    
    enum __stab_debug_code
{
#include "stab.def"
};

#undef __define_stab

#endif /* __GNU_STAB_ */

/* end of stab.h */