Commit a091679a by Bernd Schmidt Committed by Bernd Schmidt

Make it possible to prototype port-specific functions (and convert i386 to use this)

From-SVN: r29515
parent 6baf1cc8
...@@ -77,6 +77,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -77,6 +77,7 @@ Boston, MA 02111-1307, USA. */
#include "config.h" #include "config.h"
#include "system.h" #include "system.h"
#include "rtl.h" #include "rtl.h"
#include "tm_p.h"
#include "flags.h" #include "flags.h"
#include "regs.h" #include "regs.h"
#include "hard-reg-set.h" #include "hard-reg-set.h"
......
Mon Sep 20 10:49:05 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* typeck.c: Include "tm_p.h".
1999-09-19 Mark Mitchell <mark@codesourcery.com> 1999-09-19 Mark Mitchell <mark@codesourcery.com>
* ir.texi: New file. * ir.texi: New file.
......
...@@ -34,6 +34,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -34,6 +34,7 @@ Boston, MA 02111-1307, USA. */
#include "tree.h" #include "tree.h"
#include "rtl.h" #include "rtl.h"
#include "cp-tree.h" #include "cp-tree.h"
#include "tm_p.h"
#include "flags.h" #include "flags.h"
#include "output.h" #include "output.h"
#include "expr.h" #include "expr.h"
......
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