Home
last modified time | relevance | path

Searched refs:static_specs (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc1691 static struct spec_list static_specs[] = variable
1869 for (i = ARRAY_SIZE (static_specs) - 1; i >= 0; i--) in init_spec()
1871 sl = &static_specs[i]; in init_spec()
2008 for (unsigned i = 0; i < ARRAY_SIZE (static_specs); i++) in set_static_spec()
2010 if (static_specs[i].ptr_spec == spec) in set_static_spec()
2012 sl = static_specs + i; in set_static_spec()
2060 for (i = ARRAY_SIZE (static_specs) - 1; i >= 0; i--) in set_spec()
2062 sl = &static_specs[i]; in set_spec()
11137 while (specs != static_specs) in finalize()
11146 for (unsigned i = 0; i < ARRAY_SIZE (static_specs); i++) in finalize()
[all …]
H A DChangeLog-200612432 (static_specs): Add link_gcc_math_spec.
20335 (static_specs): Add link_gcc_math_spec.
22132 (static_specs): Include it.
H A DChangeLog-20025672 (static_specs): Add multilib_options.
20464 (static_specs): Add startfile_prefix_spec.
32879 (static_specs): Remove signed_char_spec.
33160 (static_specs): Add cpp_unique_options.
H A DChangeLog-20097271 (static_specs): Add linker_plugin_file, lto_wrapper and lto_gcc.
7331 (static_specs): Add cc1_non_lto_options, lto1_options and
H A DChangeLog-20006898 (static_specs): Add "md_exec_prefix", "md_startfile_prefix",
14191 (static_specs): Update.
H A DFSFChangeLog.117973 (static_specs): Static list of predefined specs.
H A DChangeLog-200513092 (static_specs): Add link_ssp_spec.
21552 (static_specs): Add sysroot_spec.
H A DChangeLog-200318278 (static_specs): Initialize new variables.
22387 (static_specs): Remove predefines.
H A DChangeLog-20103568 (static_specs[]): Remove related entry.
24550 (static_specs): Remove switches_need_spaces.
H A DChangeLog.tree-ssa16872 (static_specs): Define correponding spec aliases.
H A DChangeLog-20014504 (static_specs): Add asm_debug.
H A DChangeLog-202010265 (static_specs): Add asm_debug_option entry.
H A DChangeLog-201115760 (static_specs): Add self_spec.
H A DChangeLog-201312548 (cpp_unique_options, cc1_options, static_specs): Likewise.
H A DChangeLog-200433611 (static_specs): Add mfwrap and mflib.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c1565 static struct spec_list static_specs[] = variable
1741 for (i = ARRAY_SIZE (static_specs) - 1; i >= 0; i--) in init_spec()
1743 sl = &static_specs[i]; in init_spec()
1887 for (i = ARRAY_SIZE (static_specs) - 1; i >= 0; i--) in set_spec()
1889 sl = &static_specs[i]; in set_spec()
10197 while (specs != static_specs) in finalize()
10206 for (unsigned i = 0; i < ARRAY_SIZE (static_specs); i++) in finalize()
10208 spec_list *sl = &static_specs[i]; in finalize()
H A DFSFChangeLog.117973 (static_specs): Static list of predefined specs.