summaryrefslogtreecommitdiff
path: root/gas/as.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-10-14 12:08:47 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-10-14 12:08:47 +0000
commitba7c317bd91b984b59b5fcaf06b15a3213174a45 (patch)
tree5c775386e002be15f1f71c0ed598ed1fce475a5e /gas/as.c
parentee48edc43a352942445b1ed4d8d786ce169c3e30 (diff)
downloadbinutils-redhat-ba7c317bd91b984b59b5fcaf06b15a3213174a45.tar.gz
* Makefile.am: Run "make dep-am".
(CPU_OBJ_VALID): sh64 coff is invalid. * as.c: #include "bfdver.h". * Makefile.in: Regenerate. * config.in: Regenerate.
Diffstat (limited to 'gas/as.c')
-rw-r--r--gas/as.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/as.c b/gas/as.c
index 346ecc84c0..0a9d5201bd 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -43,6 +43,10 @@
#include "macro.h"
#include "dwarf2dbg.h"
+#ifdef BFD_ASSEMBLER
+#include "bfdver.h"
+#endif
+
#ifdef HAVE_ITBL_CPU
#include "itbl-ops.h"
#else