summaryrefslogtreecommitdiff
path: root/binutils/ar.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-01-08 11:14:29 +0000
committerTristan Gingold <gingold@adacore.com>2010-01-08 11:14:29 +0000
commitdcbfd08b94d0c750a81decb00c7b8640382d2a8f (patch)
tree1ab1f3f64a3a6a151b0ee2b4ca15b75aa5b2b44c /binutils/ar.c
parent89dd6eeea53a129dcd557532f58151bfa2889f21 (diff)
downloadbinutils-redhat-dcbfd08b94d0c750a81decb00c7b8640382d2a8f.tar.gz
2010-01-08 Tristan Gingold <gingold@adacore.com>
* ar.c: Remove bfd_special_undocumented_glue prototype.
Diffstat (limited to 'binutils/ar.c')
-rw-r--r--binutils/ar.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/binutils/ar.c b/binutils/ar.c
index 15a7b477bf..6cdd1191d3 100644
--- a/binutils/ar.c
+++ b/binutils/ar.c
@@ -1,6 +1,6 @@
/* ar.c - Archive modify and extract.
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+ 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
This file is part of GNU Binutils.
@@ -46,11 +46,6 @@
#define EXT_NAME_LEN 6 /* Ditto for *NIX. */
#endif
-/* Kludge declaration from BFD! This is ugly! FIXME! XXX */
-
-struct ar_hdr *
- bfd_special_undocumented_glue (bfd * abfd, const char *filename);
-
/* Static declarations. */
static void mri_emul (void);