projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5f9cc4
)
* as.c: If HAVE_ITBL_CPU, include "itbl-ops.h".
author
Ian Lance Taylor
<ian@airs.com>
Thu, 10 Jun 1999 21:35:13 +0000
(21:35 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 10 Jun 1999 21:35:13 +0000
(21:35 +0000)
gas/as.c
patch
|
blob
|
history
diff --git
a/gas/as.c
b/gas/as.c
index 8bb0b8cf1732f205510d4c8569593678604c6292..f27a3fe62cb6807f6e86af4588ea5854c6c0c18f 100644
(file)
--- 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