From dc3febfa6ef6fa1bc6a9239f85db6faf6006655c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sun, 18 Feb 2001 22:29:52 +0000 Subject: Set the architecture (GDB multiarch needs it). --- bfd/irix-core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bfd/irix-core.c') 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; } -- cgit v1.2.1