From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: dlltool.c: fix patch error 25 Oct 1998 09:31:50 -0800 Message-ID: <9810251701.AA23914.cygnus.cygwin32.developers@modi.xraylith.wisc.edu> To: cygwin32-developers AT cygnus DOT com Looks like the patch was applied twice by mistake. Sun Oct 25 10:37:45 1998 Mumit Khan * dlltool.c (scan_all_symbols): Fix patch error. Index: dlltool.c =================================================================== RCS file: /scratch/src/cdk-b20/CVSROOT/cdk/binutils/dlltool.c,v retrieving revision 1.1.1.1 diff -u -3 -p -r1.1.1.1 dlltool.c --- dlltool.c 1998/10/23 16:09:26 1.1.1.1 +++ dlltool.c 1998/10/25 16:37:10 @@ -1254,10 +1254,6 @@ scan_all_symbols (abfd) /* Ignore bfds with an import descriptor table. We assume that any such BFD contains symbols which are exported from another DLL, and we don't want to reexport them from here. */ - if (bfd_get_section_by_name (abfd, ".idata$4") != NULL) - return; - - /* Ignore bfds with import descriptor table. */ if (bfd_get_section_by_name (abfd, ".idata$4")) return; Regards, Mumit