From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28121 invoked by alias); 27 Sep 2012 12:59:04 -0000 Received: (qmail 28101 invoked by uid 22791); 27 Sep 2012 12:59:03 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Sep 2012 12:58:58 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CB3E41C7B82 for ; Thu, 27 Sep 2012 08:58:57 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LevMuzRo2Uua for ; Thu, 27 Sep 2012 08:58:57 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 91FF71C7813 for ; Thu, 27 Sep 2012 08:58:57 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id BDF7DC880C; Thu, 27 Sep 2012 14:58:55 +0200 (CEST) Date: Thu, 27 Sep 2012 12:59:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: checked in: [PATCH 4/4] Delete unused functions in sol-thread.c. Message-ID: <20120927125855.GD24972@adacore.com> References: <1348158841-2313-1-git-send-email-brobecker@adacore.com> <1348158841-2313-5-git-send-email-brobecker@adacore.com> <505B52EA.5080908@redhat.com> <20120920214340.GB5423@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120920214340.GB5423@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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 X-SW-Source: 2012-09/txt/msg00625.txt.bz2 > gdb/ChangeLog: > > * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs): > Enable this code for sparc hosts only. Checked in, after having fixed the formatting issue. > gdb/ChangeLog: > > * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs): > Remove commented-out code. Checked in. -- Joel