diff options
author | Alan Modra <amodra@gmail.com> | 2008-01-21 03:48:10 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-01-21 03:48:10 +0000 |
commit | 66cd82b52e17203d61af21f50593aa8b33baaf56 (patch) | |
tree | 84056def37fc8794be6040a066c8ead39509828b /bfd/libecoff.h | |
parent | 1c8e06e4242ce55cd1edcf46e479f1b5987bfdd1 (diff) | |
download | gdb-66cd82b52e17203d61af21f50593aa8b33baaf56.zip gdb-66cd82b52e17203d61af21f50593aa8b33baaf56.tar.gz gdb-66cd82b52e17203d61af21f50593aa8b33baaf56.tar.bz2 |
* ecoff.c (_bfd_ecoff_archive_p): Delete.
* libecoff.h (_bfd_ecoff_archive_p): Delete.
* coff-alpha.c (ecoffalpha_little_vec): Use bfd_generic_archive_p.
* coff-mips.c (ecoff_little_vec, ecoff_big_vec): Likewise.
(ecoff_biglittle_vec): Likewise.
Diffstat (limited to 'bfd/libecoff.h')
-rw-r--r-- | bfd/libecoff.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/libecoff.h b/bfd/libecoff.h index 9c4161c..443b9a7 100644 --- a/bfd/libecoff.h +++ b/bfd/libecoff.h @@ -1,6 +1,6 @@ /* BFD ECOFF object file private structure. Copyright 1993, 1994, 1995, 1996, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. @@ -229,7 +229,6 @@ extern bfd_boolean _bfd_ecoff_slurp_symbolic_info /* Generic ECOFF BFD backend vectors. */ extern bfd_boolean _bfd_ecoff_write_object_contents (bfd *); -extern const bfd_target *_bfd_ecoff_archive_p (bfd *); #define _bfd_ecoff_close_and_cleanup _bfd_generic_close_and_cleanup #define _bfd_ecoff_bfd_free_cached_info _bfd_generic_bfd_free_cached_info |