diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-06-10 21:35:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-06-10 21:35:13 +0000 |
commit | 416b462351fd4be41dade5fd00f88fc3de1a6a5f (patch) | |
tree | 1a6a090ea9377674ca27e95c1f219c3af2fec6d5 /gas/as.c | |
parent | 94f9aa362c3d20591890c866dee83a8467f667d6 (diff) | |
download | binutils-redhat-416b462351fd4be41dade5fd00f88fc3de1a6a5f.tar.gz |
* as.c: If HAVE_ITBL_CPU, include "itbl-ops.h".
Diffstat (limited to 'gas/as.c')
-rw-r--r-- | gas/as.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |