Home
last modified time | relevance | path

Searched refs:process_command (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc411 static void process_command (unsigned int, struct cl_decoded_option *);
4686 process_command (unsigned int decoded_options_count, in process_command() function
8334 process_command (decoded_options_count, decoded_options); in set_up_specs()
H A DFSFChangeLog.11648 * 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 DFSFChangeLog2229 * 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 DChangeLog-1997806 * gcc.c (process_command): Do not take address of function fatal when
3877 (process_command): Increment n_switches for them. Don't discard
3881 (process_command): Set include_prefixes from COMPILER_PATH.
H A DChangeLog-20102924 (process_command): Use getenv instead of GET_ENVIRONMENT.
5415 (process_command, do_self_spec): Update calls to
8399 (process_command): Use set_option_handlers.
11370 * gcc.c (process_command): Pass global_dc to read_cmdline_option.
11689 (process_command): Pass &global_options_set to read_cmdline_option.
12239 (process_command): Pass &global_options to read_cmdline_option.
13184 * gcc.c (process_command): Take decoded options; don't call
13187 prune_options. Update call to process_command.
13228 (process_command): Don't call translate_options. Call
16743 (process_command): Decode options before call to
[all …]
H A DFSFChangeLog.10157 * 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 DChangeLog-20002519 * gcc.c (find_a_file, process_command, do_spec_1, main): Use it.
2947 * gcc.c (process_command): Use F_OK, not R_OK.
3370 * gcc.c (process_command): Define 'j' variable when
4654 * gcc.c (process_command): Remove unused variable.
4784 process_command, main), gcov.c (open_files, output_data), tlink.c
5694 * gcc.c (process_command, main): Use "because" instead of
6053 (process_command): Added code to parse this new option.
7760 (process_command): Handle MODIFY_TARGET_NAME.
12525 * gcc.c (translate_options, process_command, main): Likewise.
13274 (process_command): Update. Pass PREFIX_PRIORITY_B_OPT or
[all …]
H A DChangeLog-20093709 * gcc.c (process_command): Handle arguments name@offset.
6016 (process_command): Handle -E as done with -c and -S. Do not add
6815 * gcc.c (process_command): Check that -o argument was specified.
7273 (process_command): Handle -use-linker-plugin.
7334 (process_command): Handle -flto, -fwpa and -fltran by setting
13195 (process_command): Don't search standard_exec_prefix_1 and
16190 * (process_command): Move options translation and language specifics
20182 (process_command): Handle -fno-compare-debug, -fcompare-debug and
20397 (process_command): Support -time=.
20713 * gcc.c (process_command, main): Likewise.
[all …]
H A DChangeLog-19992822 (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.
16101 (process_command): Likewise.
17554 * gcc.c (process_command): Dump link_command_spec too.
17985 add_linker_option, process_command, execute,
H A DChangeLog-20011767 * (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*.
19231 * gcc.c (process_command): Append a DIR_SEPARATOR to a path
24217 * gcc.c (process_command): Allow -l lib in addition to -llib
[all …]
H A DChangeLog-19984076 (process_command): Cast `sizeof' to (int) when comparing against one.
12061 (process_command): If HAVE_EXECUTABLE_SUFFIX is defined then scan
13561 (process_command): Initialize added_libraries. Pass it to
13952 * gcc.c (process_command): Improve error message for -o with
14508 (process_command): If GCC_EXEC_PREFIX is set, remove /lib/gcc-lib/
16376 (process_command): Remove unused variable temp.
H A DChangeLog-20022885 (process_command): Same.
4485 (process_command): Recompute run-time target_system_root from
5521 * gcc.c (process_command): Set .validated for -pipe. Correct
5680 (process_command): Update callers. Handle --print-multi-os-directory.
6984 (process_command): Set it. Adjust check for -pipe conflicting
12787 (make_relative_prefix, process_command): Update.
16663 * gcc.c (process_command): Avoid assignment to read-only location.
16689 (process_command): Handle -V and -b by using exec.
22093 (process_command): Similarly.
29535 * gcc.c (n_default_compilers, process_command): Likewise.
[all …]
H A DChangeLog-200896 * gcc.c (process_command): Accept also -b with configuration name
14454 (option_map, display_help, process_command): Handle the
15475 * gcc.c (translate_options, process_command): Likewise.
15681 * gcc.c (process_command): Likewise.
16158 process_command, insert_wrapper, do_option_spec, do_self_spec,
25680 * gcc.c (process_command): Update copyright notice dates.
27965 (process_command): Replace SWITCH_OK with 0.
H A DChangeLog-20065443 (process_command): If !gcc_exec_prefix add $prefix based paths.
6151 * gcc.c (process_command): Treat -b as normal switch if its argument
13601 * gcc.c (process_command): Add program name to GCC_EXEC_PREFIX
20157 * gcc.c (process_command): Change j to 'unsigned int'.
21424 (process_command): Update copyright notice.
H A DChangeLog-20078868 (process_command): Use xputenv instead of putenv.
10488 * gcc.c (process_command, main): Use pkgversion_string.
16734 * gcc.c (process_command): Recognize the new -static-libgfortran
26695 (process_command): Handle -print-sysroot-headers-suffix.
27318 * gcc.c (process_command): Remove special -BstageN/ handling.
29304 (process_command): Add code to handle --help=. Allow translated
H A DChangeLog-20055616 (process_command): Remove declation of have_c.
9321 * gcc.c (process_command): Check the argument to -b has a dash.
10453 (process_command): Handle --sysroot.
20479 * gcc.c (process_command): In the second argv scan loop, ignore
26408 (process_command): Permit report_times and use_pipes together.
35476 * gcc.c (process_command): Change year in 'gcc --version' to 2005.
H A DChangeLog-20039286 * gcc.c (process_command): Fix typo.
12217 (process_command): Update for new arrangement of files. Compute
14353 (process_command): Set combine_inputs.
23742 * gcc.c (process_command): Update copyright date.
32831 (process_command): Conditionalize make_relative_prefix call
35543 * gcc.c (process_command): Move self-spec processing past spec
H A DChangeLog-20213523 * gcc.c (process_command): Skip dumpdir override if file is a
20209 * gcc.c (process_command): Process -gtoggle like process_options
28570 * gcc.c (process_command): New variable.
33838 * gcc.c (process_command): Don't check OPT_SPECIAL_input_file
35671 * gcc.c (process_command): Update copyright notice dates.
H A DChangeLog-20043334 * gcc.c (process_command): Don't supply -v to linker.
3479 * gcc.c (process_command): Supply -v to linker.
32139 (process_command): Do not store the 'include' suffix
36576 (process_command): Remove local variable have_o; add code to check
39959 * gcc.c (process_command): Remove const-qualification from argv.
41279 * gcc.c (process_command): Allow translation of the copyright
45490 * gcc.c (process_command): Don't internationalize the
H A DChangeLog-20155840 * gcc.c (process_command): Likewise.
14180 * gcc.c (process_command): Use spec_machine rather than
15465 (process_command): ..., do it here.
18476 (process_command): Replace ::getenv calls with calls to the
44576 * gcc.c (process_command): Update copyright notice dates.
H A DChangeLog-20192082 * gcc.c (process_command): Only warn about an ineffective `-x'
29777 * gcc.c (process_command): Add dummy file only
32331 (process_command): Likewise.
37035 * gcc.c (process_command): Update copyright notice dates.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c380 static void process_command (unsigned int, struct cl_decoded_option *);
4333 process_command (unsigned int decoded_options_count, in process_command() function
7597 process_command (decoded_options_count, decoded_options); in set_up_specs()
H A DFSFChangeLog.11648 * 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 DFSFChangeLog2229 * 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 DFSFChangeLog.10157 * 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.

12