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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libffi/] [fficonfig.h.in] - Blame information for rev 775

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

Line No. Rev Author Line
1 732 jeremybenn
/* fficonfig.h.in.  Generated from configure.ac by autoheader.  */
2
 
3
/* Define if building universal (internal helper macro) */
4
#undef AC_APPLE_UNIVERSAL_BUILD
5
 
6
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7
   systems. This function is required for `alloca.c' support on those systems.
8
   */
9
#undef CRAY_STACKSEG_END
10
 
11
/* Define to 1 if using `alloca.c'. */
12
#undef C_ALLOCA
13
 
14
/* Define to the flags needed for the .section .eh_frame directive. */
15
#undef EH_FRAME_FLAGS
16
 
17
/* Define this if you want extra debugging. */
18
#undef FFI_DEBUG
19
 
20
/* Cannot use malloc on this target, so, we revert to alternative means */
21
#undef FFI_MMAP_EXEC_WRIT
22
 
23
/* Define this is you do not want support for the raw API. */
24
#undef FFI_NO_RAW_API
25
 
26
/* Define this is you do not want support for aggregate types. */
27
#undef FFI_NO_STRUCTS
28
 
29
/* Define to 1 if you have `alloca', as a function or macro. */
30
#undef HAVE_ALLOCA
31
 
32
/* Define to 1 if you have  and it should be used (not on Ultrix).
33
   */
34
#undef HAVE_ALLOCA_H
35
 
36
/* Define if your assembler supports .ascii. */
37
#undef HAVE_AS_ASCII_PSEUDO_OP
38
 
39
/* Define if your assembler supports .cfi_* directives. */
40
#undef HAVE_AS_CFI_PSEUDO_OP
41
 
42
/* Define if your assembler supports .register. */
43
#undef HAVE_AS_REGISTER_PSEUDO_OP
44
 
45
/* Define if your assembler and linker support unaligned PC relative relocs.
46
   */
47
#undef HAVE_AS_SPARC_UA_PCREL
48
 
49
/* Define if your assembler supports .string. */
50
#undef HAVE_AS_STRING_PSEUDO_OP
51
 
52
/* Define if your assembler supports unwind section type. */
53
#undef HAVE_AS_X86_64_UNWIND_SECTION_TYPE
54
 
55
/* Define if your assembler supports PC relative relocs. */
56
#undef HAVE_AS_X86_PCREL
57
 
58
/* Define to 1 if you have the  header file. */
59
#undef HAVE_DLFCN_H
60
 
61
/* Define if __attribute__((visibility("hidden"))) is supported. */
62
#undef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
63
 
64
/* Define to 1 if you have the  header file. */
65
#undef HAVE_INTTYPES_H
66
 
67
/* Define if you have the long double type and it is bigger than a double */
68
#undef HAVE_LONG_DOUBLE
69
 
70
/* Define to 1 if you have the `memcpy' function. */
71
#undef HAVE_MEMCPY
72
 
73
/* Define to 1 if you have the  header file. */
74
#undef HAVE_MEMORY_H
75
 
76
/* Define to 1 if you have the `mmap' function. */
77
#undef HAVE_MMAP
78
 
79
/* Define if mmap with MAP_ANON(YMOUS) works. */
80
#undef HAVE_MMAP_ANON
81
 
82
/* Define if mmap of /dev/zero works. */
83
#undef HAVE_MMAP_DEV_ZERO
84
 
85
/* Define if read-only mmap of a plain file works. */
86
#undef HAVE_MMAP_FILE
87
 
88
/* Define if .eh_frame sections should be read-only. */
89
#undef HAVE_RO_EH_FRAME
90
 
91
/* Define to 1 if you have the  header file. */
92
#undef HAVE_STDINT_H
93
 
94
/* Define to 1 if you have the  header file. */
95
#undef HAVE_STDLIB_H
96
 
97
/* Define to 1 if you have the  header file. */
98
#undef HAVE_STRINGS_H
99
 
100
/* Define to 1 if you have the  header file. */
101
#undef HAVE_STRING_H
102
 
103
/* Define to 1 if you have the  header file. */
104
#undef HAVE_SYS_MMAN_H
105
 
106
/* Define to 1 if you have the  header file. */
107
#undef HAVE_SYS_STAT_H
108
 
109
/* Define to 1 if you have the  header file. */
110
#undef HAVE_SYS_TYPES_H
111
 
112
/* Define to 1 if you have the  header file. */
113
#undef HAVE_UNISTD_H
114
 
115
/* Define to the sub-directory in which libtool stores uninstalled libraries.
116
   */
117
#undef LT_OBJDIR
118
 
119
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
120
#undef NO_MINUS_C_MINUS_O
121
 
122
/* Name of package */
123
#undef PACKAGE
124
 
125
/* Define to the address where bug reports for this package should be sent. */
126
#undef PACKAGE_BUGREPORT
127
 
128
/* Define to the full name of this package. */
129
#undef PACKAGE_NAME
130
 
131
/* Define to the full name and version of this package. */
132
#undef PACKAGE_STRING
133
 
134
/* Define to the one symbol short name of this package. */
135
#undef PACKAGE_TARNAME
136
 
137
/* Define to the home page for this package. */
138
#undef PACKAGE_URL
139
 
140
/* Define to the version of this package. */
141
#undef PACKAGE_VERSION
142
 
143
/* The size of `double', as computed by sizeof. */
144
#undef SIZEOF_DOUBLE
145
 
146
/* The size of `long double', as computed by sizeof. */
147
#undef SIZEOF_LONG_DOUBLE
148
 
149
/* If using the C implementation of alloca, define if you know the
150
   direction of stack growth for your system; otherwise it will be
151
   automatically deduced at runtime.
152
        STACK_DIRECTION > 0 => grows toward higher addresses
153
        STACK_DIRECTION < 0 => grows toward lower addresses
154
        STACK_DIRECTION = 0 => direction of growth unknown */
155
#undef STACK_DIRECTION
156
 
157
/* Define to 1 if you have the ANSI C header files. */
158
#undef STDC_HEADERS
159
 
160
/* Define this if you are using Purify and want to suppress spurious messages.
161
   */
162
#undef USING_PURIFY
163
 
164
/* Version number of package */
165
#undef VERSION
166
 
167
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
168
   significant byte first (like Motorola and SPARC, unlike Intel). */
169
#if defined AC_APPLE_UNIVERSAL_BUILD
170
# if defined __BIG_ENDIAN__
171
#  define WORDS_BIGENDIAN 1
172
# endif
173
#else
174
# ifndef WORDS_BIGENDIAN
175
#  undef WORDS_BIGENDIAN
176
# endif
177
#endif
178
 
179
 
180
#ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
181
#ifdef LIBFFI_ASM
182
#define FFI_HIDDEN(name) .hidden name
183
#else
184
#define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
185
#endif
186
#else
187
#ifdef LIBFFI_ASM
188
#define FFI_HIDDEN(name)
189
#else
190
#define FFI_HIDDEN
191
#endif
192
#endif
193
 

powered by: WebSVN 2.1.0

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