From b95d15c6c551abb0b3acba440e94013a3318f424 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 14 Oct 2002 12:08:47 +0000 Subject: [PATCH] * Makefile.am: Run "make dep-am". (CPU_OBJ_VALID): sh64 coff is invalid. * as.c: #include "bfdver.h". * Makefile.in: Regenerate. * config.in: Regenerate. --- gas/ChangeLog | 8 ++++++++ gas/Makefile.am | 4 ++-- gas/Makefile.in | 4 ++-- gas/as.c | 4 ++++ gas/config.in | 3 +++ 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index d0d9a56d92..c98b409e66 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2002-10-14 Alan Modra + + * 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 * config/tc-v850.c (CHECK_): Remove token pasting operator. diff --git a/gas/Makefile.am b/gas/Makefile.am index 2e1f17e0ba..fecb14753c 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 d00bc4d0b7..2125c86c69 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 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 diff --git a/gas/config.in b/gas/config.in index b2226f9586..36f460bf30 100644 --- a/gas/config.in +++ b/gas/config.in @@ -130,6 +130,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_PARAM_H +/* Define if you have the header file. */ +#undef HAVE_SYS_STAT_H + /* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H