diff options
author | Stu Grossman <grossman@cygnus> | 1995-11-04 18:21:17 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-11-04 18:21:17 +0000 |
commit | bf917766db89c0c88b1e2cbd3a7eecb53c3d8f8c (patch) | |
tree | ab61f68167c38fe80f6b7dbd7c48e374ddc0c799 /bfd/config.bfd | |
parent | df7504dc5268909a7b446e946834d242ba78cb6a (diff) | |
download | gdb-bf917766db89c0c88b1e2cbd3a7eecb53c3d8f8c.zip gdb-bf917766db89c0c88b1e2cbd3a7eecb53c3d8f8c.tar.gz 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/config.bfd')
-rwxr-xr-x | bfd/config.bfd | 1 |
1 files changed, 1 insertions, 0 deletions
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*) |