From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1605 invoked by alias); 30 Apr 2002 15:39:03 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 1566 invoked from network); 30 Apr 2002 15:39:01 -0000 Received: from unknown (HELO extern11.lif.de) (149.233.74.11) by sources.redhat.com with SMTP; 30 Apr 2002 15:39:01 -0000 Received: from FW ([10.1.1.1]) by extern11.lif.de (8.11.6/8.9.3) with SMTP id g3UFcxN07904; Tue, 30 Apr 2002 17:38:59 +0200 (MET DST) Received: from mail.hq.sag-el.com (mail.hq.sag-el.com [10.71.2.115]) by dns1.serv1.tessag.com (8.9.3 (PHNE_24419)/8.9.3) with ESMTP id RAA29953; Tue, 30 Apr 2002 17:38:33 +0200 (METDST) Received: from BRAMSCHE [10.68.28.101] by mail.hq.sag-el.com (SMTPD32-5.05) id AE2C1A3300DA; Tue, 30 Apr 2002 17:54:20 +0200 From: "Ralf Habacker" To: "Robert Collins" Cc: "Kde-Cygwin" , "Binutils" , "Cygwin-Apps" Subject: RE: ordinal linking for cygwin ld Date: Tue, 30 Apr 2002 08:39:00 -0000 Message-ID: <001701c1f05d$2048c7f0$651c440a@BRAMSCHE> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-Reply-To: <004501c1ef96$f2a53250$d36707d5@BRAMSCHE> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-SW-Source: 2002-04/txt/msg00557.txt.bz2 > > 00004014 00004070 ffffffff ffffffff 00004230 000040a8 > > DLL Name: cygwin1.dll > vma: Hint/Ord Member-Name > 4154 26 __main 61004308 > 4160 581 calloc 0000 > 416c 634 cygwin_internal 0000 > 4180 652 dll_crt0__FP11per_process 0000 > 419c 722 free 0000 > 41a4 876 malloc 0000 > 41b0 1006 realloc 0000 > ---------------------------------------------------------------------- > ---------- > ------ > ^^^^^^ > Do you see this ? The first is set correct, the other set to zero. > The problem is fixed. It was caused by the Callbackfunction of BindImageEx. Using BindImage works. If anyone is interessed to see rebind by the cygwin utils, let me know, so I can prepare a full cygwin application. Ralf