From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25769 invoked by alias); 10 Jun 2003 17:29:24 -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 25753 invoked from network); 10 Jun 2003 17:29:23 -0000 Received: from unknown (HELO zenia.home) (12.223.225.216) by sources.redhat.com with SMTP; 10 Jun 2003 17:29:23 -0000 Received: by zenia.home (Postfix, from userid 5433) id 1FD9220FE6; Tue, 10 Jun 2003 12:30:30 -0500 (EST) To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [ppc64-linux]: skip linkage functions References: <1030609232407.ZM18902@localhost.localdomain> From: Jim Blandy Date: Tue, 10 Jun 2003 17:29:00 -0000 In-Reply-To: <1030609232407.ZM18902@localhost.localdomain> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00331.txt.bz2 Kevin Buettner writes: > Okay... > > ...except that I can't figure out where "set INSN[i] to -1" (from the > comment) happens in insns_match_pattern(). Once you fix this (or > explain it to me), feel free to commit this patch. Oops. The comment should say "0", not "-1". Actually, GDB isn't going to work at all on PPC64 Linux until at least the following patches go in, for the basic configury and uarea stuff. http://sources.redhat.com/ml/gdb-patches/2003-05/msg00509.html http://sources.redhat.com/ml/gdb-patches/2003-05/msg00510.html http://sources.redhat.com/ml/gdb-patches/2003-05/msg00514.html