From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17879 invoked by alias); 3 Mar 2009 04:28:41 -0000 Received: (qmail 17871 invoked by uid 22791); 3 Mar 2009 04:28:40 -0000 X-Spam-Check-By: sourceware.org Received: from pool-173-76-42-111.bstnma.fios.verizon.net (HELO cgf.cx) (173.76.42.111) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 Mar 2009 04:28:35 +0000 Received: from ednor.cgf.cx (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id 2468C13C023 for ; Mon, 2 Mar 2009 23:28:25 -0500 (EST) Received: by ednor.cgf.cx (Postfix, from userid 201) id 1F91B2B385; Mon, 2 Mar 2009 23:28:25 -0500 (EST) Date: Tue, 03 Mar 2009 04:28:00 -0000 From: Christopher Faylor To: cygwin@cygwin.com Subject: Re: [1.7] rebaseall doesn't solve the problem Message-ID: <20090303042825.GA27645@ednor.casa.cgf.cx> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <499F6682.1090204@cwilson.fastmail.fm> <20090224100616.GC6035@calimero.vinschen.de> <49A85971.6070300@cwilson.fastmail.fm> <20090228104337.GG19887@calimero.vinschen.de> <49A986B4.2080501@cwilson.fastmail.fm> <20090228195127.GA26646@ednor.casa.cgf.cx> <20090228202850.GB8503@calimero.vinschen.de> <20090302120756.GA31166@calimero.vinschen.de> <49ABF7B5.5010605@cwilson.fastmail.fm> <49AC56FE.4080708@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49AC56FE.4080708@gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2009-03/txt/msg00078.txt.bz2 On Mon, Mar 02, 2009 at 10:00:30PM +0000, Dave Korn wrote: >Charles Wilson wrote: >> Corinna Vinschen wrote: >>> Btw., I just noticed that the Visual C++ Linker sets the TS-aware flag >>> by default, see http://msdn.microsoft.com/en-us/library/01cfys9z.aspx >>> >>> It would probably be very helpful in the long run if ld had some generic >>> option to set any of the Windows-specific header flags at build time. >> >> like perhaps a repeatable option > > Yep, this is exactly how I'm doing it. Patch will be posted shortly. >Syntax looks like > > --pe-dll-characteristics=|[(+|,:)|[...]] > >e.g. > > --pe-dll-characteristics=0x0400|0x0100 > --pe-dll-characteristics=1+128+1024,noseh,nobind > --pe-dll-characteristics noseh:nobind:tsaware I thought we'd established that these aren't just dll characteristics. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/