* config.bfd (mips*-*-magic*): Add bfd_elf32_bigmips_vec to
targ_selvecs to allow debugging under Irix-5 native.
This commit is contained in:
parent
df7504dc52
commit
bf917766db
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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*)
|
||||
|
|
Loading…
Reference in a new issue