Searched refs:process_command (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | gcc.c | 331 static void process_command PARAMS ((int, const char **)); 3065 process_command (argc, argv) in process_command() function 6045 process_command (argc, argv);
|
H A D | FSFChangeLog.11 | 648 * gcc.c (process_command): Don't take address of function fatal when 4635 * gcc.c (process_command): If -save-temps and -pipe were specified 6958 (process_command, main): Change all callers. 7467 * gcc.c (process_command): Allocate space for terminating null. 7725 * gcc.c (process_command): Fix improper use of strncpy. 7966 (process_command): Change how cross_compile is tested. 7977 (process_command,validate_all_switches): Ditto. 7978 (process_command): Call init_specs for -dumpspecs. 8685 * gcc.c (process_command) [LANG_SPECIFIC_DRIVER]: Call 9370 * gcc.c (process_command,main): Process -specs=file and -specs [all …]
|
H A D | FSFChangeLog | 2229 * gcc.c (process_command): If file is for linker, set lang to "*". 2390 * gcc.c (process_command, case "-dumpversion"): Print spec_version. 2573 * gcc.c (process_command, case 'V'): Validate arg.
|
H A D | ChangeLog.4 | 2513 * gcc.c (find_a_file, process_command, do_spec_1, main): Use it. 2941 * gcc.c (process_command): Use F_OK, not R_OK. 3364 * gcc.c (process_command): Define 'j' variable when 4648 * gcc.c (process_command): Remove unused variable. 4778 process_command, main), gcov.c (open_files, output_data), tlink.c 5688 * gcc.c (process_command, main): Use "because" instead of 6047 (process_command): Added code to parse this new option. 7754 (process_command): Handle MODIFY_TARGET_NAME. 12519 * gcc.c (translate_options, process_command, main): Likewise. 13268 (process_command): Update. Pass PREFIX_PRIORITY_B_OPT or [all …]
|
H A D | ChangeLog.0 | 3482 (process_command): If HAVE_EXECUTABLE_SUFFIX is defined then scan 4982 (process_command): Initialize added_libraries. Pass it to 5373 * gcc.c (process_command): Improve error message for -o with 5929 (process_command): If GCC_EXEC_PREFIX is set, remove /lib/gcc-lib/ 7797 (process_command): Remove unused variable temp. 9844 * gcc.c (process_command): Do not take address of function fatal when 12915 (process_command): Increment n_switches for them. Don't discard 12919 (process_command): Set include_prefixes from COMPILER_PATH.
|
H A D | FSFChangeLog.10 | 157 * gcc.c (process_command): Instead of hardcoding non-empty 2372 (process_command, main, validate_all_switches): Likewise. 2408 * gcc.c (process_command): New local lang_n_files, and use 3218 * gcc.c (process_command): Give error for -c with -o and 7219 (process_command): Convert x.o to x.foo for OBJECT_SUFFIX of ".foo". 9450 * gcc.c (process_command): Delete code modifying gcc_exec_prefix.
|
H A D | ChangeLog.6 | 1767 * (process_command): Handle -###. 2310 (process_command): Modify calls to convert_filename. 3073 * gcc.c (process_command): Ensure the cpp driver sees 3219 * gcc.c (process_command): Don't add a preprocessor option for 3431 * gcc.c (translate_options, process_command, do_spec1, 10936 * gcc.c (translate_options, process_command): Use xstrdup in 12003 * gcc.c: (process_command) Add parentheses around assignment 18837 * gcc.c (process_command): Don't assign elements of a const char*.
|
H A D | ChangeLog.2 | 2822 (process_command): Only use make_relative_prefix if !VMS. 2848 (process_command): If GCC_EXEC_PREFIX was not specified, see if we 3718 (process_command): Handle -pass-exit-codes. 3735 * gcc.c (process_command): Add standard_exec_prefix with "GCC" 7789 (process_command): Set report_times if -time is given. 8731 (process_command): Call xstrdup, not save_string.
|
H A D | ChangeLog | 952 * gcc.c (process_command): Remove const-qualification from argv. 2287 (process_command): Conditionalize make_relative_prefix call 2316 (process_command): Recompute run-time target_system_root from 4373 * gcc.c (process_command): Update copyright date. 11951 (process_command): Update callers. Handle --print-multi-os-directory. 18495 (make_relative_prefix, process_command): Update.
|
H A D | ChangeLog.5 | 24 * gcc.c (process_command): Append a DIR_SEPARATOR to a path 5010 * gcc.c (process_command): Allow -l lib in addition to -llib 5460 (process_command): Likewise. 13221 * gcc.c (process_command): Set switches[n_switches].ordering to 0. 13588 (process_command): Always validate -{static,shared}-libgcc.
|
H A D | ChangeLog.1 | 1633 (process_command): Likewise. 3086 * gcc.c (process_command): Dump link_command_spec too. 3517 add_linker_option, process_command, execute, 11395 (process_command): Cast `sizeof' to (int) when comparing against one.
|
H A D | ChangeLog.3 | 2907 process_command, main; elements of struct command and struct 2908 switchstr; local variables in execute, process_command, main. 8910 (process_command): Use them. 15933 (process_command): Use it.
|
H A D | ChangeLog.7 | 2216 * gcc.c (process_command): Avoid assignment to read-only location. 2242 (process_command): Handle -V and -b by using exec. 7646 (process_command): Similarly. 15088 * gcc.c (n_default_compilers, process_command): Likewise. 20671 (process_command): Handle -fversion following the GNU Coding
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | gcc.c | 340 static void process_command (int, const char **); 3269 process_command (int argc, const char **argv) in process_command() function 6198 process_command (argc, (const char **) argv); in main()
|