From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11136 invoked by alias); 10 Feb 2006 20:57:15 -0000 Received: (qmail 11125 invoked by uid 22791); 10 Feb 2006 20:57:15 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 10 Feb 2006 20:57:12 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 4D0C748CBF1 for ; Fri, 10 Feb 2006 15:57:10 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26304-01-3 for ; Fri, 10 Feb 2006 15:57:10 -0500 (EST) Received: from takamaka.act-europe.fr (s142-179-108-108.bc.hsia.telus.net [142.179.108.108]) by nile.gnat.com (Postfix) with ESMTP id B79A948CBD8 for ; Fri, 10 Feb 2006 15:57:09 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id B411347E7E; Fri, 10 Feb 2006 12:57:08 -0800 (PST) Date: Fri, 10 Feb 2006 20:57:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA/rs6000-aix] software_single_step gdbarch method no longer set Message-ID: <20060210205708.GE1140@adacore.com> References: <20051231054133.GL4734@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051231054133.GL4734@adacore.com> User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00258.txt.bz2 > 2005-12-31 Joel Brobecker > > * defs.h (gdb_osabi): New enum value GDB_OSABI_AIX. > * osabi.c (gdb_osabi_name): Add name of new value GDB_OSABI_AIX. > * rs6000-tdep.h: New file. > * rs6000-tdep.c: Include "rs6000-tdep.h". > (rs6000_gdbarch_init): Remove enabling of software single step. > Will be done in the AIX-specific initialization routine. > * rs6000-aix-tdep.c: New file. > * config/powerpc/aix.mt (TDEPFILES): Add rs6000-aix-tdep.o. > * Makefile.in (rs6000_tdep_h): New variable. > (rs6000-tdep.o): Update dependencies. > (rs6000-aix-tdep.o): New rule. Thanks to Kevin and Daniel for the review. I just checked the patch in. -- Joel