Mail Archives: cygwin-developers/1998/10/25/17:37:28
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 -