diff options
Diffstat (limited to 'bfd/irix-core.c')
-rw-r--r-- | bfd/irix-core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/irix-core.c b/bfd/irix-core.c index 006e6a751b..026e1e0366 100644 --- a/bfd/irix-core.c +++ b/bfd/irix-core.c @@ -165,8 +165,9 @@ irix_core_core_file_p (abfd) idg->i_len + idf->i_len + ids->i_len, 0, idg->i_offset); - + /* OK, we believe you. You're a core file (sure, sure). */ + bfd_default_set_arch_mach (abfd, bfd_arch_mips, 0); return abfd->xvec; } |