diff options
author | Doug Evans <dje@google.com> | 1997-12-22 16:47:21 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1997-12-22 16:47:21 +0000 |
commit | 20b2c808b8d9b70c7d3f7802592c216f1443e7bb (patch) | |
tree | 71b3043c36952f02b8f29a90df64d8217255be9c /bfd/Makefile.am | |
parent | e535f07bc1065c2b5ccd60e87cae5453d19b4f22 (diff) | |
download | gdb-20b2c808b8d9b70c7d3f7802592c216f1443e7bb.zip gdb-20b2c808b8d9b70c7d3f7802592c216f1443e7bb.tar.gz gdb-20b2c808b8d9b70c7d3f7802592c216f1443e7bb.tar.bz2 |
* Makefile.am (ALL_MACHINES,BFD32_BACKENDS): Add txvu support.
(cpu-txvu.lo,elf32-txvu.lo): Add rules for.
* Makefile.in: Rebuild.
* config.bfd, configure.in: Add txvu support.
* configure: Regenerate.
* archures.c, elf.c, targets.c: Add txvu support.
* bfd-in2.h: Regenerate.
* cpu-txvu.c, elf32-txvu.c: New files.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 3392cf8..980fe0d 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -69,6 +69,9 @@ ALL_MACHINES = \ $(start-sanitize-tic80) \ cpu-tic80.lo \ $(end-sanitize-tic80) \ + $(start-sanitize-sky) \ + cpu-txvu.lo \ + $(end-sanitize-sky) \ cpu-v850.lo \ cpu-vax.lo \ cpu-we32k.lo \ @@ -164,6 +167,9 @@ BFD32_BACKENDS = \ elf32-ppc.lo \ elf32-sh.lo \ elf32-sparc.lo \ + $(start-sanitize-sky) \ + elf32-txvu.lo \ + $(end-sanitize-sky) \ elf32-v850.lo \ elf32.lo \ elflink.lo \ @@ -589,6 +595,13 @@ coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \ $(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h coffcode.h end-sanitize-tic80: +start-sanitize-sky: +cpu-txvu.lo: cpu-txvu.c +elf32-txvu.lo: elf32-txvu.c elf-bfd.h $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ + $(INCDIR)/elf/txvu.h elf32-target.h +end-sanitize-sky: + # What appears below is generated by a hacked mkdep using gcc -MM. # DO NOT DELETE THIS LINE -- mkdep uses it. |