]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fix changelog pasto
authorAlan Modra <amodra@gcc.gnu.org>
Wed, 8 Jul 2015 03:27:08 +0000 (12:57 +0930)
committerAlan Modra <amodra@gcc.gnu.org>
Wed, 8 Jul 2015 03:27:08 +0000 (12:57 +0930)
From-SVN: r225533

gcc/ChangeLog

index f381b6f45400cb3b38b1ca137c84859791a898b6..63c1d0cbd448ac67328b5d8dbb940ef9d5e05815 100644 (file)
 
        * 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.
 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
 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.
        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.
 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.