-
- Downloads
common.opt (exit_after_options, [...]): New Variable entries.
* common.opt (exit_after_options, write_symbols, debug_info_level, use_gnu_debug_info_extensions): New Variable entries. (fprofile-dir=): Use Var. * flag-types.h (enum debug_info_level): Rename to enum debug_info_levels. * flags.h (write_symbols, debug_info_level, use_gnu_debug_info_extensions): Remove declarations. * opts.c (exit_after_options, write_symbols, debug_info_level): Remove. (set_struct_debug_option): Make static variables const. (use_gnu_debug_info_extensions): Remove. (set_debug_level, print_filtered_help, print_specific_help, fast_math_flags_set_p): Take gcc_options parameters and use them in place of global variables. (print_filtered_help): Make new_help non-static. (print_specific_help): Update call to print_filtered_help. (common_handle_option): Update calls to print_specific_help. Use gcc_options structure for more settings. Make --help table const. Don't handle OPT_fprofile_dir_ here. Update calls to set_debug_level. * toplev.c (profile_data_prefix): Remove. * toplev.h (profile_data_prefix, exit_after_options): Remove declarations. (fast_math_flags_set_p): Update prototype. * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Update call to fast_math_flags_set_p. objc: * objc-act.c (write_symbols): Don't declare here. From-SVN: r167064
Showing
- gcc/ChangeLog 29 additions, 0 deletionsgcc/ChangeLog
- gcc/common.opt 22 additions, 1 deletiongcc/common.opt
- gcc/cppbuiltin.c 1 addition, 1 deletiongcc/cppbuiltin.c
- gcc/flag-types.h 1 addition, 1 deletiongcc/flag-types.h
- gcc/flags.h 0 additions, 10 deletionsgcc/flags.h
- gcc/objc/ChangeLog 4 additions, 0 deletionsgcc/objc/ChangeLog
- gcc/objc/objc-act.c 0 additions, 4 deletionsgcc/objc/objc-act.c
- gcc/opts.c 62 additions, 76 deletionsgcc/opts.c
- gcc/toplev.c 0 additions, 3 deletionsgcc/toplev.c
- gcc/toplev.h 1 addition, 4 deletionsgcc/toplev.h
Loading
Please register or sign in to comment