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/coffcode.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'bfd/coffcode.h') diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 0548b10..1652a2f 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -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 -- cgit v1.1