On 05/20/2015 08:09 PM, tbsaunde+...@tbsaunde.org wrote:
From: Trevor Saunders <tbsaunde+...@tbsaunde.org>

gcc/c-family/ChangeLog:

2015-05-20  Trevor Saunders  <tbsaunde+...@tbsaunde.org>

        * c-cppbuiltin.c (c_cpp_builtins): Check the value of
        STACK_GROWS_DOWNWARD rather than if it is defined.

gcc/ChangeLog:

2015-05-20  Trevor Saunders  <tbsaunde+...@tbsaunde.org>

        * *.c: Check the value of STACK_GROWS_DOWNWARD rather than if it
        is defined.
        * config/**/*.h: Define STACK_GROWS_DOWNWARD to an integer.
        * defaults.h: Provide default for STACK_GROWS_DOWNWARD.
---
  gcc/ChangeLog                      |  7 +++++++
  gcc/builtins.c                     |  6 +++---
  gcc/c-family/ChangeLog             |  5 +++++
  gcc/c-family/c-cppbuiltin.c        |  2 +-
  gcc/calls.c                        |  8 --------
  gcc/combine-stack-adj.c            |  8 --------
  gcc/config/alpha/alpha.h           |  2 +-
  gcc/config/arc/arc.h               |  2 +-
  gcc/config/avr/avr.h               |  2 +-
  gcc/config/bfin/bfin.h             |  2 +-
  gcc/config/c6x/c6x.h               |  2 +-
  gcc/config/cr16/cr16.h             |  2 +-
  gcc/config/cris/cris.h             |  2 +-
  gcc/config/epiphany/epiphany.h     |  2 +-
  gcc/config/h8300/h8300.h           |  2 +-
  gcc/config/i386/i386.h             |  2 +-
  gcc/config/iq2000/iq2000.h         |  2 +-
  gcc/config/m32r/m32r.h             |  2 +-
  gcc/config/mcore/mcore.h           |  2 +-
  gcc/config/microblaze/microblaze.h |  2 +-
  gcc/config/mips/mips.h             |  2 +-
  gcc/config/mmix/mmix.h             |  2 +-
  gcc/config/mn10300/mn10300.h       |  2 +-
  gcc/config/moxie/moxie.h           |  2 +-
  gcc/config/nds32/nds32.h           |  2 +-
  gcc/config/nios2/nios2.h           |  2 +-
  gcc/config/nvptx/nvptx.h           |  2 +-
  gcc/config/pdp11/pdp11.h           |  2 +-
  gcc/config/rs6000/rs6000.h         |  2 +-
  gcc/config/s390/s390.h             |  2 +-
  gcc/config/sh/sh.h                 |  2 +-
  gcc/config/sparc/sparc.h           |  2 +-
  gcc/config/spu/spu.h               |  2 +-
  gcc/config/tilegx/tilegx.h         |  2 +-
  gcc/config/tilepro/tilepro.h       |  2 +-
  gcc/config/v850/v850.h             |  2 +-
  gcc/config/vax/vax.h               |  2 +-
  gcc/config/xtensa/xtensa.h         |  2 +-
  gcc/defaults.h                     |  4 ++++
  gcc/dwarf2cfi.c                    |  4 ++--
  gcc/explow.c                       | 10 +++++-----
  gcc/expr.c                         | 20 ++++++++------------
  gcc/ira-color.c                    |  8 --------
  gcc/lower-subreg.c                 |  7 -------
  gcc/lra-spills.c                   |  8 --------
  gcc/recog.c                        |  6 +++---
  gcc/sched-deps.c                   |  2 +-
  47 files changed, 71 insertions(+), 98 deletions(-)
OK.  Not going to require each filename to be listed in the ChangeLog :-)

Thanks for taking care of this stuff!

Jeff

Reply via email to