From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10196 invoked by alias); 10 Jul 2003 22:58:44 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 10180 invoked from network); 10 Jul 2003 22:58:43 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 10 Jul 2003 22:58:43 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id AC1462CA3A; Thu, 10 Jul 2003 19:05:46 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16141.61770.199776.920050@localhost.redhat.com> Date: Thu, 10 Jul 2003 22:58:00 -0000 To: Richard Henderson Cc: Elena Zannoni , Mark Kettenis , gdb-patches@gcc.gnu.org Subject: Re: [RFA] Don't SEGV on invalid dwarf2 frame info In-Reply-To: <20030710224850.GC20109@twiddle.net> References: <20030710010318.GA3645@twiddle.net> <86wueqp075.fsf@elgar.kettenis.dyndns.org> <16141.59421.321365.310494@localhost.redhat.com> <20030710224850.GC20109@twiddle.net> X-SW-Source: 2003-07/txt/msg00225.txt.bz2 Richard Henderson writes: > On Thu, Jul 10, 2003 at 06:26:37PM -0400, Elena Zannoni wrote: > > + if (workaround <= ALIGN4 && (start_offset & 3) != 0) > > + if (workaround <= ALIGN8 && (start_offset & 7) != 0) > > Just noticed these should be <, not <=. > > > r~ Richard, fix up as you need, I'll let you check it in, so we don't cross in mid air. Feel free to get rid of my name in the changelogs. elena