aboutsummaryrefslogtreecommitdiff
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
commit10adf131a598d8a101af9e0f8eadcb3a935eb943 (patch)
treed3bf084ca0cfa6180e46dc67f5f2835c3793a5ba /bfd/format.c
parent0ef622cbcfcadaf9484a6e4e06ea8757dce510e3 (diff)
downloadgdb-10adf131a598d8a101af9e0f8eadcb3a935eb943.zip
gdb-10adf131a598d8a101af9e0f8eadcb3a935eb943.tar.gz
gdb-10adf131a598d8a101af9e0f8eadcb3a935eb943.tar.bz2
* 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 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)