From: ebotcazou Date: Sun, 6 Jun 2010 09:04:03 +0000 (+0000) Subject: Fix long lines X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15eaffb017a589eaff05b116a3e49efdd0cbb70d;p=thirdparty%2Fgcc.git Fix long lines git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160336 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f9415a23f0c4..9dddeb18c965 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -141,9 +141,10 @@ df_live_verify_transfer_functions, df_chain_create_bb, df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc, df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute, - df_simulate_one_insn_forwards, df_md_alloc, df_md_bb_local_compute_process_def, - df_md_bb_local_compute_process_def, df_md_local_compute, df_md_transfer_function - df_md_free): Update. + df_simulate_one_insn_forwards, df_md_alloc, + df_md_bb_local_compute_process_def, + df_md_bb_local_compute_process_def, df_md_local_compute, + df_md_transfer_function df_md_free): Update. 2010-06-05 Joseph Myers @@ -155,7 +156,7 @@ 2010-06-05 Segher Boessenkool - genautomata.c (get_excl_set): Do work per element, not per char. + * genautomata.c (get_excl_set): Do work per element, not per char. (check_presence_pattern_sets): Similar. (check_absence_pattern_sets): Similar. @@ -976,7 +977,7 @@ 2010-06-01 Maxim Kuvyrkov * config/arm/t-linux-androideabi: New. - * config.gcc (arm*-*-linux-androideabi): Include multilib configuration. + * config.gcc (arm*-*-linux-androideabi): Include multilib config. 2010-06-01 Jan Hubicka