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

Subversion Repositories or1k

[/] [or1k/] [tags/] [VER_5_3/] [gdb-5.3/] [gdb/] [acconfig.h] - Blame information for rev 1782

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1181 sfurman
/* 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 the pread64 function is available.  */
53
#undef HAVE_PREAD64
54
 
55
/* Define if <link.h> exists and defines struct link_map which has
56
   members with an ``l_'' prefix.  (For Solaris, SVR4, and
57
   SVR4-like systems.) */
58
#undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS
59
 
60
/* Define if <link.h> exists and defines struct link_map which has
61
  members with an ``lm_'' prefix.  (For SunOS.)  */
62
#undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS
63
 
64
/* Define if <link.h> exists and defines a struct so_map which has
65
  members with an ``som_'' prefix.  (Found on older *BSD systems.)  */
66
#undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS
67
 
68
/* Define if <sys/link.h> has struct link_map32 */
69
#undef HAVE_STRUCT_LINK_MAP32
70
 
71
/* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
72
#undef _SYSCALL32
73
 
74
/* Define if the prfpregset_t type is broken. */
75
#undef PRFPREGSET_T_BROKEN
76
 
77
/* Define if you want to use new multi-fd /proc interface
78
   (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
79
#undef NEW_PROC_API
80
 
81
/* Define if ioctl argument PIOCSET is available. */
82
#undef HAVE_PROCFS_PIOCSET
83
 
84
/* Define if the `long long' type works.  */
85
#undef CC_HAS_LONG_LONG
86
 
87
/* Define if the "ll" format works to print long long ints. */
88
#undef PRINTF_HAS_LONG_LONG
89
 
90
/* Define if the "%Lg" format works to print long doubles. */
91
#undef PRINTF_HAS_LONG_DOUBLE
92
 
93
/* Define if the "%Lg" format works to scan long doubles. */
94
#undef SCANF_HAS_LONG_DOUBLE
95
 
96
/* Define if using Solaris thread debugging.  */
97
#undef HAVE_THREAD_DB_LIB
98
 
99
/* Define on a GNU/Linux system to work around problems in sys/procfs.h.  */
100
#undef START_INFERIOR_TRAPS_EXPECTED
101
#undef sys_quotactl
102
 
103
/* Define if you have HPUX threads */
104
#undef HAVE_HPUX_THREAD_SUPPORT
105
 
106
/* Define if you want to use the memory mapped malloc package (mmalloc). */
107
#undef USE_MMALLOC
108
 
109
/* Define if the runtime uses a routine from mmalloc before gdb has a chance
110
   to initialize mmalloc, and we want to force checking to be used anyway.
111
   This may cause spurious memory corruption messages if the runtime tries
112
   to explicitly deallocate that memory when gdb calls exit. */
113
#undef MMCHECK_FORCE
114
 
115
/* Define to 1 if NLS is requested.  */
116
#undef ENABLE_NLS
117
 
118
/* Define as 1 if you have catgets and don't want to use GNU gettext.  */
119
#undef HAVE_CATGETS
120
 
121
/* Define as 1 if you have gettext and don't want to use GNU gettext.  */
122
#undef HAVE_GETTEXT
123
 
124
/* Define as 1 if you have the stpcpy function.  */
125
#undef HAVE_STPCPY
126
 
127
/* Define if your locale.h file contains LC_MESSAGES.  */
128
#undef HAVE_LC_MESSAGES
129
 
130
/* Define if you want to use the full-screen terminal user interface.  */
131
#undef TUI
132
 
133
/* Define if <proc_service.h> on solaris uses int instead of
134
   size_t, and assorted other type changes. */
135
#undef PROC_SERVICE_IS_OLD
136
 
137
/* If you want to specify a default CPU variant, define this to be its
138
   name, as a C string.  */
139
#undef TARGET_CPU_DEFAULT
140
 
141
/* Define if the simulator is being linked in.  */
142
#undef WITH_SIM
143
 
144
/* Set to true if the save_state_t structure is present */
145
#undef HAVE_STRUCT_SAVE_STATE_T
146
 
147
/* Set to true if the save_state_t structure has the ss_wide member */
148
#undef HAVE_STRUCT_MEMBER_SS_WIDE
149
 
150
/* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request.  */
151
#undef HAVE_PTRACE_GETREGS
152
 
153
/* Define if <sys/ptrace.h> defines the PTRACE_GETFPXREGS request.  */
154
#undef HAVE_PTRACE_GETFPXREGS
155
 
156
/* Define if <sys/ptrace.h> defines the PT_GETDBREGS request.  */
157
#undef HAVE_PT_GETDBREGS
158
 
159
/* Define if <sys/ptrace.h> defines the PT_GETXMMREGS request.  */
160
#undef HAVE_PT_GETXMMREGS
161
 
162
/* Define if gnu-regex.c included with GDB should be used. */
163
#undef USE_INCLUDED_REGEX
164
 
165
/* BFD's default architecture. */
166
#undef DEFAULT_BFD_ARCH
167
 
168
/* BFD's default target vector. */
169
#undef DEFAULT_BFD_VEC
170
 
171
/* Multi-arch enabled. */
172
#undef GDB_MULTI_ARCH
173
 
174
/* hostfile */
175
#undef GDB_XM_FILE
176
 
177
/* targetfile */
178
#undef GDB_TM_FILE
179
 
180
/* nativefile */
181
#undef GDB_NM_FILE

powered by: WebSVN 2.1.0

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