Added rules to build cpu-v850e.lo and cpu-v850eq.lo object files.

This commit is contained in:
Nick Clifton 1997-08-25 17:04:46 +00:00
parent 2b3e0f9e1e
commit 845c40d529
2 changed files with 30 additions and 1 deletions

View File

@ -1,3 +1,12 @@
start-sanitize-v850e
Mon Aug 25 10:04:35 1997 Nick Clifton <nickc@cygnus.com>
* Makefile.in: Add rule to build cpu-v850e.lo object file.
start-sanitize-v850eq
* Makefile.in: Add rule to build cpu-v850eq.lo object file.
end-sanitize-v850eq
end-sanitize-v850e
Mon Aug 25 12:08:13 1997 Ian Lance Taylor <ian@cygnus.com>
* aout-target.h (MY(vec)): Add SEC_CODE and SEC_DATA to section

View File

@ -153,6 +153,12 @@ ALL_MACHINES = \
$(start-sanitize-v850) \
cpu-v850.lo \
$(end-sanitize-v850) \
$(start-sanitize-v850e) \
cpu-v850e.lo \
$(end-sanitize-v850e) \
$(start-sanitize-v850eq) \
cpu-v850eq.lo \
$(end-sanitize-v850eq) \
cpu-vax.lo \
cpu-we32k.lo \
cpu-w65.lo \
@ -1011,10 +1017,24 @@ elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
elf32-target.h
end-sanitize-v850:
start-sanitize-v850e:
cpu-v850e.lo: cpu-v850e.c
elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
elf32-target.h
end-sanitize-v850e:
start-sanitize-v850eq:
cpu-v850eq.lo: cpu-v850eq.c
elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
elf32-target.h
end-sanitize-v850eq:
start-sanitize-tic80:
cpu-tic80.lo: cpu-tic80.c
coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \
$(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h coffcode.h
$(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h coffcode.h coffswap.h
end-sanitize-tic80:
# What appears below is generated by a hacked mkdep using gcc -MM.