* Makefile.am: Run "make dep-am".
(CPU_OBJ_VALID): sh64 coff is invalid. * as.c: #include "bfdver.h". * Makefile.in: Regenerate. * config.in: Regenerate.
This commit is contained in:
parent
6e1a7e9a11
commit
b95d15c6c5
5 changed files with 19 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
4
gas/as.c
4
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue