Home
last modified time | relevance | path

Searched refs:set_spec (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c289 static void set_spec (const char *, const char *);
1803 set_spec (const char *name, const char *spec) in set_spec() function
2156 set_spec (p2, *(sl->ptr_spec)); in read_specs()
2222 set_spec (suffix + 1, spec); in read_specs()
6273 set_spec ("link", XOBFINISH (&obstack, const char *)); in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c286 static void set_spec PARAMS ((const char *, const char *));
1654 set_spec (name, spec) in set_spec() function
2003 set_spec (p2, *(sl->ptr_spec));
2069 set_spec (suffix + 1, spec);
H A DFSFChangeLog.116784 (set_spec): If specs has not been set, set it up with the default
6795 (set_spec,read_specs,do_spec_1): If DEBUG_SPECS is defined, print
7458 * gcc.c (set_spec): Fix comment-in-comment typo.
7976 (set_spec): No longer special case predefined specs.
11070 * gcc.c (set_spec,process_command): Dump and load the compiler
14015 (translate_options,set_spec,process_command,do_spec_1,
H A DFSFChangeLog849 (init_spec, set_spec): Invoke `notice' to localize notices.
H A DChangeLog.13511 read_specs, set_spec, lookup_compiler, build_search_list,
11393 (set_spec): Cast the argument of ctype macro to `unsigned char'.
H A DFSFChangeLog.102370 (set_spec): If EXTRA_SPECS is defined, handle the extra
H A DChangeLog.410627 * gcc.c (translate_options, init_spec, set_spec, main): Likewise.
H A DChangeLog.28728 (set_spec): Call xstrdup, not save_string.
H A DChangeLog.33932 (set_spec, read_specs): Cast argument to free to PTR.