aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@cygnus.co.uk>1999-09-20 10:00:03 +0000
committerBernd Schmidt <crux@gcc.gnu.org>1999-09-20 10:00:03 +0000
commit6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4 (patch)
treee581f680f7e5ca0ee19344ed2e86e199d05a00f2 /gcc/optabs.c
parent34a24f18066d489449796be019d7b05798403f89 (diff)
downloadgcc-6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4.zip
gcc-6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4.tar.gz
gcc-6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4.tar.bz2
Make it possible to prototype port-specific functions (and convert i386 to use this)
From-SVN: r29514
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r--gcc/optabs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c
index 455a37d..a683fef 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA. */
#include "insn-config.h"
#include "rtl.h"
#include "tree.h"
+#include "tm_p.h"
#include "flags.h"
#include "insn-flags.h"
#include "insn-codes.h"