From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6127 invoked by alias); 5 May 2014 09:53:51 -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 6116 invoked by uid 89); 5 May 2014 09:53:51 -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:53:50 +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 s459rhLr017779; Mon, 5 May 2014 11:53:43 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id s459rgll004790; Mon, 5 May 2014 11:53:42 +0200 (CEST) Date: Mon, 05 May 2014 09:53:00 -0000 Message-Id: <201405050953.s459rgll004790@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: arnez@linux.vnet.ibm.com CC: gdb-patches@sourceware.org In-reply-to: <87zjj53hmb.fsf@br87z6lw.de.ibm.com> (message from Andreas Arnez on Mon, 28 Apr 2014 11:53:16 +0200) Subject: Re: [RFC 11/23] Drop regset_alloc() References: <87eh0h6bkq.fsf@br87z6lw.de.ibm.com> <87zjj53hmb.fsf@br87z6lw.de.ibm.com> X-SW-Source: 2014-05/txt/msg00040.txt.bz2 > From: Andreas Arnez > Date: Mon, 28 Apr 2014 11:53:16 +0200 > > Now that all invocations of regset_alloc() have been removed, the > function is dropped. Since regset_alloc() was the only function > provided by regset.c, this source file is removed as well. > > gdb/ > * Makefile.in (SFILES): Delete "regset.c". > (COMMON_OBS): Delete "regset.o". > * regset.c: Remove. > * regset.h (regset_alloc): Delete prototype. ok (once all the other diffs have been approved of course)