From: Ian Lance Taylor Date: Thu, 10 Jun 1999 21:35:13 +0000 (+0000) Subject: * as.c: If HAVE_ITBL_CPU, include "itbl-ops.h". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=84be4d71176e648dfed2424cc66bf277d3d2ce82;p=binutils-gdb.git * as.c: If HAVE_ITBL_CPU, include "itbl-ops.h". --- diff --git a/gas/as.c b/gas/as.c index 8bb0b8cf173..f27a3fe62cb 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