summaryrefslogtreecommitdiff
path: root/bfd/format.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-02-24 20:16:56 +0000
committerBen Elliston <bje@au.ibm.com>2005-02-24 20:16:56 +0000
commit397d44d08ea1a6d24cdb0d82670150ce6d14578a (patch)
tree6f7a7f44521361e1cce017d92f2b897b5e97113a /bfd/format.c
parent5a1bc20e547a550a8da6eb51ab9a3512cc0b0273 (diff)
downloadbinutils-redhat-397d44d08ea1a6d24cdb0d82670150ce6d14578a.tar.gz
* 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.
Diffstat (limited to 'bfd/format.c')
-rw-r--r--bfd/format.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/bfd/format.c b/bfd/format.c
index 9d9ee86bac..5b82996453 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)