diff options
author | Martin Hunt <hunt@redhat.com> | 1997-02-19 01:29:29 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1997-02-19 01:29:29 +0000 |
commit | fd8d7c31c0b9b4fc9fa7ca9e6d38e4843cf2ff65 (patch) | |
tree | abe5703a9b0967debc0e86ec178bd56ba9242a01 /bfd/Makefile.in | |
parent | 49d1bbbef2a319214b111acb0090703061e4a702 (diff) | |
download | gdb-fd8d7c31c0b9b4fc9fa7ca9e6d38e4843cf2ff65.zip gdb-fd8d7c31c0b9b4fc9fa7ca9e6d38e4843cf2ff65.tar.gz gdb-fd8d7c31c0b9b4fc9fa7ca9e6d38e4843cf2ff65.tar.bz2 |
Tue Feb 18 17:22:59 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* Makefile.in, archures.c, config.bfd, configure.in, elf.c,
reloc.c, targets.c: New target, elf-*-D30V.
* bfd-in2.h, configure, libbfd.h: Rebuilt.
* cpu-d30v.c, elf32-d30v.c: New files.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 2f2f75b..ada0662 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -119,6 +119,9 @@ ALL_MACHINES = \ $(start-sanitize-d10v) \ cpu-d10v.o \ $(end-sanitize-d10v) \ + $(start-sanitize-d30v) \ + cpu-d30v.o \ + $(end-sanitize-d30v) \ cpu-h8300.o \ cpu-h8500.o \ cpu-hppa.o \ @@ -220,6 +223,9 @@ BFD32_BACKENDS = \ $(start-sanitize-d10v) \ elf32-d10v.o \ $(end-sanitize-d10v) \ + $(start-sanitize-d30v) \ + elf32-d30v.o \ + $(end-sanitize-d30v) \ elf32-gen.o \ elf32-hppa.o \ elf32-i386.o \ @@ -857,6 +863,12 @@ elf32-d10v.o: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \ elf32-target.h end-sanitize-d10v: +start-sanitize-d30v: +elf32-d30v.o: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ + elf32-target.h +end-sanitize-d30v: + start-sanitize-m32r: elf32-m32r.o: elf32-m32r.c elf-bfd.h $(INCDIR)/elf/common.h \ $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ @@ -873,7 +885,7 @@ end-sanitize-v850: start-sanitize-tic80: cpu-tic80.o: cpu-tic80.c coff-tic80.o: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \ - $(INCDIR)/coff/internal.h + $(INCDIR)/coff/internal.h coffcode.h end-sanitize-tic80: $(OFILES): stamp-picdir |