From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30284 invoked by alias); 30 Oct 2003 23:29:50 -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 30277 invoked from network); 30 Oct 2003 23:29:49 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 30 Oct 2003 23:29:49 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h9UNTnM26848 for ; Thu, 30 Oct 2003 18:29:49 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h9UNTm621204 for ; Thu, 30 Oct 2003 18:29:48 -0500 Received: from localhost.localdomain (vpn50-2.rdu.redhat.com [172.16.50.2]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h9UNTlju026092; Thu, 30 Oct 2003 18:29:47 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h9UNTgQ23586; Thu, 30 Oct 2003 16:29:42 -0700 Date: Thu, 30 Oct 2003 23:29:00 -0000 From: Kevin Buettner Message-Id: <1031030232941.ZM23585@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: [patch, rfa:ppc64, rfa:breakpoint] Add non-verbose breakpoint adjustment" (Oct 29, 5:03pm) References: <3F9D5864.50807@redhat.com> <1031028205935.ZM3486@localhost.localdomain> <3F9DAC5F.8030007@redhat.com> <1031029032725.ZM4659@localhost.localdomain> <3F9E9469.4050401@redhat.com> <1031029163018.ZM6880@localhost.localdomain> <3FA03943.6090805@redhat.com> To: Andrew Cagney , Kevin Buettner Subject: Re: [patch, rfa:ppc64, rfa:breakpoint] Add non-verbose breakpoint adjustment Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-10/txt/msg00865.txt.bz2 On Oct 29, 5:03pm, Andrew Cagney wrote: > Attached is a much simplified patch. Ok? Yes. Thanks! > 2003-10-29 Andrew Cagney > > * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set > adjust_breakpoint_address. > * Makefile.in (ppc-sysv-tdep.o): Add $(target_h). > * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare. > * ppc-sysv-tdep.c: Include "target.h". Update copyright. > (ppc64_sysv_abi_adjust_breakpoint_address): New function. [...] Kevin