From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1427 invoked by alias); 4 Sep 2009 14:35:44 -0000 Received: (qmail 1418 invoked by uid 22791); 4 Sep 2009 14:35:43 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail.codeweavers.com (HELO mail.codeweavers.com) (216.251.189.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Sep 2009 14:35:39 +0000 Received: from chello084112174163.20.11.vie.surfer.at ([84.112.174.163] helo=[192.168.0.2]) by mail.codeweavers.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1MjZsv-00056Y-DC; Fri, 04 Sep 2009 09:35:36 -0500 From: Stefan =?iso-8859-1?q?D=F6singer?= To: gcc@gcc.gnu.org Subject: Re: MSVC hook function prologue Date: Fri, 04 Sep 2009 14:35:00 -0000 User-Agent: KMail/1.9.10 Cc: Paolo Bonzini References: <200909022245.51969.stefan@codeweavers.com> <4AA106CB.306@gnu.org> <200909041449.43772.stefan@codeweavers.com> In-Reply-To: <200909041449.43772.stefan@codeweavers.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200909041635.18986.stefan@codeweavers.com> X-Spam-Score: -3.9 X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-09/txt/msg00106.txt.bz2 Am Friday 04 September 2009 14:49:42 schrieb Stefan D=F6singer: > I attached another version of the patch - I restarted the compile, so I > still don't know if it fully works. Seems to be working - gcc compiles fine, my test function has the right=20 starting bytes. Wine compiles and runs, and Steam successfully hooks the=20 functions. I'll add a test case for this feature as well, and submit it next week. Bef= ore=20 I finally submit it I want to make sure Alexandre hasn't changed his mind=20 about all this.