Commit 1ef08c63 by Mike Stump

install EH code

From-SVN: r12550
parent 6adb4e3a
......@@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include "config.h"
#include "tree.h"
#include "except.h"
#include "function.h"
#include "defaults.h"
#include "c-pragma.h"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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))
......
......@@ -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__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment