* config/tc-v850.c: New file.

* config/tc-v850.h: New file.
* configure (v850-*-elf): New target.
* configure.in (v850-*-elf): New target.
This commit is contained in:
J.T. Conklin
1996-08-21 23:37:04 +00:00
parent 337350a309
commit c6aa56bca9
6 changed files with 731 additions and 36 deletions

View File

@ -107,6 +107,7 @@ changequote([,])dnl
a29k-nyu-sym1) fmt=coff targ=ebmon29k ;;
a29k-*-vxworks*) fmt=coff ;;
alpha-*-*vms*) fmt=evax ;;
alpha-*-netware*) fmt=ecoff ;;
alpha-*-osf*) fmt=ecoff ;;
alpha-*-linuxecoff*) fmt=ecoff ;;
@ -282,6 +283,8 @@ changequote([,])dnl
fmt=elf ;;
sparc-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
v850-*-*) fmt=elf bfd_gas=yes ;;
vax-*-bsd* | vax-*-ultrix*)
fmt=aout ;;
vax-*-vms) fmt=vms ;;