Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <3BE9A5C3.AA3CE9F9@ece.gatech.edu> Date: Wed, 07 Nov 2001 16:21:07 -0500 From: Charles Wilson X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Danny Smith CC: egor duda Subject: Re: Want to be a gcc/binutils maintainer? References: <20011107204726 DOT 16501 DOT qmail AT web14505 DOT mail DOT yahoo DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Danny Smith wrote: > > Question, Danny: with your changes, does auto-import continue to work? > Yes, in all my tests. Great. > > (with *non* fastcall symbols only, for now...auto-import-for-fastcall > > probably needs to be added later, but for now...) > > > > fastcall symbols are functions, never data, so no need to auto-import. > However, all the _nm_ symbols seem to be okay. Oh, okay. > > Download this: > http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/dll-stuff/dll-helpers-0.2.9.tar.bz2 > > > > and run the various tests. > > > > > I get broken link messages with that. Oops. That should be *without* the extra hyphen: http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/dll-stuff/dllhelpers-0.2.9.tar.bz2 > I'll try later. FWIW, > dllhelpers-0.2.4-0.2.8 all work before and after changing functions to > __fastcall (and with __fastcall C++ methods), and mixing __stdcall, > __cdecl, and __fastcall in same code. I don't know how to mark fortran > names as fastcall. Wonderful. Thanks for being so thorough. For now, let's pretend that fortran doesn't exist... --Chuck