From c21f7c9dcdda2462e3aca0d701a2c276a5356d3c Mon Sep 17 00:00:00 2001 From: Trevor Saunders Date: Mon, 16 Nov 2015 02:28:15 +0000 Subject: PR 68366 - include emit-rtl.h in sdbout.c Some of the pa target macros rely on macros in emit-rtl.h and sdbout.c uses some of those macros, which means that sdbout.c needs to include emit-rtl.h. gcc/ChangeLog: 2015-11-15 Trevor Saunders PR middle-end/68366 * sdbout.c: Include emit-rtl.h and function.h. From-SVN: r230402 --- gcc/sdbout.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/sdbout.c') diff --git a/gcc/sdbout.c b/gcc/sdbout.c index f22bc7c..09fa06e 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -68,6 +68,8 @@ static GTY(()) bool sdbout_initialized; #include "rtl.h" #include "regs.h" +#include "function.h" +#include "emit-rtl.h" #include "flags.h" #include "insn-config.h" #include "reload.h" -- cgit v1.1