This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [RFA] ld.texinfo: clarify auto-import documentation




Nick Clifton wrote:

> Hi Charles,
> 
> 
>>Thanks -- but it looks like one chunk didn't get merged.  I've
>>regenerated a new patch against current CVS; it's attached.
>>
> 
> *sigh*  Applied.


Thanks.  Sorry to keep bugging you, but here's another cleanup (the 
earlier revision of my patch didn't remove all of it)

--Chuck

Index: pe-dll.c
===================================================================
RCS file: /cvs/src/src/ld/pe-dll.c,v
retrieving revision 1.32
diff -u -r1.32 pe-dll.c
--- pe-dll.c	2001/09/24 18:21:24	1.32
+++ pe-dll.c	2001/09/24 19:04:04
@@ -123,10 +123,6 @@
 static void
 add_bfd_to_link PARAMS ((bfd *, const char *, struct bfd_link_info *));
 
-/* Defined in emultempl/pe.em.  */
-extern char *
-pe_get_data_import_dll_name PARAMS ((void));
-
 /* For emultempl/pe.em.  */
 
 def_file * pe_def_file = 0;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]