From 845c40d5294baeae4794f78f567198cd2db51ddf Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 25 Aug 1997 17:04:46 +0000 Subject: [PATCH] Added rules to build cpu-v850e.lo and cpu-v850eq.lo object files. --- bfd/ChangeLog | 9 +++++++++ bfd/Makefile.in | 22 +++++++++++++++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c2b53f8d792..3b415325ecb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +start-sanitize-v850e +Mon Aug 25 10:04:35 1997 Nick Clifton + + * 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 * aout-target.h (MY(vec)): Add SEC_CODE and SEC_DATA to section diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 211356bae9f..16d76094fa3 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -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. -- 2.30.2