OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [gdb/] [acconfig.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/* Define if compiling on Solaris 7. */
2
#undef _MSE_INT_H
3
 
4
/* Define if your struct reg has r_fs.  */
5
#undef HAVE_STRUCT_REG_R_FS
6
 
7
/* Define if your struct reg has r_gs.  */
8
#undef HAVE_STRUCT_REG_R_GS
9
 
10
/* Define if pstatus_t type is available */
11
#undef HAVE_PSTATUS_T
12
 
13
/* Define if prrun_t type is available */
14
#undef HAVE_PRRUN_T
15
 
16
/* Define if fpregset_t type is available. */
17
#undef HAVE_FPREGSET_T
18
 
19
/* Define if gregset_t type is available. */
20
#undef HAVE_GREGSET_T
21
 
22
/* Define if <sys/procfs.h> has prgregset_t. */
23
#undef HAVE_PRGREGSET_T
24
 
25
/* Define if <sys/procfs.h> has prfpregset_t. */
26
#undef HAVE_PRFPREGSET_T
27
 
28
/* Define if <sys/procfs.h> has lwpid_t. */
29
#undef HAVE_LWPID_T
30
 
31
/* Define if <sys/procfs.h> has psaddr_t. */
32
#undef HAVE_PSADDR_T
33
 
34
/* Define if <sys/procfs.h> has prgregset32_t. */
35
#undef HAVE_PRGREGSET32_T
36
 
37
/* Define if <sys/procfs.h> has prfpregset32_t. */
38
#undef HAVE_PRFPREGSET32_T
39
 
40
/* Define if <sys/procfs.h> has prsysent_t */
41
#undef HAVE_PRSYSENT_T
42
 
43
/* Define if <sys/procfs.h> has pr_sigset_t */
44
#undef HAVE_PR_SIGSET_T
45
 
46
/* Define if <sys/procfs.h> has pr_sigaction64_t */
47
#undef HAVE_PR_SIGACTION64_T
48
 
49
/* Define if <sys/procfs.h> has pr_siginfo64_t */
50
#undef HAVE_PR_SIGINFO64_T
51
 
52
/* Define if <link.h> exists and defines struct link_map which has
53
   members with an ``l_'' prefix.  (For Solaris, SVR4, and
54
   SVR4-like systems.) */
55
#undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS
56
 
57
/* Define if <link.h> exists and defines struct link_map which has
58
  members with an ``lm_'' prefix.  (For SunOS.)  */
59
#undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS
60
 
61
/* Define if <link.h> exists and defines a struct so_map which has
62
  members with an ``som_'' prefix.  (Found on older *BSD systems.)  */
63
#undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS
64
 
65
/* Define if <sys/link.h> has struct link_map32 */
66
#undef HAVE_STRUCT_LINK_MAP32
67
 
68
/* Define if the prfpregset_t type is broken. */
69
#undef PRFPREGSET_T_BROKEN
70
 
71
/* Define if you want to use new multi-fd /proc interface
72
   (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
73
#undef NEW_PROC_API
74
 
75
/* Define if ioctl argument PIOCSET is available. */
76
#undef HAVE_PROCFS_PIOCSET
77
 
78
/* Define if the `long long' type works.  */
79
#undef CC_HAS_LONG_LONG
80
 
81
/* Define if the "ll" format works to print long long ints. */
82
#undef PRINTF_HAS_LONG_LONG
83
 
84
/* Define if the "%Lg" format works to print long doubles. */
85
#undef PRINTF_HAS_LONG_DOUBLE
86
 
87
/* Define if the "%Lg" format works to scan long doubles. */
88
#undef SCANF_HAS_LONG_DOUBLE
89
 
90
/* Define if using Solaris thread debugging.  */
91
#undef HAVE_THREAD_DB_LIB
92
 
93
/* Define on a GNU/Linux system to work around problems in sys/procfs.h.  */
94
#undef START_INFERIOR_TRAPS_EXPECTED
95
#undef sys_quotactl
96
 
97
/* Define if you have HPUX threads */
98
#undef HAVE_HPUX_THREAD_SUPPORT
99
 
100
/* Define if you want to use the memory mapped malloc package (mmalloc). */
101
#undef USE_MMALLOC
102
 
103
/* Define if the runtime uses a routine from mmalloc before gdb has a chance
104
   to initialize mmalloc, and we want to force checking to be used anyway.
105
   This may cause spurious memory corruption messages if the runtime tries
106
   to explicitly deallocate that memory when gdb calls exit. */
107
#undef MMCHECK_FORCE
108
 
109
/* Define to 1 if NLS is requested.  */
110
#undef ENABLE_NLS
111
 
112
/* Define as 1 if you have catgets and don't want to use GNU gettext.  */
113
#undef HAVE_CATGETS
114
 
115
/* Define as 1 if you have gettext and don't want to use GNU gettext.  */
116
#undef HAVE_GETTEXT
117
 
118
/* Define as 1 if you have the stpcpy function.  */
119
#undef HAVE_STPCPY
120
 
121
/* Define if your locale.h file contains LC_MESSAGES.  */
122
#undef HAVE_LC_MESSAGES
123
 
124
/* Define if you want to use the full-screen terminal user interface.  */
125
#undef TUI
126
 
127
/* Define if <proc_service.h> on solaris uses int instead of
128
   size_t, and assorted other type changes. */
129
#undef PROC_SERVICE_IS_OLD
130
 
131
/* If you want to specify a default CPU variant, define this to be its
132
   name, as a C string.  */
133
#undef TARGET_CPU_DEFAULT
134
 
135
/* Define if the simulator is being linked in.  */
136
#undef WITH_SIM
137
 
138
/* Set to true if the save_state_t structure is present */
139
#undef HAVE_STRUCT_SAVE_STATE_T
140
 
141
/* Set to true if the save_state_t structure has the ss_wide member */
142
#undef HAVE_STRUCT_MEMBER_SS_WIDE
143
 
144
/* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request.  */
145
#undef HAVE_PTRACE_GETREGS
146
 
147
/* Define if <sys/ptrace.h> defines the PTRACE_GETFPXREGS request.  */
148
#undef HAVE_PTRACE_GETFPXREGS
149
 
150
/* Define if <sys/ptrace.h> defines the PT_GETDBREGS request.  */
151
#undef HAVE_PT_GETDBREGS
152
 
153
/* Define if gnu-regex.c included with GDB should be used. */
154
#undef USE_INCLUDED_REGEX
155
 
156
/* BFD's default architecture. */
157
#undef DEFAULT_BFD_ARCH
158
 
159
/* BFD's default target vector. */
160
#undef DEFAULT_BFD_VEC
161
 
162
/* Multi-arch enabled. */
163
#undef GDB_MULTI_ARCH
164
 
165
/* hostfile */
166
#undef GDB_XM_FILE
167
 
168
/* targetfile */
169
#undef GDB_TM_FILE
170
 
171
/* nativefile */
172
#undef GDB_NM_FILE

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.