2010-01-08 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Fri, 8 Jan 2010 11:14:29 +0000 (11:14 +0000)
committerTristan Gingold <gingold@adacore.com>
Fri, 8 Jan 2010 11:14:29 +0000 (11:14 +0000)
* ar.c: Remove bfd_special_undocumented_glue prototype.

binutils/ChangeLog
binutils/ar.c

index f42d478fd9948bac608bc6e0c9483723001cbd5f..ebdc1a2a6c22814306554cd97dbf727f7ede6b64 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-08  Tristan Gingold  <gingold@adacore.com>
+
+       * ar.c: Remove bfd_special_undocumented_glue prototype.
+
 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
 
        * elfedit.c (update_elf_header): Reformat.
@@ -32,7 +36,6 @@
 2010-01-06  Tristan Gingold  <gingold@adacore.com>
 
        * nm.c (usage): Remove extra blanks.
-       Update copyright.
 
 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
 
index 15a7b477bf190463111fc14281b2124f91b77fa3..6cdd1191d3c4a117ecfc93d3a4ff7ee23b780326 100644 (file)
@@ -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.
 #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);
This page took 0.027083 seconds and 4 git commands to generate.