Fri Sep 1 08:12:50 1995 James G. Smith <jsmith@beauty.cygnus.com>

* config.bfd: Add mips*vr4300-*-elf* target.
        * config/mipsbvr4300.mt: Added.
This commit is contained in:
Jackie Smith Cashion 1995-09-01 15:15:57 +00:00
parent 6d333529f4
commit f14db88017
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri Sep 1 08:12:50 1995 James G. Smith <jsmith@beauty.cygnus.com>
* config.bfd: Add mips*vr4300-*-elf* target.
* config/mipsbvr4300.mt: Added.
Thu Aug 31 16:00:53 1995 steve chamberlain <sac@slash.cygnus.com>
* Makefile.in: Update dependencies.

View File

@ -123,6 +123,9 @@ case "${canon}" in
mips*-*-sysv*) bfd_name=riscos ;;
mips*-*-riscos*) bfd_name=riscos ;;
mips*-*-bsd*) bfd_name=bigmips ;; # Sony News
# CYGNUS LOCAL jsmith/vr4300 : we use the existing definition for little-endian
mips*vr4300-*-elf*) bfd_name=mipsbvr4300 ;; # NEC VR4300 ELF only
# END CYGNUS LOCAL
mips*el-*-elf*) bfd_name=mipslelf ;;
mips*-*-elf*) bfd_name=mipsbelf ;;
ns32k-pc532-mach*) bfd_name=pc532-mach strip_underscore=yes;;
@ -154,6 +157,7 @@ case "${canon}" in
*-*-aout*) bfd_name=${cpu}-aout strip_underscore=yes ;;
*-*-bsd*) bfd_name=${cpu}-aout strip_underscore=yes ;;
*-*-ieee*) bfd_name=ieee ;;
*-*-netware*) bfd_name=${cpu}-nlm ;;
*-*-sysv4*) bfd_name=${cpu}-elf ;;
*-*-solaris2*) bfd_name=${cpu}-elf ;;