diff options
author | Nick Clifton <nickc@redhat.com> | 1997-08-25 17:04:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-08-25 17:04:46 +0000 |
commit | 845c40d5294baeae4794f78f567198cd2db51ddf (patch) | |
tree | a425e5912ca6c8b3de1b6709a648fe025fe2c937 | |
parent | 2b3e0f9e1e10c3ade0521450e9cdc1ffe3d656ab (diff) | |
download | fsf-binutils-gdb-845c40d5294baeae4794f78f567198cd2db51ddf.zip fsf-binutils-gdb-845c40d5294baeae4794f78f567198cd2db51ddf.tar.gz fsf-binutils-gdb-845c40d5294baeae4794f78f567198cd2db51ddf.tar.bz2 |
Added rules to build cpu-v850e.lo and cpu-v850eq.lo object files.
-rw-r--r-- | bfd/ChangeLog | 9 | ||||
-rw-r--r-- | bfd/Makefile.in | 22 |
2 files changed, 30 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c2b53f8..3b41532 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 211356b..16d7609 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. |