diff options
author | Alan Modra <amodra@gcc.gnu.org> | 2015-07-08 12:57:08 +0930 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2015-07-08 12:57:08 +0930 |
commit | 89c6819e5f90606ba41a9b5711aa4d1fd9a0c1aa (patch) | |
tree | a8a0bd630c7701eb107fdd0c12c6bcfd18b26829 | |
parent | e548c9df071ecdb6f333601191a9396f2c17d1a7 (diff) | |
download | gcc-89c6819e5f90606ba41a9b5711aa4d1fd9a0c1aa.zip gcc-89c6819e5f90606ba41a9b5711aa4d1fd9a0c1aa.tar.gz gcc-89c6819e5f90606ba41a9b5711aa4d1fd9a0c1aa.tar.bz2 |
fix changelog pasto
From-SVN: r225533
-rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f381b6f..63c1d0c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -118,7 +118,7 @@ * tree-core.h: Include symtab.h. * rtl.h: Include hard-reg-set.h but not flags.h. - (HARD_CONST): Remove condition compilation involving HARD_CONST since + (HARD_CONST): Remove condition compilation involving HARD_CONST since hard-reg-set.h is always included. * regs.h: Don't include hard-reg-set.h or rtl.h. * cfg.h: Include dominance.h. @@ -1319,7 +1319,7 @@ 2015-06-30 Marek Polacek <polacek@redhat.com> * match.pd (X - (X / Y) * Y): Use convert1 and convert2. Convert - both operands of the resulting expression. + both operands of the resulting expression. * match.pd (~x | x): Don't use tree_nop_conversion_p. Build the final expression with the operand's type and then convert @@ -2416,8 +2416,7 @@ 2015-06-25 Nick Clifton <nickc@redhat.com> * config/bfin/bfin.c (bfin_expand_prologue): Set - current_function_static_stack_size if flag_stack_usage_info is - set. + current_function_static_stack_size if flag_stack_usage_info is set. * config/ft32/ft32.c (ft32_expand_prologue): Likewise. * config/h8300/h8300.c (h8300_expand_prologue): Likewise. * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise. @@ -4168,7 +4167,7 @@ the include list. Remove <new>. * inchash.h: Remove all includes. * mem-stats.h: Likewise. - * vec.h: No special processing for generators or ggc. + * vec.h: No special processing for generators or ggc. * alias.c : Adjust include files. * alloc-pool.c : Likewise. * alloc-pool.h : Likewise. @@ -7547,9 +7546,6 @@ 2015-05-20 Alan Modra <amodra@gmail.com> * config/rs6000/rs6000.c (struct rs6000_stack): Correct comments. - (rs6000_stack_info): Don't zero offsets when not saving registers. - (debug_stack_info): Adjust to omit printing unused offsets, - as before. (direct_return): Test vrsave_size rather than vrsave_mask. (rs6000_emit_prologue): Likewise. Remove redundant altivec tests. (rs6000_emit_epilogue): Likewise. |