delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-developers/1998/10/25/17:37:28

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
To: Mumit Khan <khan AT xraylith DOT wisc DOT edu>
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  <khan AT xraylith DOT wisc DOT edu>
> 
> 	* 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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019