aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-11-02 15:40:29 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-11-02 15:40:29 +0000
commit242f60e214af3bbfb50d09c9a6ac2c2fd15f3e96 (patch)
tree0183c5c5901c73836dccdb985026fe648de9ed46
parentae7016045fc846bb8683cc3cee0b1de429c8b9b0 (diff)
downloadgdb-242f60e214af3bbfb50d09c9a6ac2c2fd15f3e96.zip
gdb-242f60e214af3bbfb50d09c9a6ac2c2fd15f3e96.tar.gz
gdb-242f60e214af3bbfb50d09c9a6ac2c2fd15f3e96.tar.bz2
* config.bfd: Use bigmips for mips*-*-bsd*.
-rw-r--r--bfd/ChangeLog4
-rwxr-xr-xbfd/config.bfd2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 09879a3..48a69d1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+Tue Nov 2 09:32:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * config.bfd: Use bigmips for mips*-*-bsd*.
+
Mon Nov 1 14:30:09 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* elfcode.h (elf_slurp_reloca_table, elf_slurp_reloc_table):
diff --git a/bfd/config.bfd b/bfd/config.bfd
index e24f881..ee2bf96 100755
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -72,7 +72,7 @@ case "${canon}" in
mips*-sgi-*) bfd_name=bigmips ;;
mips*-*-sysv*) bfd_name=riscos ;;
mips*-*-riscos*) bfd_name=riscos ;;
- mips*-*-bsd*) bfd_name=noop ;;
+ mips*-*-bsd*) bfd_name=bigmips ;; # Sony News
mips*el-*-elf*) bfd_name=mipslelf ;;
mips*-*-elf*) bfd_name=mipsbelf ;;
# Apparently this is similar enough to 386 mach to use the same target.