aboutsummaryrefslogtreecommitdiff
path: root/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
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')
-rw-r--r--bfd/ChangeLog5
-rwxr-xr-xbfd/config.bfd4
2 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 7c00840..c689d9d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
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 ;;