aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1995-11-04 18:21:17 +0000
committerStu Grossman <grossman@cygnus>1995-11-04 18:21:17 +0000
commitbf917766db89c0c88b1e2cbd3a7eecb53c3d8f8c (patch)
treeab61f68167c38fe80f6b7dbd7c48e374ddc0c799 /bfd
parentdf7504dc5268909a7b446e946834d242ba78cb6a (diff)
downloadfsf-binutils-gdb-bf917766db89c0c88b1e2cbd3a7eecb53c3d8f8c.zip
fsf-binutils-gdb-bf917766db89c0c88b1e2cbd3a7eecb53c3d8f8c.tar.gz
fsf-binutils-gdb-bf917766db89c0c88b1e2cbd3a7eecb53c3d8f8c.tar.bz2
* config.bfd (mips*-*-magic*): Add bfd_elf32_bigmips_vec to
targ_selvecs to allow debugging under Irix-5 native.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog7
-rwxr-xr-xbfd/config.bfd1
2 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 88e0468..482a379 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+start-sanitize-gm
+Sat Nov 4 10:16:54 1995 Stu Grossman (grossman@cygnus.com)
+
+ * config.bfd (mips*-*-magic*): Add bfd_elf32_bigmips_vec to
+ targ_selvecs to allow debugging under Irix-5 native.
+
+end-sanitize-gm
Fri Nov 3 15:54:59 1995 Ian Lance Taylor <ian@cygnus.com>
* xcofflink.c (xcoff_link_add_symbols): Rename local variable sub
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 5dd7643..ad91081 100755
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -312,6 +312,7 @@ case "${targ}" in
# start-sanitize-gm
mips*-*-magic*)
targ_defvec=ecoff_big_vec
+ targ_selvecs=bfd_elf32_bigmips_vec
;;
# end-sanitize-gm
mips*-*-ecoff*)