From: Martin Liska Date: Mon, 27 Aug 2018 14:04:23 +0000 (+0000) Subject: Replace 8 spaces with a tabular in ChangeLog files. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=92a285c1a7bad310d7223a7aa5d70e6a5fc3e644;p=gcc.git Replace 8 spaces with a tabular in ChangeLog files. From-SVN: r263886 --- diff --git a/ChangeLog b/ChangeLog index cbc5e2c966c..f0d7e83bdd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,7 @@ 2018-08-10 Martin Liska * MAINTAINERS: Revert change in previous commit and - join lines. + join lines. 2018-08-10 Martin Liska @@ -51,7 +51,7 @@ 2018-06-19 Bernhard M. Wiedemann - * libtool.m4: Sort output of 'find' to enable deterministic builds. + * libtool.m4: Sort output of 'find' to enable deterministic builds. * ltmain.sh: Likewise. 2018-07-03 Segher Boessenkool diff --git a/config/ChangeLog b/config/ChangeLog index 66bae696598..70b3f724026 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -14,7 +14,7 @@ 2018-05-09 Joshua Watt - * ax_pthread.m4: Add file. + * ax_pthread.m4: Add file. 2018-05-08 Richard Biener @@ -451,7 +451,7 @@ * config/mh-interix: Remove as unneeded. * config/picflag.m4 (i[[34567]]86-*-interix3*): - Change triplet to i[[34567]]86-*-interix[[3-9]]*. + Change triplet to i[[34567]]86-*-interix[[3-9]]*. 2012-01-04 Andreas Krebbel diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 97ed2002247..21139150c9f 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -73,7 +73,7 @@ * update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir. 2017-11-28 Julia Koval - Sebastian Peryt + Sebastian Peryt * contrib/gcc_update: Ditto. @@ -183,8 +183,8 @@ 2017-04-11 Damian Rouson - * download_prerequisites (md5_check): New function emulates Linux - 'md5 --check' on macOS. Modified script for macOS compatibility. + * download_prerequisites (md5_check): New function emulates Linux + 'md5 --check' on macOS. Modified script for macOS compatibility. 2017-02-06 Palmer Dabbelt @@ -283,7 +283,7 @@ 2016-09-20 Christophe Lyon * compare_tests: Take ERROR messages into account when - comparing. + comparing. 2016-08-17 Martin Liska diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index 8dade5c657d..03b459c3db8 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1256,7 +1256,7 @@ * tests/base/math.h: Update. 2007-01-05 Bruce Korb , - Daniel Franke + Daniel Franke PR target/30008 * fixincl.tpl (List): separate file name patterns with a NUL byte instead @@ -1472,7 +1472,7 @@ * fixincl.c: Don't include if SEPARATE_FIX_PROC. 2005-05-19 Eric Botcazou - Joseph S. Myers + Joseph S. Myers PR target/19933 PR target/21315 diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4c4969deda3..5ecd5f60e1d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -43,15 +43,15 @@ 2018-08-27 Martin Liska * config/i386/i386.c (ix86_expand_set_or_movmem): Dump - selected expansion strategy. + selected expansion strategy. 2018-08-27 Martin Liska * builtins.h (is_builtin_fn): Remove and fndecl_built_in_p. * builtins.c (is_builtin_fn): Likewise. * attribs.c (diag_attr_exclusions): Use new function - fndecl_built_in_p and remove check for FUNCTION_DECL if - possible. + fndecl_built_in_p and remove check for FUNCTION_DECL if + possible. (builtin_mathfn_code): Likewise. (fold_builtin_expect): Likewise. (fold_call_expr): Likewise. @@ -139,21 +139,21 @@ * ubsan.c (is_ubsan_builtin_p): Likewise. * varasm.c (incorporeal_function_p): Likewise. * tree.h (DECL_BUILT_IN): Remove and replace with - fndecl_built_in_p. + fndecl_built_in_p. (DECL_BUILT_IN_P): Transfort to fndecl_built_in_p. (fndecl_built_in_p): New. 2018-08-27 Martin Liska - PR tree-optimization/86847 + PR tree-optimization/86847 * tree-switch-conversion.c (switch_decision_tree::dump_case_nodes): - Dump also subtree probability. + Dump also subtree probability. (switch_decision_tree::do_jump_if_equal): New function. (switch_decision_tree::emit_case_nodes): Handle special - situations in balanced tree that can be emitted much simpler. - Fix calculation of probabilities that happen in tree expansion. + situations in balanced tree that can be emitted much simpler. + Fix calculation of probabilities that happen in tree expansion. * tree-switch-conversion.h (struct cluster): Add - is_single_value_p. + is_single_value_p. (struct simple_cluster): Likewise. (struct case_tree_node): Add new function has_child. (do_jump_if_equal): New. @@ -161,41 +161,41 @@ 2018-08-27 Martin Liska * tree-switch-conversion.c (bit_test_cluster::find_bit_tests): - Add new argument to bit_test_cluster constructor. + Add new argument to bit_test_cluster constructor. (bit_test_cluster::emit): Set bits really number of values - handlel by a test. + handlel by a test. (bit_test_cluster::hoist_edge_and_branch_if_true): Add - probability argument. + probability argument. * tree-switch-conversion.h (struct bit_test_cluster): - Add m_handles_entire_switch. + Add m_handles_entire_switch. 2018-08-27 Martin Liska - PR tree-optimization/86702 + PR tree-optimization/86702 * tree-switch-conversion.c (jump_table_cluster::emit): - Make probabilities even for values in jump table - according to number of cases handled. + Make probabilities even for values in jump table + according to number of cases handled. (switch_decision_tree::compute_cases_per_edge): Pass - argument to reset_out_edges_aux function. + argument to reset_out_edges_aux function. (switch_decision_tree::analyze_switch_statement): Likewise. * tree-switch-conversion.h (switch_decision_tree::reset_out_edges_aux): - Make it static. + Make it static. 2018-08-27 Martin Liska * cfgexpand.c (expand_asm_stmt): Use label_to_block and pass - cfun argument explicitly. + cfun argument explicitly. * gimple-pretty-print.c (dump_gimple_switch): Likewise. * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Use new - function gimple_switch_default_bb. + function gimple_switch_default_bb. (convert_switch_statements): (expand_builtins): * ipa-fnsummary.c (set_switch_stmt_execution_predicate): * stmt.c (label_to_block_fn): Use label_to_block and pass - cfun argument explicitly and use gimple_switch_label_bb. + cfun argument explicitly and use gimple_switch_label_bb. (expand_case): Likewise. * tree-cfg.c (lower_phi_internal_fn): Use label_to_block and pass - cfun argument explicitly. Likewise. + cfun argument explicitly. Likewise. (make_edges_bb): Likewise. (make_cond_expr_edges): Likewise. (get_cases_for_edge): Likewise. @@ -221,10 +221,10 @@ (gimple_switch_edge): Likewise. (gimple_switch_default_edge): Likewise. * tree-cfgcleanup.c (convert_single_case_switch): Use - new gimple functions and pass new argument to label_to_block. + new gimple functions and pass new argument to label_to_block. (cleanup_control_flow_bb): * tree-eh.c (make_eh_dispatch_edges): Use label_to_block and pass - cfun argument explicitly. + cfun argument explicitly. (make_eh_edges): Likewise. (redirect_eh_dispatch_edge): Likewise. (lower_resx): Likewise. @@ -241,19 +241,19 @@ * tree-ssa-uncprop.c (associate_equivalences_with_edges): Likewise. * tree-ssa-uninit.c (convert_control_dep_chain_into_preds): * tree-switch-conversion.c (switch_conversion::collect): Use new - gimple functions. + gimple functions. (switch_conversion::check_final_bb): Likewise. (switch_conversion::gather_default_values): Pass new argument - to label_to_block. + to label_to_block. (switch_conversion::build_constructors): Likewise. (switch_decision_tree::compute_cases_per_edge): Use new - gimple_switch_edge function. + gimple_switch_edge function. (switch_decision_tree::analyze_switch_statement): Pass new argument - to label_to_block. + to label_to_block. (switch_decision_tree::try_switch_expansion): Use - gimple_switch_default_edge. + gimple_switch_default_edge. * tree-vrp.c (find_switch_asserts): Pass new argument - to label_to_block. + to label_to_block. * vr-values.c (vr_values::vrp_visit_switch_stmt): Likewise. (vr_values::simplify_switch_using_ranges): Likewise. @@ -315,19 +315,19 @@ 2018-08-27 Martin Liska - PR gcov-profile/87069 + PR gcov-profile/87069 * gcov.c (process_file): Record files already processed - and warn about a file being processed multiple times. + and warn about a file being processed multiple times. 2018-08-27 Martin Liska - PR driver/83193 + PR driver/83193 * config/aarch64/aarch64.c (aarch64_override_options_internal): - Set default values for x_aarch64_*_string strings. + Set default values for x_aarch64_*_string strings. * config/aarch64/aarch64.opt: Remove --{march,mcpu,mtune}== - prefix. For -mabi do not print '=ABI' in help and use - format for -msve-vector-bits and -moverride - options. + prefix. For -mabi do not print '=ABI' in help and use + format for -msve-vector-bits and -moverride + options. 2018-08-26 Jeff Law @@ -1001,23 +1001,23 @@ 2018-08-17 Martin Liska * common.opt: Remove Warn, Init and Report for options with - Ignore/Deprecated flag. Warning is done automatically for - Deprecated flags. + Ignore/Deprecated flag. Warning is done automatically for + Deprecated flags. * config/i386/i386.opt: Likewise. * config/ia64/ia64.opt: Likewise. * config/rs6000/rs6000.opt: Likewise. * cppbuiltin.c (define_builtin_macros_for_compilation_flags): - Remove usage of flag_check_pointer_bounds. + Remove usage of flag_check_pointer_bounds. * lto-wrapper.c (merge_and_complain): Do not handle - OPT_fcheck_pointer_bounds. + OPT_fcheck_pointer_bounds. (append_compiler_options): Likewise. * opt-functions.awk: Do not handle Deprecated. * optc-gen.awk: Check that Var, Report and Init are not - used for an option with Ignore/Deprecated flag. + used for an option with Ignore/Deprecated flag. * opts-common.c (decode_cmdline_option): Do not report - CL_ERR_DEPRECATED. + CL_ERR_DEPRECATED. (read_cmdline_option): Report warning for OPT_SPECIAL_deprecated - options. + options. * opts.h (struct cl_option): Remove cl_deprecated flag. (CL_ERR_DEPRECATED): Remove error enum value. diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 58f336b65f2..b61c605e996 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,8 +1,8 @@ 2018-08-27 Martin Liska * gcc-interface/decl.c (update_profile): Use new function - fndecl_built_in_p and remove check for FUNCTION_DECL if - possible. + fndecl_built_in_p and remove check for FUNCTION_DECL if + possible. * gcc-interface/gigi.h (call_is_atomic_load): Likewise. * gcc-interface/utils.c (gnat_pushdecl): Likewise. @@ -296,7 +296,7 @@ * gcc-interface/Makefile.in (xoscons): Likewise. 2018-07-31 Alexandre Oliva - Olivier Hainque + Olivier Hainque * gcc-interface/trans.c: Include debug.h. (file_map): New static variable. diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 2e844d47d48..5440b250469 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -21,8 +21,8 @@ 2018-08-27 Martin Liska * c-common.c (check_function_restrict): Use new function - fndecl_built_in_p and remove check for FUNCTION_DECL if - possible. + fndecl_built_in_p and remove check for FUNCTION_DECL if + possible. (check_builtin_function_arguments): Likewise. (reject_gcc_builtin): Likewise. * c-warn.c (sizeof_pointer_memaccess_warning): Likewise. @@ -85,8 +85,8 @@ 2018-08-17 Martin Liska * c.opt: Remove Warn, Init and Report for options with - Ignore/Deprecated flag. Warning is done automatically for - Deprecated flags. + Ignore/Deprecated flag. Warning is done automatically for + Deprecated flags. 2018-08-16 David Malcolm @@ -399,7 +399,7 @@ 2018-05-11 Martin Liska - PR sanitizer/85556 + PR sanitizer/85556 * c-attribs.c (handle_no_sanitize_attribute): Iterate all TREE_LIST values. @@ -638,11 +638,11 @@ 2018-01-18 Boris Kolpackov - PR other/70268 - * c.opt (-fmacro-prefix-map): New option. - * c-opts.c (c_common_handle_option): Handle it. - * c-lex.c (init_c_lex): Set remap_filename cpp callback. - * c-ppoutput.c (init_pp_output): Likewise. + PR other/70268 + * c.opt (-fmacro-prefix-map): New option. + * c-opts.c (c_common_handle_option): Handle it. + * c-lex.c (init_c_lex): Set remap_filename cpp callback. + * c-ppoutput.c (init_pp_output): Likewise. 2018-01-17 David Malcolm @@ -711,7 +711,7 @@ Update copyright years. 2017-12-22 Mike Stump - Eric Botcazou + Eric Botcazou * c-pragma.c (init_pragma): Register pragma GCC unroll. * c-pragma.h (enum pragma_kind): Add PRAGMA_UNROLL. @@ -833,7 +833,7 @@ * c-common.h (c_switch_covers_all_cases_p): Declare. 2017-11-28 Julia Koval - Sebastian Peryt + Sebastian Peryt * array-notation-common.c: Delete. * c-cilkplus.c: Ditto. @@ -1191,8 +1191,8 @@ * c-cppbuiltin.c (c_cpp_builtins): Use opt_scalar_float_mode. 2017-08-30 Richard Sandiford - Alan Hayward - David Sherwood + Alan Hayward + David Sherwood * c-common.c (c_common_fixed_point_type_for_size): Use new mode iterators. @@ -1654,7 +1654,7 @@ 2017-05-01 Xi Ruoyao - PR c++/80038 + PR c++/80038 * c-common.h (cilk_gimplify_call_params_in_spawned_fn): Remove prototype. (cilk_install_body_pedigree_operations): Likewise. @@ -1978,8 +1978,8 @@ 2016-12-08 Martin Sebor PR c/78165 - * c-pretty-print (pp_c_integer_constant): Avoid formatting type - suffix. + * c-pretty-print (pp_c_integer_constant): Avoid formatting type + suffix. 2016-12-07 Martin Sebor diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index d459dc465a1..14be5d219d4 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -10,8 +10,8 @@ 2018-08-27 Martin Liska * c-decl.c (locate_old_decl): Use new function - fndecl_built_in_p and remove check for FUNCTION_DECL if - possible. + fndecl_built_in_p and remove check for FUNCTION_DECL if + possible. (diagnose_mismatched_decls): Likewise. (merge_decls): Likewise. (warn_if_shadowing): Likewise. @@ -305,7 +305,7 @@ DEBUG_BEGIN_STMTs. 2017-12-22 Mike Stump - Eric Botcazou + Eric Botcazou * c-parser.c (c_parser_while_statement): Add unroll parameter and build ANNOTATE_EXPR if present. Add 3rd operand to ANNOTATE_EXPR. @@ -422,7 +422,7 @@ c_switch_covers_all_cases_p returns true. 2017-11-28 Julia Koval - Sebastian Peryt + Sebastian Peryt * Make-lang.in (c/c-array-notation.o): Remove. * c-array-notation.c: Delete. @@ -1139,7 +1139,7 @@ 2017-05-01 Xi Ruoyao - PR c++/80038 + PR c++/80038 * c-gimplify.c (c_gimplify_expr): Remove calls to cilk_gimplifY_call_params_in_spawned_fn. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a05049c747a..f1e10263148 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -18,8 +18,8 @@ 2018-08-27 Martin Liska * call.c (build_call_a): Use new function - fndecl_built_in_p and remove check for FUNCTION_DECL if - possible. + fndecl_built_in_p and remove check for FUNCTION_DECL if + possible. (build_cxx_call): Likewise. * constexpr.c (constexpr_fn_retval): Likewise. (cxx_eval_builtin_function_call): Likewise. @@ -334,9 +334,9 @@ 2018-07-31 Martin Liska - PR c++/86653 + PR c++/86653 * parser.c (cp_parser_condition): Initialize non_constant_p - to false. + to false. 2018-07-28 David Malcolm @@ -3583,7 +3583,7 @@ 2018-01-10 Paolo Carlini * parser.c (cp_parser_std_attribute_spec): When - token_pair::require_open / require_close return false simply + token_pair::require_open / require_close return false simply return error_mark_node, avoid duplicate cp_parser_error about expected '(' / ')', respectively. diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index c8249f63380..a3e9e39d7cd 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -947,7 +947,7 @@ * trans-intrinsic.c (conv_intrinsic_kill, conv_intrinsic_kill_sub): new functions. (gfc_conv_intrinsic_function): Use conv_intrinsic_kill. - (gfc_conv_intrinsic_subroutine): Use conv_intrinsic_kill_sub. + (gfc_conv_intrinsic_subroutine): Use conv_intrinsic_kill_sub. * trans.h: Declare gfor_fndecl_kill and gfor_fndecl_kill_sub. 2018-03-11 Paul Thomas @@ -1182,7 +1182,7 @@ * trans-stmt.c (gfc_trans_lock_unlock): Likewise. (gfc_trans_event_post_wait): Likewise. (gfc_trans_sync): Likewise. - (gfc_trans_stop): Use size_t for character lengths, int for exit + (gfc_trans_stop): Use size_t for character lengths, int for exit codes. 2018-02-20 Thomas Koenig @@ -1803,7 +1803,7 @@ (gfc_interpret_character): Use gfc_charlen_t. * target-memory.h (gfc_encode_character): Modify prototype. * trans-array.c (gfc_trans_array_ctor_element): Use existing type. - (get_array_ctor_var_strlen): Use gfc_conv_mpz_to_tree_type. + (get_array_ctor_var_strlen): Use gfc_conv_mpz_to_tree_type. (trans_array_constructor): Use existing type. (get_array_charlen): Likewise. * trans-const.c (gfc_conv_mpz_to_tree_type): New function. diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index 09f2b7fced6..b032a27f6f8 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,8 +1,8 @@ 2018-08-27 Martin Liska * go-gcc.cc (Gcc_backend::call_expression): Use new function - fndecl_built_in_p and remove check for FUNCTION_DECL if - possible. + fndecl_built_in_p and remove check for FUNCTION_DECL if + possible. 2018-07-20 Martin Sebor @@ -474,7 +474,7 @@ 2015-07-12 Aldy Hernandez * gofrontend/backend.h: Fix double word typos. - * gofrontend/expressions.cc: Same. + * gofrontend/expressions.cc: Same. * gospec.c: Same. 2015-07-07 Andrew MacLeod diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index 22679671a01..40dbde606d1 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -2158,7 +2158,7 @@ 2014-12-09 David Malcolm - PR jit/64206 + PR jit/64206 * Make-lang.in (jit_OBJS): Add jit/jit-tempdir.o. * jit-common.h (gcc::jit::tempdir): New forward decl. * jit-playback.c: Include jit-tempdir.h. diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index c05f6fbe5dc..e0bd7c1027e 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,8 +1,8 @@ 2018-08-27 Martin Liska * lto-lang.c (handle_const_attribute): Use new function - fndecl_built_in_p and remove check for FUNCTION_DECL if - possible. + fndecl_built_in_p and remove check for FUNCTION_DECL if + possible. * lto-symtab.c (lto_symtab_merge_p): Likewise. (lto_symtab_merge_decls_1): Likewise. (lto_symtab_merge_symbols): Likewise. @@ -43,12 +43,12 @@ 2018-06-20 Martin Liska * lto-symtab.c (lto_symtab_merge_p): Remove not valid - FIXME comment. + FIXME comment. 2018-06-19 Martin Liska * lto-partition.c (add_symbol_to_partition_1): Use symbol_summary::get instead - of get_create. + of get_create. (undo_partition): Likewise. (lto_balanced_map): Likewise. @@ -288,11 +288,11 @@ 2017-08-21 Richard Biener - * lto.c (unify_scc): Truncate DIE reference queue for dropped SCCs. - (lto_read_decls): Process TRANSLATION_UNIT_DECLs. Remove - TYPE_DECL debug processing, register DIE references from - prevailing SCCs with the debug machinery. - (lto_section_with_id): Handle LTO debug sections. + * lto.c (unify_scc): Truncate DIE reference queue for dropped SCCs. + (lto_read_decls): Process TRANSLATION_UNIT_DECLs. Remove + TYPE_DECL debug processing, register DIE references from + prevailing SCCs with the debug machinery. + (lto_section_with_id): Handle LTO debug sections. 2017-08-16 Nathan Sidwell @@ -365,7 +365,7 @@ 2017-05-01 Xi Ruoyao - PR c++/80038 + PR c++/80038 * lto-lang.c (lto_init): Set in_lto_p earlier. 2017-04-12 Richard Biener @@ -524,7 +524,7 @@ decls have no assemblernames. 2016-01-19 Martin Liska - Martin Jambor + Martin Jambor * lto-partition.c: Include "hsa.h" (add_symbol_to_partition_1): Put hsa implementations into the @@ -2153,7 +2153,7 @@ 2012-06-18 Lawrence Crowl - * lto.c (do_whole_program_analysis): Rename use of TV_PHASE_CGRAPH to + * lto.c (do_whole_program_analysis): Rename use of TV_PHASE_CGRAPH to TV_PHASE_OPT_GEN. Use new timevar TV_PHASE_STREAM_OUT around the call to lto_wpa_write_files. (lto_main): Rename use of TV_PHASE_CGRAPH to TV_PHASE_OPT_GEN. Move @@ -2209,7 +2209,7 @@ 2012-04-16 Jan Hubicka * lto.c (read_cgraph_and_symbols): Use FOR_EACH - walkers to walk cgraph and varpool. + walkers to walk cgraph and varpool. (materialize_cgraph): Likewise. * lto-partition.c (lto_1_to_1_map): Likewise. (lto_balanced_map): Likewise. @@ -2769,7 +2769,7 @@ 2010-10-03 Andi Kleen * lto.c (lto_file_finalize): Replace gcc_assert for missing section - with fatal_error. + with fatal_error. 2010-09-28 Jan Hubicka @@ -2872,7 +2872,7 @@ 2010-07-10 Andi Kleen PR lto/44992 - * lto.c: Include splay-tree.h + * lto.c: Include splay-tree.h (lto_resolution_read): Change to walk file_ids tree and parse extra file_id in resolution file. (lto_section_with_id): Add. @@ -2925,7 +2925,7 @@ 2010-07-04 Jan Hubicka - * lto.c (read_cgraph_and_symbols): Dump cgraph before merging. + * lto.c (read_cgraph_and_symbols): Dump cgraph before merging. 2010-06-13 Richard Guenther @@ -3344,7 +3344,7 @@ * lto.c (lto_resolution_read): Add more checks. Discard rest of line. 2009-11-04 Richard Guenther - Rafael Avila de Espindola + Rafael Avila de Espindola * lto-elf.c (lto_elf_build_section_table): Add the base offset. (lto_elf_file_open): Handle offsets in arguments name@offest. diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 63693714d04..5eeec721351 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -2049,7 +2049,7 @@ Merge from 'apple/trunk' branch on FSF servers. 2005-08-23 Stuart Hastings - Ziemowit Laski + Ziemowit Laski Radar 4209854 * objc-act.c (objc_decay_parm_type): New function. diff --git a/gcc/objcp/ChangeLog b/gcc/objcp/ChangeLog index ec829b92270..b8a97939f48 100644 --- a/gcc/objcp/ChangeLog +++ b/gcc/objcp/ChangeLog @@ -241,7 +241,7 @@ * Make-lang.in (cc1objplus-dummy): Remove. (cc1objplus-checksum): Change to run checksum over object files - and options only. + and options only. 2010-10-04 Andi Kleen @@ -388,13 +388,13 @@ Revert: 2008-02-07 Andreas Tobler - Douglas Gregor + Douglas Gregor PR bootstrap/35115 * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes. 2008-02-07 Andreas Tobler - Douglas Gregor + Douglas Gregor PR bootstrap/35115 * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d99816171e4..aa957ee561b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -32,7 +32,7 @@ 2018-08-27 Martin Liska - PR tree-optimization/86847 + PR tree-optimization/86847 * gcc.dg/tree-ssa/switch-3.c: New test. * gcc.dg/tree-ssa/vrp105.c: Remove. diff --git a/include/ChangeLog b/include/ChangeLog index 6d04fa14a67..e2e115a2eed 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,6 +1,6 @@ 2018-07-26 Martin Liska - PR lto/86548 + PR lto/86548 * libiberty.h (make_temp_file_with_prefix): New function. 2018-05-30 Jan Hubicka @@ -440,8 +440,8 @@ * libiberty.h (xasprintf): Declare. 2014-12-11 Uros Bizjak - Ben Elliston - Manuel Lopez-Ibanez + Ben Elliston + Manuel Lopez-Ibanez * libiberty.h (xvasprintf): Declare. @@ -631,7 +631,7 @@ DEMANGLE_COMPONENT_TAGGED_NAME. 2012-10-29 Sterling Augustine - Cary Coutant + Cary Coutant * dwarf2.h (dwarf_location_list_entry_type): New enum with fields DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry, @@ -1268,7 +1268,7 @@ * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types, needed for WIN64 when a long is not wide enough for a pointer. - (splay_tree_key, splay_tree_value): Use the new types. + (splay_tree_key, splay_tree_value): Use the new types. 2007-05-07 Nathan Froyd @@ -1308,7 +1308,7 @@ * ansidecl.h (ATTRIBUTE_PACKED): Define. 2006-11-30 Andrew Stubbs - J"orn Rennecke + J"orn Rennecke PR driver/29931 * libiberty.h (make_relative_prefix_ignore_links): Declare. diff --git a/intl/ChangeLog b/intl/ChangeLog index 6150e7e250f..5dfd2ea61a1 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -132,8 +132,8 @@ 2004-04-25 Paolo Bonzini - * configure.ac: Point config.intl to the parent directory of - ${top_builddir}. + * configure.ac: Point config.intl to the parent directory of + ${top_builddir}. * configure: Regenerate. 2004-03-10 Kelley Cook diff --git a/libada/ChangeLog b/libada/ChangeLog index 6661c4d3832..2db7cbb5021 100644 --- a/libada/ChangeLog +++ b/libada/ChangeLog @@ -187,11 +187,11 @@ 2009-04-06 Laurent GUERBY - * Makefile.in (ADA_RTS_DIR): Define. - * Makefile.in (gnatlib-*): Link adainclude and adalib to it. + * Makefile.in (ADA_RTS_DIR): Define. + * Makefile.in (gnatlib-*): Link adainclude and adalib to it. 2008-09-21 Laurent Guerby - Paolo Bonzini + Paolo Bonzini PR ada/5911 * Makefile.in (all, install, mostlyclean, clean, distclean): Add diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog index 41c52731415..e51e864ae10 100644 --- a/libatomic/ChangeLog +++ b/libatomic/ChangeLog @@ -116,7 +116,7 @@ * configure.tgt: Add RISC-V tuple. 2017-02-01 Richard Henderson - Torvald Riegel + Torvald Riegel * acinclude.m4: Add #define FAST_ATOMIC_LDST_*. * auto-config.h.in: Regenerate. diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 140bf4d155b..ea43f145c3d 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -881,11 +881,11 @@ 2012-09-19 Rainer Orth Ian Lance Taylor - * configure.ac (GCC_HEADER_STDINT): Invoke. - * backtrace.h: If we can't find , use "gstdint.h". - * btest.c: Don't include . - * dwarf.c: Likewise. - * configure, aclocal.m4, Makefile.in, config.h.in: Rebuild. + * configure.ac (GCC_HEADER_STDINT): Invoke. + * backtrace.h: If we can't find , use "gstdint.h". + * btest.c: Don't include . + * dwarf.c: Likewise. + * configure, aclocal.m4, Makefile.in, config.h.in: Rebuild. 2012-09-18 Ian Lance Taylor diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 7b716cf9a3e..471d6b72387 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -296,10 +296,10 @@ 2018-01-18 Boris Kolpackov - PR other/70268 - * include/cpplib.h (cpp_callbacks::remap_filename): New callback. - * macro.c (_cpp_builtin_macro_text): Call remap_filename for - __FILE__ and __BASE_FILE__. + PR other/70268 + * include/cpplib.h (cpp_callbacks::remap_filename): New callback. + * macro.c (_cpp_builtin_macro_text): Call remap_filename for + __FILE__ and __BASE_FILE__. 2018-01-10 Kelvin Nilsen diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog index 600faae8e4b..262df6b6012 100644 --- a/libdecnumber/ChangeLog +++ b/libdecnumber/ChangeLog @@ -274,7 +274,7 @@ 2009-04-01 Ben Elliston - * decContext.h: Include gstdint.h instead of . + * decContext.h: Include gstdint.h instead of . 2009-03-30 Ben Elliston @@ -621,11 +621,11 @@ 2006-01-02 Paolo Bonzini - PR target/25259 - * configure.ac: Use GCC_HEADER_STDINT. - * decContext.h: Include gstdint.h. - * aclocal.m4: Regenerate. - * configure: Regenerate. + PR target/25259 + * configure.ac: Use GCC_HEADER_STDINT. + * decContext.h: Include gstdint.h. + * aclocal.m4: Regenerate. + * configure: Regenerate. 2005-12-20 Roger Sayle @@ -681,7 +681,7 @@ 2005-11-29 Ben Elliston * decimal32.h, decimal64.h, decimal128.h: New. - * decimal32.c, decimal64.c, decimal128.c: Likewise. + * decimal32.c, decimal64.c, decimal128.c: Likewise. * decContext.c, decContext.h: Likewise. * decUtility.c, decUtility.h: Likewise. * decNumber.c, decNumber.h, decNumberLocal.h: Likewise. diff --git a/libffi/ChangeLog b/libffi/ChangeLog index d63d1cee47c..b4cae169e8e 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -462,7 +462,7 @@ * configure: Rebuild. 2012-10-30 James Greenhalgh - Marcus Shawcroft + Marcus Shawcroft * README: Add details of aarch64 port. * src/aarch64/ffi.c: New. @@ -473,7 +473,7 @@ * Makefile.in, configure: Rebuilt. 2012-10-30 James Greenhalgh - Marcus Shawcroft + Marcus Shawcroft * testsuite/lib/libffi.exp: Add support for aarch64. * testsuite/libffi.call/cls_struct_va1.c: New. diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 280bd102868..8a350e14e0c 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -69,7 +69,7 @@ 2018-08-01 Martin Liska * libgcov-profiler.c (__gcov_indirect_call_profiler_v2): Do not - check that __gcov_indirect_call_callee is non-null. + check that __gcov_indirect_call_callee is non-null. 2018-07-30 Christophe Lyon @@ -143,30 +143,30 @@ 2018-06-07 Martin Liska * libgcov-driver.c: Rename cs_all to all and assign it from - all_prg. + all_prg. 2018-06-07 Martin Liska - PR bootstrap/86057 + PR bootstrap/86057 * libgcov-driver-system.c (replace_filename_variables): Use - memcpy instead of mempcpy. + memcpy instead of mempcpy. (allocate_filename_struct): Do not allocate filename, allocate - prefix and set it. + prefix and set it. (gcov_exit_open_gcda_file): Allocate memory for gf->filename - here and properly copy content into it. + here and properly copy content into it. * libgcov-driver.c (struct gcov_filename): Remove max_length - field, change prefix from size_t into char *. + field, change prefix from size_t into char *. (compute_summary): Do not calculate longest filename. (gcov_do_dump): Release memory of gf.filename after each file. * libgcov-util.c (compute_summary): Use new signature of - compute_summary. + compute_summary. (calculate_overlap): Likewise. 2018-06-05 Martin Liska PR gcov-profile/47618 * libgcov-driver-system.c (replace_filename_variables): New - function. + function. (gcov_exit_open_gcda_file): Use it. 2018-06-05 Martin Liska @@ -197,15 +197,15 @@ 2018-05-30 Rasmus Villemoes - * crtstuff.c: Remove declaration of _Jv_RegisterClasses. + * crtstuff.c: Remove declaration of _Jv_RegisterClasses. 2018-05-29 Martin Liska - PR gcov-profile/85759 + PR gcov-profile/85759 * libgcov-driver-system.c (gcov_error): Introduce usage of - GCOV_EXIT_AT_ERROR env. variable. + GCOV_EXIT_AT_ERROR env. variable. * libgcov-driver.c (merge_one_data): Print error that we - overwrite a gcov file with a different timestamp. + overwrite a gcov file with a different timestamp. 2018-05-23 Kalamatee @@ -789,8 +789,8 @@ config/i386/enable-execute-stack-mingw32.c 2017-08-01 Jerome Lambourg - Doug Rupp - Olivier Hainque + Doug Rupp + Olivier Hainque * config.host (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7 as well as arm-wrs-vxworks. @@ -926,10 +926,10 @@ Matthieu Sarter David Edelsohn - * config/rs6000/aix-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Define - unconditionally. - (ucontext_for): Add 64-bit AIX 6.1, 7.1, 7.2 support. Add 32-bit - AIX 7.2 support. + * config/rs6000/aix-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Define + unconditionally. + (ucontext_for): Add 64-bit AIX 6.1, 7.1, 7.2 support. Add 32-bit + AIX 7.2 support. 2017-06-02 Olivier Hainque diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index e2ec2e8edf4..b3fad644863 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1884,7 +1884,7 @@ * config/nvptx/affinity.c: Delete to use fallback implementation. 2016-11-23 Alexander Monakov - Jakub Jelinek + Jakub Jelinek Dmitry Melnik * Makefile.am (libgomp_la_SOURCES): Add atomic.c, icv.c, icv-device.c. @@ -1986,7 +1986,7 @@ * testsuite/libgomp.hsa.c/tiling-2.c: Likewise. 2016-11-23 Martin Liska - Martin Jambor + Martin Jambor * plugin/hsa.h: New file. * plugin/hsa_ext_finalize.h: New file. @@ -2036,7 +2036,7 @@ * testsuite/Makefile.in: Likewise. 2016-11-15 Martin Jambor - Alexander Monakov + Alexander Monakov * testsuite/libgomp.fortran/examples-4/device-1.f90 (e_57_1): Add mapping clauses to target constructs. @@ -2426,7 +2426,7 @@ 2016-05-16 Martin Jambor - * testsuite/libgomp.hsa.c/complex-align-2.c: New test. + * testsuite/libgomp.hsa.c/complex-align-2.c: New test. 2016-05-02 Nathan Sidwell diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index ed07acfa73a..294bcb6b261 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -17,10 +17,10 @@ 2018-07-26 Martin Liska - PR lto/86548 + PR lto/86548 * make-temp-file.c (TEMP_FILE): Remove leading 'cc'. (make_temp_file): Call make_temp_file_with_prefix with - first argument set to NULL. + first argument set to NULL. (make_temp_file_with_prefix): Support also prefix. 2018-07-19 Eli Zaretskii @@ -929,8 +929,8 @@ * functions.texi: Regenerate. 2014-12-11 Uros Bizjak - Ben Elliston - Manuel Lopez-Ibanez + Ben Elliston + Manuel Lopez-Ibanez * xvasprintf.c: New file. * vprintf-support.h: Likewise. diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 140c56d86df..0ca8b771d27 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -47,11 +47,11 @@ 2017-01-18 Matthias Klose - PR libobjc/78697 + PR libobjc/78697 * configure.ac: Allow default for --with-target-bdw-gc-include. * configure: Regenerate. - PR libobjc/78698 + PR libobjc/78698 * configure.ac: Use the libgc.la file when available. * configure: Regenerate. @@ -294,7 +294,7 @@ clang which seems to emit calls to it. 2011-10-08 Richard Frith-Macdonald - Nicola Pero + Nicola Pero PR libobjc/50428 * sendmsg.c (__objc_send_initialize): If a class does not have an @@ -2098,7 +2098,7 @@ for noreturn. 2008-09-26 Peter O'Gorman - Steve Ellcey + Steve Ellcey * configure: Regenerate for new libtool. * config.h.in: Regenerate for new libtool. @@ -2346,7 +2346,7 @@ global scope. 2005-09-04 Andrew Pinski - Rasmus Hahn + Rasmus Hahn PR libobjc/23108 * archive.c (objc_write_type): Correct the element offset. @@ -2357,7 +2357,7 @@ * All files: Update FSF address. 2005-08-13 Marcin Koziej - Andrew Pinski + Andrew Pinski PR libobjc/22492 * exception.c (PERSONALITY_FUNCTION): Fix the PC with finally. diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index 556fdfbddc4..37104d0ec6a 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,8 +1,8 @@ 2018-08-02 Martin Liska - PR sanitizer/86022 + PR sanitizer/86022 * sanitizer_common/sanitizer_linux_libcdep.cc (ThreadDescriptorSize): - Cherry-pick compiler-rt revision 338606. + Cherry-pick compiler-rt revision 338606. 2018-08-01 Marek Polacek @@ -46,9 +46,9 @@ 2018-06-13 Denis Khalikov - PR sanitizer/86090 - * configure.ac: Check for lstat and readlink. - * configure, config.h.in: Rebuild. + PR sanitizer/86090 + * configure.ac: Check for lstat and readlink. + * configure, config.h.in: Rebuild. 2018-05-31 Matthias Klose @@ -199,26 +199,26 @@ 2017-10-19 Jakub Jelinek * All source files: Merge from upstream 315899. - * asan/Makefile.am (nodist_saninclude_HEADERS): Add + * asan/Makefile.am (nodist_saninclude_HEADERS): Add include/sanitizer/tsan_interface.h. - * asan/libtool-version: Bump the libasan SONAME. + * asan/libtool-version: Bump the libasan SONAME. * lsan/Makefile.am (sanitizer_lsan_files): Add lsan_common_mac.cc. (lsan_files): Add lsan_linux.cc, lsan_mac.cc and lsan_malloc_mac.cc. - * sanitizer_common/Makefile.am (sanitizer_common_files): Add + * sanitizer_common/Makefile.am (sanitizer_common_files): Add sancov_flags.cc, sanitizer_allocator_checks.cc, sanitizer_coverage_libcdep_new.cc, sanitizer_errno.cc, sanitizer_file.cc, sanitizer_mac_libcdep.cc and sanitizer_stoptheworld_mac.cc. Remove sanitizer_coverage_libcdep.cc and sanitizer_coverage_mapping_libcdep.cc. - * tsan/Makefile.am (tsan_files): Add tsan_external.cc. + * tsan/Makefile.am (tsan_files): Add tsan_external.cc. * ubsan/Makefile.am (DEFS): Add -DUBSAN_CAN_USE_CXXABI=1. (ubsan_files): Add ubsan_init_standalone.cc and ubsan_signals_standalone.cc. * ubsan/libtool-version: Bump the libubsan SONAME. - * asan/Makefile.in: Regenerate. - * lsan/Makefile.in: Regenerate. - * sanitizer_common/Makefile.in: Regenerate. - * tsan/Makefile.in: Regenerate. + * asan/Makefile.in: Regenerate. + * lsan/Makefile.in: Regenerate. + * sanitizer_common/Makefile.in: Regenerate. + * tsan/Makefile.in: Regenerate. * ubsan/Makefile.in: Regenerate. 2017-10-05 H.J. Lu @@ -1029,7 +1029,7 @@ 2013-12-19 Kostya Serebryany - * sanitizer_common/sanitizer_platform_limits_posix.cc: + * sanitizer_common/sanitizer_platform_limits_posix.cc: workaround for missing definition of EOWNERDEAD, backport from upstream r196779. @@ -1132,10 +1132,10 @@ 2013-11-15 Kostya Serebryany PR sanitizer/58994 - Backport from upstream revision 194573 - * asan/asan_interceptors.cc (COMMON_INTERCEPTOR_ENTER): Fall - back to the original functions in the common libsanitizer - interceptors and the __cxa_atexit() interceptor on Darwin. + Backport from upstream revision 194573 + * asan/asan_interceptors.cc (COMMON_INTERCEPTOR_ENTER): Fall + back to the original functions in the common libsanitizer + interceptors and the __cxa_atexit() interceptor on Darwin. 2013-11-13 Peter Bergner diff --git a/libssp/ChangeLog b/libssp/ChangeLog index ef673a03f54..828ca1c5296 100644 --- a/libssp/ChangeLog +++ b/libssp/ChangeLog @@ -251,7 +251,7 @@ * configure: Regenerate. 2008-09-26 Peter O'Gorman - Steve Ellcey + Steve Ellcey * configure: Regenerate for new libtool. * Makefile.in: Ditto. diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index cd1beb9004b..77fbc8f008a 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -166,7 +166,7 @@ * libvtv/configure.ac : Add ACX_LT_HOST_FLAGS. Define VTV_CYGMIN. * libvtv/configure.tgt : (x86_64-*-cygwin*, i?86-*-cygwin*, x86_64-*-mingw*) - (i?86-*-mingw*): Add to supported targets. + (i?86-*-mingw*): Add to supported targets. * libvtv/vtv_fail.cc : Skip inclusion of execinfo.h on Cygwin and MinGW. (log_error_message): Skip calls to backtrace and backtrace_symbols_fd on Cygwin and MinGW. diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index c3a08236831..0b7ee5769ec 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -656,7 +656,7 @@ (onload): Don't create the temporary directory. 2009-11-04 Richard Guenther - Rafael Avila de Espindola + Rafael Avila de Espindola * lto-plugin.c (plugin_file_info): Remove temp field. (cleanup_handler): Don't delete temporary objects. @@ -692,9 +692,9 @@ 2009-10-19 Rafael Avila de Espindola - PR40790 - * configure: Regenerate. - * configure.ac: Add AC_TYPE_UINT64_T. + PR40790 + * configure: Regenerate. + * configure.ac: Add AC_TYPE_UINT64_T. 2009-10-16 Rafael Avila de Espindola @@ -935,7 +935,7 @@ 2008-09-23 Rafael Espindola - * plugin-api.h: Moved to include. + * plugin-api.h: Moved to include. 2008-09-23 Rafael Espindola