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/config.bfd | |
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/config.bfd')
-rwxr-xr-x | bfd/config.bfd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index facfcb3..d10a174 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -550,6 +550,14 @@ case "${targ}" in ;; # end-sanitize-tic80 + +# start-sanitize-sky + txvu-*-*) + targ_defvec=bfd_elf32_txvu_vec + ;; + +# end-sanitize-tic80 + v850-*-*) targ_defvec=bfd_elf32_v850_vec ;; |