diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-31 19:27:12 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-31 19:27:12 +0000 |
commit | cb9dac39dfdf034ef41525b256f30995778a815e (patch) | |
tree | 0db1d11a3da6c61db5aeaafce7b4acc0a02566e7 /gcc/reorg.c | |
parent | 2647d4bde42382ca3f3505d0480fc6b199ac7215 (diff) | |
download | gcc-cb9dac39dfdf034ef41525b256f30995778a815e.tar.gz |
* Makefile.in (c-pragma.o): Depend on output.h.
(reorg.o): Depend on except.h.
* c-pragma.c: Include output.h.
* reorg.c: Include except.h.
* unwind-dw2.c: Call __builtin_alloca, not alloca.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45331 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index 879841e2ffb..5cff4b36b73 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -138,6 +138,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "obstack.h" #include "insn-attr.h" #include "resource.h" +#include "except.h" #include "params.h" #ifdef DELAY_SLOTS |