aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorJackie Smith Cashion <jsmith@redhat.com>1995-09-01 15:15:57 +0000
committerJackie Smith Cashion <jsmith@redhat.com>1995-09-01 15:15:57 +0000
commitf14db880170bc7217c3b70da77db51fbf0a73139 (patch)
tree63ff4457521a0c177dce1ad9851a3f4cb7efcc62 /bfd/config.bfd
parent6d333529f482412664b5d1ef6d59376c4d830a66 (diff)
downloadgdb-f14db880170bc7217c3b70da77db51fbf0a73139.zip
gdb-f14db880170bc7217c3b70da77db51fbf0a73139.tar.gz
gdb-f14db880170bc7217c3b70da77db51fbf0a73139.tar.bz2
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.
Diffstat (limited to 'bfd/config.bfd')
-rwxr-xr-xbfd/config.bfd4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 558faf1..249be6e 100755
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -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 ;;