Fri Sep 1 08:12:50 1995 James G. Smith <jsmith@beauty.cygnus.com>
authorJackie Smith Cashion <jsmith@redhat.com>
Fri, 1 Sep 1995 15:15:57 +0000 (15:15 +0000)
committerJackie Smith Cashion <jsmith@redhat.com>
Fri, 1 Sep 1995 15:15:57 +0000 (15:15 +0000)
        * config.bfd: Add mips*vr4300-*-elf* target.
        * config/mipsbvr4300.mt: Added.

bfd/ChangeLog
bfd/config.bfd

index 7c008403af37899181c8bc4eb6c5d2656236cf99..c689d9dc8df0f0215fabd147a4cbc1afa8fa6795 100644 (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.
index 558faf11a7d2f5781573d0e7abb01bf06a793f52..249be6ea8eff44c9d05b75c460437883786e02c3 100755 (executable)
@@ -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 ;;