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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [acconfig.h] - Blame information for rev 104

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

Line No. Rev Author Line
1 104 markom
/* Define if compiling on Solaris 7. */
2
#undef _MSE_INT_H
3
 
4
/* Define if pstatus_t type is available */
5
#undef HAVE_PSTATUS_T
6
 
7
/* Define if prrun_t type is available */
8
#undef HAVE_PRRUN_T
9
 
10
/* Define if fpregset_t type is available. */
11
#undef HAVE_FPREGSET_T
12
 
13
/* Define if gregset_t type is available. */
14
#undef HAVE_GREGSET_T
15
 
16
/* Define if <sys/procfs.h> has prgregset_t. */
17
#undef HAVE_PRGREGSET_T
18
 
19
/* Define if <sys/procfs.h> has prfpregset_t. */
20
#undef HAVE_PRFPREGSET_T
21
 
22
/* Define if <sys/procfs.h> has lwpid_t. */
23
#undef HAVE_LWPID_T
24
 
25
/* Define if <sys/procfs.h> has psaddr_t. */
26
#undef HAVE_PSADDR_T
27
 
28
/* Define if the prfpregset_t type is broken. */
29
#undef PRFPREGSET_T_BROKEN
30
 
31
/* Define if you want to use new multi-fd /proc interface
32
   (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
33
#undef NEW_PROC_API
34
 
35
/* Define if ioctl argument PIOCSET is available. */
36
#undef HAVE_PROCFS_PIOCSET
37
 
38
/* Define if the `long long' type works.  */
39
#undef CC_HAS_LONG_LONG
40
 
41
/* Define if the "ll" format works to print long long ints. */
42
#undef PRINTF_HAS_LONG_LONG
43
 
44
/* Define if the "%Lg" format works to print long doubles. */
45
#undef PRINTF_HAS_LONG_DOUBLE
46
 
47
/* Define if the "%Lg" format works to scan long doubles. */
48
#undef SCANF_HAS_LONG_DOUBLE
49
 
50
/* Define if using Solaris thread debugging.  */
51
#undef HAVE_THREAD_DB_LIB
52
 
53
/* Define on a GNU/Linux system to work around problems in sys/procfs.h.  */
54
#undef START_INFERIOR_TRAPS_EXPECTED
55
#undef sys_quotactl
56
 
57
/* Define if you have HPUX threads */
58
#undef HAVE_HPUX_THREAD_SUPPORT
59
 
60
/* Define if you want to use the memory mapped malloc package (mmalloc). */
61
#undef USE_MMALLOC
62
 
63
/* Define if the runtime uses a routine from mmalloc before gdb has a chance
64
   to initialize mmalloc, and we want to force checking to be used anyway.
65
   This may cause spurious memory corruption messages if the runtime tries
66
   to explicitly deallocate that memory when gdb calls exit. */
67
#undef MMCHECK_FORCE
68
 
69
/* Define to 1 if NLS is requested.  */
70
#undef ENABLE_NLS
71
 
72
/* Define as 1 if you have catgets and don't want to use GNU gettext.  */
73
#undef HAVE_CATGETS
74
 
75
/* Define as 1 if you have gettext and don't want to use GNU gettext.  */
76
#undef HAVE_GETTEXT
77
 
78
/* Define as 1 if you have the stpcpy function.  */
79
#undef HAVE_STPCPY
80
 
81
/* Define if your locale.h file contains LC_MESSAGES.  */
82
#undef HAVE_LC_MESSAGES
83
 
84
/* Define if you want to use the full-screen terminal user interface.  */
85
#undef TUI
86
 
87
/* Define if <proc_service.h> on solaris uses int instead of
88
   size_t, and assorted other type changes. */
89
#undef PROC_SERVICE_IS_OLD
90
 
91
/* If you want to specify a default CPU variant, define this to be its
92
   name, as a C string.  */
93
#undef TARGET_CPU_DEFAULT
94
 
95
/* Define if the simulator is being linked in.  */
96
#undef WITH_SIM
97
 
98
/* Set to true if the save_state_t structure is present */
99
#undef HAVE_STRUCT_SAVE_STATE_T
100
 
101
/* Set to true if the save_state_t structure has the ss_wide member */
102
#undef HAVE_STRUCT_MEMBER_SS_WIDE
103
 
104
/* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request.  */
105
#undef HAVE_PTRACE_GETREGS
106
 
107
/* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request.  */
108
#undef HAVE_PTRACE_GETXFPREGS

powered by: WebSVN 2.1.0

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