aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-10-14 12:08:47 +0000
committerAlan Modra <amodra@gmail.com>2002-10-14 12:08:47 +0000
commitb95d15c6c551abb0b3acba440e94013a3318f424 (patch)
tree8616d3b52b53d4eeb9f63848af6bff5a77117d44
parent6e1a7e9a11d965cd340291ca3c01d997b2c84549 (diff)
downloadgdb-b95d15c6c551abb0b3acba440e94013a3318f424.zip
gdb-b95d15c6c551abb0b3acba440e94013a3318f424.tar.gz
gdb-b95d15c6c551abb0b3acba440e94013a3318f424.tar.bz2
* Makefile.am: Run "make dep-am".
(CPU_OBJ_VALID): sh64 coff is invalid. * as.c: #include "bfdver.h". * Makefile.in: Regenerate. * config.in: Regenerate.
-rw-r--r--gas/ChangeLog8
-rw-r--r--gas/Makefile.am4
-rw-r--r--gas/Makefile.in4
-rw-r--r--gas/as.c4
-rw-r--r--gas/config.in3
5 files changed, 19 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d0d9a56..c98b409 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,11 @@
+2002-10-14 Alan Modra <amodra@bigpond.net.au>
+
+ * Makefile.am: Run "make dep-am".
+ (CPU_OBJ_VALID): sh64 coff is invalid.
+ * as.c: #include "bfdver.h".
+ * Makefile.in: Regenerate.
+ * config.in: Regenerate.
+
2002-10-14 Momchil Velikov <velco@fadata.bg>
* config/tc-v850.c (CHECK_): Remove token pasting operator.
diff --git a/gas/Makefile.am b/gas/Makefile.am
index 2e1f17e..fecb147 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -119,7 +119,7 @@ CPU_OBJ_VALID = \
esac ;; \
coff) valid=yes; \
case $$c in \
- cris | i860 | mmix) \
+ cris | i860 | mmix | sh64) \
valid= ;; \
esac ;; \
ecoff) \
@@ -2337,7 +2337,7 @@ BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.
#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
app.o: app.c $(INCDIR)/symcat.h
as.o: as.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \
- output-file.h sb.h macro.h dwarf2dbg.h
+ output-file.h sb.h macro.h dwarf2dbg.h ../bfd/bfdver.h
atof-generic.o: atof-generic.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h
bignum-copy.o: bignum-copy.c $(INCDIR)/symcat.h
cond.o: cond.c $(INCDIR)/symcat.h macro.h sb.h $(INCDIR)/obstack.h
diff --git a/gas/Makefile.in b/gas/Makefile.in
index d00bc4d..2125c86 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -232,7 +232,7 @@ CPU_OBJ_VALID = \
esac ;; \
coff) valid=yes; \
case $$c in \
- cris | i860 | mmix) \
+ cris | i860 | mmix | sh64) \
valid= ;; \
esac ;; \
ecoff) \
@@ -3244,7 +3244,7 @@ dep-am: DEP
#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
app.o: app.c $(INCDIR)/symcat.h
as.o: as.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \
- output-file.h sb.h macro.h dwarf2dbg.h
+ output-file.h sb.h macro.h dwarf2dbg.h ../bfd/bfdver.h
atof-generic.o: atof-generic.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h
bignum-copy.o: bignum-copy.c $(INCDIR)/symcat.h
cond.o: cond.c $(INCDIR)/symcat.h macro.h sb.h $(INCDIR)/obstack.h
diff --git a/gas/as.c b/gas/as.c
index 346ecc8..0a9d520 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
diff --git a/gas/config.in b/gas/config.in
index b2226f9..36f460b 100644
--- a/gas/config.in
+++ b/gas/config.in
@@ -130,6 +130,9 @@
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
+/* Define if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H