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/bfd-in2.h | |
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/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index fc2651f..1a16e89 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1250,6 +1250,10 @@ enum bfd_architecture /* start-sanitize-tic80 */ bfd_arch_tic80, /* TI TMS320c80 (MVP) */ /* end-sanitize-tic80 */ + /* start-sanitize-sky */ + bfd_arch_txvu, /* TX VU */ +#define bfd_mach_txvu 0 + /* end-sanitize-sky */ bfd_arch_v850, /* NEC V850 */ #define bfd_mach_v850 0 /* start-sanitize-v850e */ |