From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2590 invoked by alias); 5 May 2014 09:52:26 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 2579 invoked by uid 89); 5 May 2014 09:52:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: glazunov.sibelius.xs4all.nl Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 05 May 2014 09:52:24 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id s459qH7l005935; Mon, 5 May 2014 11:52:17 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id s459qHow021780; Mon, 5 May 2014 11:52:17 +0200 (CEST) Date: Mon, 05 May 2014 09:52:00 -0000 Message-Id: <201405050952.s459qHow021780@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: arnez@linux.vnet.ibm.com CC: gdb-patches@sourceware.org In-reply-to: <874n1d4w83.fsf@br87z6lw.de.ibm.com> (message from Andreas Arnez on Mon, 28 Apr 2014 11:52:28 +0200) Subject: Re: [RFC 10/23] SPARC: Replace regset_alloc() invocations by static regset structures References: <87eh0h6bkq.fsf@br87z6lw.de.ibm.com> <874n1d4w83.fsf@br87z6lw.de.ibm.com> X-SW-Source: 2014-05/txt/msg00039.txt.bz2 > From: Andreas Arnez > Date: Mon, 28 Apr 2014 11:52:28 +0200 > > gdb/ > * sparc-linux-tdep.c (sparc32_linux_gregset) > (sparc32_linux_fpregset): New static regset structures. > (sparc32_linux_init_abi): Drop dynamic regset allocations. > * sparc-tdep.h (struct gdbarch_tdep): Constify 'gregset' and > 'fpregset' fields. > * sparc64-linux-tdep.c: (sparc64_linux_gregset) > (sparc64_linux_fpregset): New static regset structures. > (sparc64_linux_init_abi): Drop dynamic regset allocations. > * sparc64fbsd-tdep.c (sparc64fbsd_gregset, sparc64fbsd_fpregset): > New static regset structures. > (sparc64fbsd_init_abi): Drop dynamic regset allocations. > * sparc64nbsd-tdep.c (sparc64nbsd_gregset, sparc64nbsd_fpregset): > New static regset structures. > (sparc64nbsd_init_abi): Drop dynamic regset allocations. > * sparc64obsd-tdep.c (sparc64obsd_gregset, sparc64obsd_fpregset): > New static regset structures. > (sparc64obsd_init_abi): Drop dynamic regset allocations. > * sparcnbsd-tdep.c (sparc32nbsd_gregset, sparc32nbsd_fpregset): > New static regset structures. > (sparc32nbsd_init_abi): Drop dynamic regset allocations. Fine with me.