From 10adf131a598d8a101af9e0f8eadcb3a935eb943 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 24 Feb 2005 20:16:56 +0000 Subject: * coffcode.h (coff_sym_filepos): Remove GNU960 conditional code. * format.c (bfd_check_format_matches): Likewise. * archive.c (BFD_GNU960_ARMAG): Likewise. (bfd_generic_archive_p): Likewise. (_bfd_write_archive_contents): Likewise. --- bfd/format.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'bfd/format.c') diff --git a/bfd/format.c b/bfd/format.c index 9d9ee86..5b82996 100644 --- a/bfd/format.c +++ b/bfd/format.c @@ -245,16 +245,6 @@ bfd_check_format_matches (bfd *abfd, bfd_format format, char ***matching) matching_vector[match_count] = temp; match_count++; - -#ifdef GNU960 - /* Big- and little-endian b.out archives look the same, but it - doesn't matter: there is no difference in their headers, and - member file byte orders will (I hope) be handled appropriately - by bfd. Ditto for big and little coff archives. And the 4 - coff/b.out object formats are unambiguous. So accept the - first match we find. */ - break; -#endif } else if ((err = bfd_get_error ()) == bfd_error_wrong_object_format || err == bfd_error_file_ambiguously_recognized) -- cgit v1.1