summaryrefslogtreecommitdiffstats
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-10 21:35:13 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-10 21:35:13 +0000
commit84be4d71176e648dfed2424cc66bf277d3d2ce82 (patch)
tree6788495b8d204ce1f633ef3767c45d43cb68ab07 /gas
parentf5f9cc4ffbad5ae89010e2cf6804ee887339d8c9 (diff)
downloadppe42-binutils-84be4d71176e648dfed2424cc66bf277d3d2ce82.tar.gz
ppe42-binutils-84be4d71176e648dfed2424cc66bf277d3d2ce82.zip
* as.c: If HAVE_ITBL_CPU, include "itbl-ops.h".
Diffstat (limited to 'gas')
-rw-r--r--gas/as.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/as.c b/gas/as.c
index 8bb0b8cf17..f27a3fe62c 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -44,7 +44,9 @@
#include "sb.h"
#include "macro.h"
-#ifndef HAVE_ITBL_CPU
+#ifdef HAVE_ITBL_CPU
+#include "itbl-ops.h"
+#else
#define itbl_parse(itbl_file) 1
#define itbl_init()
#endif
OpenPOWER on IntegriCloud