From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21716 invoked by alias); 20 Sep 2012 16:34:28 -0000 Received: (qmail 21573 invoked by uid 22791); 20 Sep 2012 16:34:27 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_05,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 20 Sep 2012 16:34:12 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id B2C702900DE for ; Thu, 20 Sep 2012 18:34:21 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bBwTXGFL6ZMo for ; Thu, 20 Sep 2012 18:34:21 +0200 (CEST) Received: from chinon.act-europe.fr (chinon.act-europe.fr [10.10.0.182]) by mel.act-europe.fr (Postfix) with ESMTP id 9E65D2900DD for ; Thu, 20 Sep 2012 18:34:21 +0200 (CEST) Received: by chinon.act-europe.fr (Postfix, from userid 507) id B178ED8B81; Thu, 20 Sep 2012 18:34:08 +0200 (CEST) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Various build-related fixes for solaris Date: Thu, 20 Sep 2012 16:34:00 -0000 Message-Id: <1348158841-2313-1-git-send-email-brobecker@adacore.com> 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/msg00404.txt.bz2 Hello, I noticed today that the GDB build on solaris breaks. The first patch fixes the breakage. But while fixing it, I noticied that there were still so "unused function" warnings. Fixes with the patches that follow. I will wait a day or two, and then commit if there are no objections. Thanks, -- Joel