From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27874 invoked by alias); 12 Sep 2011 16:44:23 -0000 Received: (qmail 27862 invoked by uid 22791); 12 Sep 2011 16:44:22 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Sep 2011 16:44:07 +0000 Received: from wpaz1.hot.corp.google.com (wpaz1.hot.corp.google.com [172.24.198.65]) by smtp-out.google.com with ESMTP id p8CGi5pO030888 for ; Mon, 12 Sep 2011 09:44:06 -0700 Received: from qyk4 (qyk4.prod.google.com [10.241.83.132]) by wpaz1.hot.corp.google.com with ESMTP id p8CGgUKr018318 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Mon, 12 Sep 2011 09:44:04 -0700 Received: by qyk4 with SMTP id 4so330979qyk.6 for ; Mon, 12 Sep 2011 09:44:04 -0700 (PDT) Received: by 10.224.211.3 with SMTP id gm3mr3807446qab.111.1315845844346; Mon, 12 Sep 2011 09:44:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.211.3 with SMTP id gm3mr3807440qab.111.1315845844220; Mon, 12 Sep 2011 09:44:04 -0700 (PDT) Received: by 10.224.80.201 with HTTP; Mon, 12 Sep 2011 09:44:04 -0700 (PDT) In-Reply-To: <20110909194129.GA24390@host1.jankratochvil.net> References: <20110722215821.GA3433@host1.jankratochvil.net> <20110908182227.GA25597@host1.jankratochvil.net> <20110909194129.GA24390@host1.jankratochvil.net> Date: Mon, 12 Sep 2011 17:23:00 -0000 Message-ID: Subject: Re: [patch] workaround gcc46: prologue skip skips too far (PR 12435) #2 From: Doug Evans To: Jan Kratochvil Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes 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 X-SW-Source: 2011-09/txt/msg00200.txt.bz2 On Fri, Sep 9, 2011 at 12:41 PM, Jan Kratochvil wrote: > On Thu, 08 Sep 2011 20:22:27 +0200, Jan Kratochvil wrote: >> gdb/ >> 2011-09-08 =A0Jan Kratochvil =A0 >> >> =A0 =A0 =A0 Code cleanup. >> =A0 =A0 =A0 * amd64-tdep.c (amd64_skip_prologue): Move the XMM code to .= .. >> =A0 =A0 =A0 (amd64_skip_xmm_prologue): ... this new function. =A0Describ= e its >> =A0 =A0 =A0 parameters. =A0No longer use amd64_prologue_line_bug. >> =A0 =A0 =A0 * defs.h (producer_is_gcc_ge_4): New declaration. >> =A0 =A0 =A0 * dwarf2read.c (producer_is_gcc_ge_4): Move to utils.c. >> =A0 =A0 =A0 (process_full_comp_unit): Update its caller. =A0Remove >> =A0 =A0 =A0 amd64_prologue_line_bug initialization. >> =A0 =A0 =A0 * symtab.h (struct symtab): Remove field amd64_prologue_line= _bug. >> =A0 =A0 =A0 * utils.c (producer_is_gcc_ge_4): Moved here from dwarf2read= .c. > > Checked in: > =A0 =A0 =A0 =A0http://sourceware.org/ml/gdb-cvs/2011-09/msg00056.html > > > Thanks, > Jan > "works for me". Thanks.