From 1ef08c6373cde5339b3d4db95057ee148ea659cb Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 23 Jul 1996 20:09:26 +0000 Subject: [PATCH] install EH code From-SVN: r12550 --- gcc/c-pragma.c | 1 + gcc/emit-rtl.c | 1 + gcc/function.c | 1 + gcc/objc/objc-act.c | 1 + gcc/stor-layout.c | 1 + gcc/tree.c | 1 + 6 files changed, 6 insertions(+) diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c index 2c06792bf47..886c67b9828 100644 --- a/gcc/c-pragma.c +++ b/gcc/c-pragma.c @@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */ #include #include "config.h" #include "tree.h" +#include "except.h" #include "function.h" #include "defaults.h" #include "c-pragma.h" diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 85ba0adce6e..aaebc6fa65b 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -43,6 +43,7 @@ Boston, MA 02111-1307, USA. */ #include "rtl.h" #include "tree.h" #include "flags.h" +#include "except.h" #include "function.h" #include "expr.h" #include "regs.h" diff --git a/gcc/function.c b/gcc/function.c index 275685e6ab2..7950e1e2a43 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -43,6 +43,7 @@ Boston, MA 02111-1307, USA. */ #include "rtl.h" #include "tree.h" #include "flags.h" +#include "except.h" #include "function.h" #include "insn-flags.h" #include "expr.h" diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index be52fc69025..bb9329d08a0 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -46,6 +46,7 @@ Boston, MA 02111-1307, USA. */ #include "flags.h" #include "objc-act.h" #include "input.h" +#include "except.h" #include "function.h" diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 691cb5077b4..8a23489b3e0 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */ #include "tree.h" #include "flags.h" +#include "except.h" #include "function.h" #define CEIL(x,y) (((x) + (y) - 1) / (y)) diff --git a/gcc/tree.c b/gcc/tree.c index 9010a9745e0..946b4defcc9 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -37,6 +37,7 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #include "flags.h" #include "tree.h" +#include "except.h" #include "function.h" #include "obstack.h" #ifdef __STDC__ -- 2.30.2