From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18424 invoked by alias); 31 Oct 2003 16:39:40 -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 18417 invoked from network); 31 Oct 2003 16:39:40 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 31 Oct 2003 16:39:40 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 3D23B2B89; Fri, 31 Oct 2003 11:39:38 -0500 (EST) Message-ID: <3FA2904A.5040304@gnu.org> Date: Fri, 31 Oct 2003 16:39:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [patch, rfa:ppc64, rfa:breakpoint] Add non-verbose breakpoint adjustment 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> <1031030232941.ZM23585@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00877.txt.bz2 > 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. Committed, Andrew