diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-02-24 20:16:56 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-02-24 20:16:56 +0000 |
commit | 10adf131a598d8a101af9e0f8eadcb3a935eb943 (patch) | |
tree | d3bf084ca0cfa6180e46dc67f5f2835c3793a5ba /bfd/coffcode.h | |
parent | 0ef622cbcfcadaf9484a6e4e06ea8757dce510e3 (diff) | |
download | gdb-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/coffcode.h')
-rw-r--r-- | bfd/coffcode.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 |