* 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.
This commit is contained in:
Ben Elliston
2005-02-24 20:16:56 +00:00
parent 0ef622cbcf
commit 10adf131a5
4 changed files with 8 additions and 32 deletions

View File

@@ -5130,15 +5130,6 @@ coff_canonicalize_reloc (abfd, section, relptr, symbols)
return section->reloc_count;
}
#ifdef GNU960
file_ptr
coff_sym_filepos (abfd)
bfd *abfd;
{
return obj_sym_filepos (abfd);
}
#endif
#ifndef coff_reloc16_estimate
#define coff_reloc16_estimate dummy_reloc16_estimate