PR 68366 - include emit-rtl.h in sdbout.c
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Mon, 16 Nov 2015 02:28:15 +0000 (02:28 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Mon, 16 Nov 2015 02:28:15 +0000 (02:28 +0000)
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  <tbsaunde+gcc@tbsaunde.org>

PR middle-end/68366
* sdbout.c: Include emit-rtl.h and function.h.

From-SVN: r230402

gcc/ChangeLog
gcc/sdbout.c

index a034df87705279416a4db051d311ac0a73bc0166..09a165d4c2274f76b517daaadb204e15613af318 100644 (file)
@@ -1,3 +1,8 @@
+2015-11-15  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       PR middle-end/68366
+       * sdbout.c: Include emit-rtl.h and function.h.
+
 2015-11-15  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Change to i586.
index f22bc7cd087b9352f295afb01266386e429f4c85..09fa06eb3bd08851248213351c295ece16da9dd3 100644 (file)
@@ -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"