diff options
author | merrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-07-29 19:03:37 +0000 |
---|---|---|
committer | merrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-07-29 19:03:37 +0000 |
commit | 13d403897117dd824dedce93122f2bb6092310cb (patch) | |
tree | ff09d4aec59c8c85b0a8490344f534acaa2bfdc9 /gcc/config/svr3.h | |
parent | a0b2c9a2cb13df03137ff439458e3e02c02bba24 (diff) | |
download | gcc-13d403897117dd824dedce93122f2bb6092310cb.tar.gz |
(DO_GLOBAL_CTORS_BODY): Reverse order of execution
of constuctor lists.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7818 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/svr3.h')
-rw-r--r-- | gcc/config/svr3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/svr3.h b/gcc/config/svr3.h index 8e7acd6a706..dd5cbc5a092 100644 --- a/gcc/config/svr3.h +++ b/gcc/config/svr3.h @@ -221,7 +221,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. /* CTOR_LIST_BEGIN and CTOR_LIST_END are machine-dependent because they push on the stack. */ -#ifdef STACK_GROWS_DOWNWARD +#ifndef STACK_GROWS_DOWNWARD /* Constructor list on stack is in reverse order. Go to the end of the list and go backwards to call constructors in the right order. */ |