Home
last modified time | relevance | path

Searched refs:extra_specs (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc1750 static struct spec_list *extra_specs = (struct spec_list *) 0; variable
1853 extra_specs = XCNEWVEC (struct spec_list, ARRAY_SIZE (extra_specs_1)); in init_spec()
1857 sl = &extra_specs[i]; in init_spec()
11157 extra_specs = NULL; in finalize()
H A DFSFChangeLog.102367 * gcc.c (extra_specs): If EXTRA_SPECS is defined, define
2368 extra_specs array to hold the extra specs the machine description
H A DFSFChangeLog.116957 * gcc.c (init_spec): Delete parameter. Always initialize extra_specs.
7972 (extra_specs): Use struct spec_list as type.
H A DChangeLog-19982903 * gcc.c (EXTRA_SPECS, extra_specs): Introduce an intermediate
2905 Xmalloc() the real `extra_specs', and initialize it from this
H A DChangeLog-201518449 * gcc.c (driver::finalize): Only assign to extra_specs if
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c1623 static struct spec_list *extra_specs = (struct spec_list *) 0; variable
1725 extra_specs = XCNEWVEC (struct spec_list, ARRAY_SIZE (extra_specs_1)); in init_spec()
1729 sl = &extra_specs[i]; in init_spec()
10218 extra_specs = NULL; in finalize()
H A DFSFChangeLog.102367 * gcc.c (extra_specs): If EXTRA_SPECS is defined, define
2368 extra_specs array to hold the extra specs the machine description
H A DFSFChangeLog.116957 * gcc.c (init_spec): Delete parameter. Always initialize extra_specs.
7972 (extra_specs): Use struct spec_list as type.