From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23458 invoked by alias); 26 Mar 2014 13:26:53 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 23445 invoked by uid 89); 26 Mar 2014 13:26:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Mar 2014 13:26:51 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1WSnqy-0002Lp-18 from Julian_Brown@mentor.com for gdb-patches@sourceware.org; Wed, 26 Mar 2014 06:26:48 -0700 Received: from SVR-IES-FEM-02.mgc.mentorg.com ([137.202.0.106]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 26 Mar 2014 06:26:47 -0700 Received: from octopus (137.202.0.76) by SVR-IES-FEM-02.mgc.mentorg.com (137.202.0.106) with Microsoft SMTP Server id 14.2.247.3; Wed, 26 Mar 2014 13:26:45 +0000 Date: Wed, 26 Mar 2014 13:26:00 -0000 From: Julian Brown To: Subject: Re: [PATCH] Fix "thiscall" method calling convention for inferior calls (PR15559) Message-ID: <20140326132638.744f254a@octopus> In-Reply-To: <20140326132302.09b6fc35@octopus> References: <20140326132302.09b6fc35@octopus> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00612.txt.bz2 On Wed, 26 Mar 2014 13:23:02 +0000 Julian Brown wrote: > GCC does not emit the tag at present: I will submit the GCC part of > the fix (to emit the Dwarf tag as appropriate) shortly. For completeness, here is the post: http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01426.html Julian