forked from Imagelibrary/binutils-gdb
* 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user