Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4973 right-hear 1
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
2
#ifndef __dj_include_debug_stab_h_
3
#define __dj_include_debug_stab_h_
4
 
5
#ifdef __cplusplus
6
extern "C" {
7
#endif
8
 
9
#ifndef __dj_ENFORCE_ANSI_FREESTANDING
10
 
11
#ifndef __STRICT_ANSI__
12
 
13
#ifndef _POSIX_SOURCE
14
 
15
/* This is file STAB.H */
16
/*
17
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
18
**
19
** This file is distributed under the terms listed in the document
20
** "copying.dj", available from DJ Delorie at the address above.
21
** A copy of "copying.dj" should accompany this file; if not, a copy
22
** should be available from where this file was obtained.  This file
23
** may not be distributed without a verbatim copy of "copying.dj".
24
**
25
** This file is distributed WITHOUT ANY WARRANTY; without even the implied
26
** warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
27
*/
28
 
29
#if !defined (N_UNDF)
30
#define N_UNDF 0
31
#endif
32
#if !defined (N_ABS)
33
#define N_ABS 2
34
#endif
35
#if !defined (N_TEXT)
36
#define N_TEXT 4
37
#endif
38
#if !defined (N_DATA)
39
#define N_DATA 6
40
#endif
41
#if !defined (N_BSS)
42
#define N_BSS 8
43
#endif
44
#if !defined (N_FN)
45
#define N_FN 15
46
#endif
47
 
48
#if !defined (N_EXT)
49
#define N_EXT 1
50
#endif
51
#if !defined (N_TYPE)
52
#define N_TYPE 0x1e
53
#endif
54
#if !defined (N_STAB)
55
#define N_STAB 0xe0
56
#endif
57
 
58
#if !defined (N_SO)
59
#define N_SO 0x64
60
#endif
61
#if !defined (N_SLINE)
62
#define N_SLINE 0x44
63
#endif
64
 
65
#endif /* !_POSIX_SOURCE */
66
#endif /* !__STRICT_ANSI__ */
67
#endif /* !__dj_ENFORCE_ANSI_FREESTANDING */
68
 
69
#ifndef __dj_ENFORCE_FUNCTION_CALLS
70
#endif /* !__dj_ENFORCE_FUNCTION_CALLS */
71
 
72
#ifdef __cplusplus
73
}
74
#endif
75
 
76
#endif /* !__dj_include_debug_stab_h_ */