From: noer AT cygnus DOT com (Geoffrey Noer) Subject: Re: dlltool.c: fix patch error 25 Oct 1998 17:37:28 -0800 Message-ID: <19981025172431.32378.cygnus.cygwin32.developers@cygnus.com> References: <9810251701 DOT AA23914 AT modi DOT xraylith DOT wisc DOT edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Mumit Khan Cc: cygwin32-developers AT cygnus DOT com Good catch. How did I do that? *sigh* Fixed it... -gjn On Sun, Oct 25, 1998 at 11:01:01AM -0600, Mumit Khan wrote: > 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 -- Geoffrey Noer noer AT cygnus DOT com