diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-01-08 11:14:29 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2010-01-08 11:14:29 +0000 |
commit | 2ad0e9f1402e143ecb1d48a632d57b1187a07a1e (patch) | |
tree | aeddbf8d8b9f02a9e092c352af5d747e0cf5a5de /binutils | |
parent | d24d854870d0680679c8e70b8a908adc3a93f24e (diff) | |
download | gdb-2ad0e9f1402e143ecb1d48a632d57b1187a07a1e.zip gdb-2ad0e9f1402e143ecb1d48a632d57b1187a07a1e.tar.gz gdb-2ad0e9f1402e143ecb1d48a632d57b1187a07a1e.tar.bz2 |
2010-01-08 Tristan Gingold <gingold@adacore.com>
* ar.c: Remove bfd_special_undocumented_glue prototype.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/ar.c | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f42d478..ebdc1a2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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> diff --git a/binutils/ar.c b/binutils/ar.c index 15a7b47..6cdd119 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); |