These are flags that appear in the benchmark sources, categorized as to whether they are portability candidates, mandatory, or forbidden.
Selecting one of the following will take you directly to that section:
This macro enables code changes to work around a problem in the source where functions not defined as taking variadic arguments are called as variadic functions (via function pointer to a variadic function signature). This mismatch between prototype and implementation can cause a crash at runtime on systems with ABIs that handle allocation of fixed and variadic parameters differently. On systems with ABIs that do handle them identically (i.e. x86-64), the changes enabled by this macro do not affect the functionality of the code.
This macro indicates that alloca has been defined to the desired value and that none of the automatic selection mechanisms (based on operating system or compiler) should be used. Overrides USE_C_ALLOCA and SPEC_USE_BUILTIN_ALLOCA.
If you are unfortunate enough to be using C_alloca() from the benchmark sources instead of your compiler's built-in alloca(), and if the automatic stack growth direction detection code isn't working for you, you can use this macro to set the direction explicitly. See the comments in src/alloca.c for notes on possible values for this macro.
For best performance and lowest memory usage, it's best to use your compiler's built-in alloca() implementation. If your compiler offers a "_builtin_alloca" function, you can use that by setting -DSPEC_USE_BUILTIN_ALLOCA. Otherwise, you can use the preprocessor to define "alloca" to whatever value you need it to be set to and also define -DSPEC_ALLOCA_DEFINED.
This macro assists with CRAY alloca issues
This macro assists with CRAY alloca issues
This macro assists with CRAY alloca issues
This macro assists with CRAY alloca issues
Setting this macro to a value other than its default is forbidden.
This macro contains the constants for use with seek calls. It should be supplied by system header files, but in case it is not, you can specify it using this flag.
SPEC_AIX is used so that IBM submitters don't have to bother specifying SPEC_NEED_VASPRINTF. It causes a vasprintf() replacement function to be compiled in.
SPEC_IRIX is used so that SGI submitters can have alloca.h included
SPEC_MACOSX indicates that that OS has the malloc.h header file.
On Windows systems, the header <direct.h> is automatically included prior to calling getpwd. If for some reason you do not want that header, you can prevent its inclusion by setting this flag.
This macro can be used to indicate that the malloc.h header file should NOT be included.
Currently causes alloca.h to be included in the regexp module.
Use this flag to keep <alloca.h> from being included when it would otherwise automatically be included.
Use this flag to force <alloca.h> to be included.
Essentially the number of bits in a basic addressable unit. Would Cray make this be 64?
This macro is used in the definition of the number of bits in a char on the host
This macro defines the availability of the alloca.h include file. It must be set the same in both cpp_config.h and in libib_config.h
This macro defines the availability of the function asprintf.
This macro defines the availability of the bcopy function.
This macro defines the availability of the bzero function.
This macro defines an attribute of the host system.
This macro defines an attribute of the host system.
This macro defines an attribute of the host system.
This macro defines an attribute of the host system.
This macro defines an attribute of the host system.
This macro defines an attribute of the host system.
This macro defines an attribute of the host system.
This macro defines an attribute of the host system.
This macro defines an attribute of the host system.
This macro defines an attribute of the host system.
This macro is a SPEC provided portability flag
This macro is a SPEC provided portability flag
This macro is a SPEC provided portability flag
Setting this macro indicates that some standard C function names (strcasecmp and friends) should not be redefined to their MSVC++ runtime names (_stricmp and friends).
This macro allows function prototypes to work on AIX3.2 and Alpha/OSF/1
This macro may allow "stat" to work.
This macro works around limitations of Microsoft C.
This macro defines the name of an unsigned 64-bit integer type.
This macro may be set to 1 for systems with big endian byte order. This should happen automatically, but if for some reason it doesn't, you may set it explicitly.
This allows alloca to be set to the compiler's preferred alloca by SPEC rules.
This flag is set for all builds in Spec/object.pm.
This flag is set for all builds in Spec/object.pm.
This flag is set for all builds in Spec/object.pm.
This flag causes diagnostic.c to use the correct error message for the rate version of the benchmark. It should not be set by users; it is set automatically.
This flag causes diagnostic.c to use the correct error message for the speed version of the benchmark. It should not be set by users; it is set automatically.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
This macro is a secondary control on type sizes
Setting this macro to a value other than its default is forbidden.
Setting this macro to a value other than its default is forbidden.
This flag will affect the format of the assembly output by the compiler.
This flag will affect the format of the assembly output by the compiler.
This flag will affect the format of the assembly output by the compiler.
This flag will affect the format of the assembly output by the compiler.
This flag will affect the format of the assembly output by the compiler.
This flag will affect the format of the assembly output by the compiler.
This flag will affect the format of the assembly output by the compiler.
This flag will affect the format of the assembly output by the compiler.
This flag will affect the format of the assembly output by the compiler.
This flag will affect the format of the assembly output by the compiler.
This flag will affect the format of the assembly output by the compiler.
This flag will affect the format of the assembly output by the compiler.
This macro is an parameter in the md5 hash code. Setting this macro to a value other than its default is forbidden.
This macro defines an attribute of the target machine.
This macro defines an attribute of the diagnostic code.
This macro defines an attribute of the diagnostic code.
This macro defines an attribute of the diagnostic code.
This macro defines an attribute of the diagnostic code.
This macro defines an attribute of the diagnostic code.
This macro defines an attribute of the diagnostic code.
This macro allows the compiler to disregard padding.
This macro is a parameter in multi-precision arithmetic code.
This macro provides a sentinel mechanism for string concatenation.
This macro is a parameter in the scheduling code.
This macro is a parameter in the scheduling code.
This macro is a parameter in bitmap manipulation.
This macro defines an attribute of the diagnostic code. It is defined based on previous defines in bitmap.h
This macro is defined based on previous defines in defaults.h
This macro sets a buffer size for reading source lines.
This macro guides the code in passing parameters in generated code.
This macro defines how gcc diagnostics will be produced.
This macro is a marker for the size of a char
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro defines part of the form of dwarf debugging information
This macro works with user defined char classes
This macro governs whether an i386 target can execute code from the stack
This macro decides whether a struct on the target can be altered in pieces
This macro works around variations in behavior of libgcc
This macro alters gcc's internal speed/memory heuristics
This macro sets up the time counting for internal diagnostics. It will not affect the benchmark.
This macro affects the way leading zeros are counted.
This macro affects dwarf debugging output
This macro affects dwarf debugging output
This macro defines how to output assembly.
This macro says if evaluating an address has side effects.
This macro describes constraints on certain internal structures.
This macro describes constraints on certain internal structures.
This macro describes constraints on certain internal structures.
They exist for compatibility with deprecated internal code.
They exist for compatibility with deprecated internal code.
They exist for compatibility with deprecated internal code.
This macro deals with name mangling
This macro deals with attributes of compiler internals structures
This macro deals with name mangling
This macro deals with name mangling
This macro lets the preprocessor find files on different target environments
This macro affects the way trailing zeros are counted.
It's forbidden for now. Alloca is a portability issue; I'm not sure altering this helps at all.
This macro doesn't seem to be used
This macro defines how to output assembly
This macro should get this from the system float.h
This macro defines how to output dwarf code.
This macro defines how to output dbx code.
This macro defines how to output dbx code.
This macro defines how to output dbx code.
This macro defines how to output dbx code.
This macro expands into debugging code when set.
This macro defines how to output dwarf code.
This macro expands into debugging code when set.
This macro expands into debugging code when set.
This macro expands into debugging code when set.
This macro expands into debugging code when set.
This macro expands into debugging code when set.
This macro expands into debugging code when set.
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro deals with portability issues of decimal number formats
This macro provides debugging assistance
This macro controls debugging of the CFG
This macro manages debugging output
This macro manages debugging output
This macro manages debugging output
This macro manages debugging output
This macro manages debugging output
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
It interacts with relocations in assembly output EH_TABLES_CAN_BE_READ_ONLY appears 1 times ! What does it mean?
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro allows more runtime checking code to be output.
This macro defines an attribute of the target machine.
This macro performs more checks in optimizing constant folding.
This macro allows more runtime checking code to be output.
This macro allows more checking of the IRA optimizer pass.
This macro enables Link Time Optimization.
This macro enables more compile time checks.
This macro enables more compile time checks after gimplification.
This macro allows more runtime checking code to be output.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
Iy defines the end of string char
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro is an internal error code value.
This macro controls debug code for regexp macros
They exist for compatibility with deprecated internal code.
They exist for compatibility with deprecated internal code.
They exist for compatibility with deprecated internal code.
This macro controls memory fence instructions in the ssa pass.
This macro manages file structures.
This macro defines how the preprocessor includes files.
This macro defines the scanner type used by the compiler
This macro is a secondary control on type sizes
This macro defines properties of the target's frame
This macro defines dwarf debugging properties.
This macro defines dwarf debugging properties.
This macro defines a secondary property of host streams
This macro defines a property of the target calling convention.
This macro defines a property of the target calling convention.
This macro defines the front-end specific diagnostics style
This macro defines whether we are in the GCC driver program.
This macro tests for the version of GMP (Gnu MultiPrecision arithmetic) used
This macro tests for the version of GMP (Gnu MultiPrecision arithmetic) used
This macro defines the internal linkage of a compiler data structure.
This macro defines a secondary property of internal structures.
it defines the version of the GNU getopt code.
it defines a garbage collection property.
it defines a garbage collection property.
This macro defines how labels are output.
This macro validates addresses and addressing instruction modes.
This macro validates addresses and addressing instruction modes.
This macro allows the amount of physical memory to be discovered.
This macro defines a union tag
This macro is a macro dealing with string locales
This macro defines how pragmas are handled.
This macro defines how pragmas are handled.
This macro defines how regs fit on the stack in the target machine
This macro describes part of a target machine register set.
This macro defines an attribute of the target machine.
This macro defines an attribute of the target machine.
This macro allows the output of a different assembler format.
This macro allows the output of a different assembler format.
This macro allows families of target machine attributes to be defined.
This macro asserts that attributes of target machines have been defined.
This macro defines an attribute of the target machine.
This macro defines the availability of a host system function.
This macro defines the availability of a host system function.
This macro defines an attribute of the target machine
This macro lets the compiler know that gas will be the assembler
This macro lets the compiler know that gas will be the assembler
This macro defines the availability of a host system function.
it defines an attribute of the host file system.
This macro defines the availability of a host system function.
This macro defines an attribute of the target machine.
This macro defines the availability of a host system include file.
This macro defines the availability of a host system include file.
This macro defines the availability of a host system function.
This macro defines the availability of a host system function.
This macro defines the availability of a host system function.
This macro defines the availability of a host system function.
This macro defines the availability of a host system function.
This macro defines the availability of a host system include file.
This macro defines the availability of a host system function.
This macro defines the availability of a host system function.
This macro defines the availability of a host system function.
This macro defines the availability of a host system function.
This macro defines the availability of a host system include file.
This macro defines the availability of a host system function.
This macro defines the availability of a host system include file.
This macro defines the availability of a host system include file.
This macro defines the availability of a host system include file.
This macro defines the availability of a host system include file.
This macro defines the availability of a host system include file.
This macro defines the availability of a host system function.
This macro defines whether the host compiler supports the unsigned char type.
This macro defines the availability of a host system include file.
This macro defines the availability of a host system function.
This macro defines whether the host system supports the VA_COPY varargs facility.
This macro is an optimization flag that is environment specific.
This macro defines the availability of a stream locking function.
This macro defines whether the host compiler supports the VA_COPY varargs facility.
This macro provides a facility to block scheduling across internal structures.
This macro specifies a mapping between compiler internal form and the target machine.
This macro describes the availability of an optimization library.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro specifies a mapping between compiler internal form and the target machine.
This macro ensures a table is initialized once.
This macro defines an attribute of the target object format.
This macro should get this from the system float.h
This macro describes a capability of the host system.
This macro describes a capability of the host system.
This macro defines capability of the file system for the GMP code.
This macro enables debugging of floating point formats.
This macro modifies internal form conversions.
This macro modifies internal form conversions.
This macro modifies internal form conversions.
This macro modifies internal form conversions.
This macro defines an attribute of the target system's calling conventions.
This macro is a device for ensuring presence of bcopy and bzero
This macro is a factor in frame pointer usage in generated code.
This macro defines how to output assembly
This macro controls an aspectspect of stack space allocation.
This macro controls inode support
This macro controls inode support
This macro guards against recursive inclusion of .h files.
This macro provides a default type definition.
This macro provides a default type definition.
This macro provides a default type definition.
This macro provides a default type definition.
This macro provides a default type definition.
This macro provides a default type definition.
This macro provides a default type definition.
This macro provides a default type definition.
This macro provides a default type definition.
This macro provides a default type definition.
This macro provides a default type definition.
This macro provides a default type definition.
This macro provides a default type definition.
This macro is used to discern whether gcc or a library is being built.
This macro is used to discern whether gcc or a library is being built.
This macro is a parameter in costing register allocation.
This macro is a parameter in costing register allocation.
This macro is a parameter in costing register allocation.
This macro defines an aspect of the floating point number format.
This macro defines part of the calling convention.
it manages the host storage of target floating point numbers.
This macro specifies endian-ness od storage.
This macro specifies the memory alignment of target storage.
This macro defines whether logical operators short circuit.
This macro is a secondary control on type sizes
This macro is a secondary control on type sizes
This macro is a secondary control on type sizes
This macro is a secondary control on type sizes
This macro controls debugging of the lto streamer.
This macro defines the alignment expected of memory returned by malloc.
This macro defines whether alloca may be called in matching regexes.
This macro provides a maximum value.
This macro defines a large enough space for all possible operands.
This macro controls stack alignment in generated code.
This macro controls whether multi byte strings are supported.
This macro affects regexp evaluation.
This macro defines a memory alignment attribute.
This macro controls mode switching.
it defines attributes of registers on the target machine.
it defines attributes of registers on the target machine.
This macro controls mode switching.
This macro controls mode switching.
This macro is a factor in control of physical memory usage.
This macro is a parameter in garbage collection setup.
This macro defines the number of global name spaces across all gcc sources.
This macro governs call frame exceptions in generated code.
This macro defines a NaN on the target system.
This macro defines if canonicalize_file_name is not declared in system header files.
This macro defines whether code is generated for GNU or Objective-C
This macro sets up debugging symbols
This macro sets up debugging symbols
This macro sets up debugging symbols
This macro sets up strings for signals.
it defines how the x86 abi can be overridden.
PARAMS is a list--a chain of TREE_LIST nodes
This macro is a string concatenation macro
This macro deals with multibyte string and wide chars.
This macro deals with limits in pathnames.
This macro sets the type used to contain a PID
This macro defines the number of bits needed for a C pointer.
This macro is the maximum number of multiplications to inline.
This macro deals with the creation on temporary files.
This macro defines how to output assembly
This macro is a parameter in ssa loop optimization.
This macro deals with limits in pathnames.
This macro is a secondary control on type sizes
This macro is a part of the malloc/alloca decision process.
This macro defines how pragmas are handled.
This macro is a wrapper function to unify target macros dealing with target addressing modes.
This macro deals with target addressing modes.
They exist for compatibility with deprecated internal code.
They exist for compatibility with deprecated internal code.
This macro assists in debugging compiler internals
This macro interacts with code shared with emacs
This macro sets policy on memory allocation failure.
This macro deals with bit manipulation in regexp patterns.
This macro deals with regexp patterns.
This macro deals with pointer types in the regexp code.
This macro sets a limit on mapped memory in garbage collection.
This macro sets a limit on mapped memory in garbage collection.
This macro sets a limit on mapped memory in garbage collection.
This macro describes an attribute of the supported floating point format.
This macro deals with the creation on temporary files.
This macro defines how to output assembly
This macro defines how to output SDB debugging information.
This macro defines a mode selection in target code generation.
This macro decides whether a struct on the target can be altered in pieces
This macro selects between inline or function calls for memory setting.
This macro is a secondary control on type sizes
This macro is a secondary control on type sizes
This macro provides a string to describe a signal
This macro defines a macro for outputting assembly ops.
This macro corrects type sizes in the Windows environment.
This macro describes how gcc interacts with SPARC target calling conventions.
This macro allows dissection of the supported floating point format.
This macro defines an aspect of the target ABI.
This macro defines an aspect of the target ABI.
This macro defines an aspect of the target ABI.
This macro defines an aspect of the target ABI.
This macro defines an aspect of the target ABI.
This macro permits a separate demangler function.
This macro decides whether a struct on the target can be altered in pieces
This macro appears not to be used.
This macro is set to the target cpu type.
This macro is defined to a value representing part of the target architecture
This macro is defined to a value representing part of the target architecture
This macro is defined to a value representing part of the target architecture
This macro is defined to a value representing part of the target architecture
This macro is defined to a value representing part of the target architecture
This macro sets debugging output behavior.
This macro is a macro supporting a workaround for some old bug.
This macro regulates visibility of enum symbols.
This macro interacts with code shared with emacs
This macro is a part of include file path code.
This macro deals with pattern matching in regexes.
This macro defines addressability modes in the target machine
This macro defines addressability modes in the target machine
This macro defines addressability modes in the target machine
This macro defines addressability modes in the target machine
This macro defines addressability modes in the target machine
This macro defines addressability modes in the target machine
This macro defines addressability modes in the target machine
This macro defines addressability modes in the target machine
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine. It defines how pragmas are handled.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine. It defines how pragmas are handled.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro describes an attribute of the target machine.
This macro is a memory management parameter.
This macro defines how to output assembly
This macro describes an attribute of assembly output.
This macro describes an attribute of assembly output.
This macro is a parameter in random number usage.
This macro is a code generation pattern matching function.
This macro describes an attribute of the assembly output format.
it defines an attribute of assembly output.
This macro guards against multiple inclusions of .h files.
This macro describes types available in the target machine
This macro describes types available in the target machine
This macro describes types available in the target machine
This macro describes types available in the target machine
This macro describes types available in the target machine
This macro describes types available in the target machine
This macro describes types available in the target machine
This macro describes types available in the target machine
This macro describes types available in the target machine
This macro describes types available in the target machine
This macro describes types available in the target machine
This macro describes types available in the target machine
This macro describes types available in the target machine
This macro describes types available in the target machine
This macro describes an attribute of bitwise parallelization.
This macro partitions off unit test code.
This macro describes an attribute of assembly output code.
This macro describes types available in the target machine
This macro describes an attribute of the target ABI.
This macro describes an attribute of the target ABI.
This macro describes an attribute of the target ABI.
This macro describes an attribute of the target ABI.
This macro describes an attribute of the target ABI.
This macro describes an attribute of the target ABI.
This macro describes an attribute of the target ABI.
This macro provides a way to debug using valgrind.
This macro provides a way to debug using valgrind.
This macro provides a way to debug using valgrind.
This macro is a varargs component
This macro describes an attribute of the target machine
This macro defines whether gcc will support wide chars
This macro defines the minimum value contained in a wide char.
This macro defines an attribute of a core dump file
This macro defines an attribute of a core dump file
This macro defines whether gcc will support wide chars
This macro defines how to set installation paths on the target machine.
This macro describes an attribute of the target machine
This macro describes how the scanner/parser will be built.
This macro describes how the scanner/parser will be built.
This macro is an environment parameter for the multi-precision arithmetic code.
This macro declares whether code is intended for a library or the compiler.
This macro is expected to be a predefined environment variable enabling stdio to be found in the host environment..
This macro is a guard macro to prevent redefinitions of types.
This macro is a guard macro to prevent redefinitions of types.
This macro is a guard macro to prevent redefinitions of types.
This macro is a guard macro to prevent redefinitions of types.
This macro defines a type for a Windows host environment.
This macro defines how signal strings are handled.
This macro allows the use of BSD functions.
This macro allows for discovery of the amount of physical memory.
This macro allows for discovery of the amount of physical memory.
This macro allows for discovery of the amount of physical memory.
This macro deals with memory alignment in hash function code.
This macro is a guard macro to prevent redefinitions of types.
This macro is a guard macro to prevent redefinitions of types.
This macro is a guard macro to prevent redefinitions of types.
This macro is a guard macro to prevent redefinitions of types.
This macro defines a type for a Windows host environment.
This macro is an environment flag for error messages in regexp code.
This macro deals with oddities in the implementation of realloc.
This macro works around limitations of Microsoft C.
This macro works around limitations of Microsoft C.
This macro is defined by the host compiler, and may advantage that compiler as the target is the same. in which case it will be removed.
This macro works around an issue in which a security feature interacts with precompiled headers
This macro is a redefinition avoidance macro
This macro works around an issue in which a security feature interacts with precompiled headers
This macro works around an issue in which a security feature interacts with precompiled headers
This macro defines a gcc special syntax for an extra keyword to be compiled.
This macro defines a gcc special syntax for an extra keyword to be compiled.
This macro works around an issue in which a security feature interacts with precompiled headers
This macro works around an issue in which a security feature interacts with precompiled headers
This macro is a redefinition avoidance macro
This macro works around an issue in which a security feature interacts with precompiled headers
This macro manages case conversions.
This macro tries to ensure that the hosts libc function will be used.
This macro tries to ensure that the hosts libc function will be used.
This macro provides a const keyword for compilers that don't have it.
This macro allows code to be shared between gcc and emacs.
This macro declares that the compiler can assume that getenv exists.
This macro is a macro in regexp matching.
This macro is a macro to test if a char is an ascii char.
This macro is a macro to test if a char is a blank char.
This macro is a macro to test if a char is a graphic char.
If function memcmp is unavailable it uses bcmp.
This macro is a minimum value function.
I don't know; I didn't find it.
I don't know; I didn't find it.
This macro appears to be unused.