From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73360 invoked by alias); 12 Nov 2015 12:21:03 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 73311 invoked by uid 89); 12 Nov 2015 12:21:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 12 Nov 2015 12:21:01 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id DC1A4330CEDF for ; Thu, 12 Nov 2015 13:20:58 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p6A6hptktOZE for ; Thu, 12 Nov 2015 13:20:58 +0100 (CET) Received: from polaris.localnet (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id BCF35330CEDB for ; Thu, 12 Nov 2015 13:20:58 +0100 (CET) From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: [visium] Remove obsolete prototypes Date: Thu, 12 Nov 2015 12:21:00 -0000 Message-ID: <4259550.eFE5sKimLo@polaris> User-Agent: KMail/4.14.9 (Linux/3.16.7-29-desktop; KDE/4.14.9; x86_64; ; ) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart6641827.UIPKT6hKS2" Content-Transfer-Encoding: 7Bit X-SW-Source: 2015-11/txt/msg01503.txt.bz2 This is a multi-part message in MIME format. --nextPart6641827.UIPKT6hKS2 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Content-length: 244 Tested on visium-elf, applied on the mainline. 2015-11-12 Eric Botcazou * config/visium/visium-protos.h (notice_update_cc): Delete. (print_operand): Likewise. (print_operand_address): Likewise. -- Eric Botcazou --nextPart6641827.UIPKT6hKS2 Content-Disposition: attachment; filename="p.diff" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="UTF-8"; name="p.diff" Content-length: 748 Index: config/visium/visium-protos.h =================================================================== --- config/visium/visium-protos.h (revision 230204) +++ config/visium/visium-protos.h (working copy) @@ -49,9 +49,6 @@ extern void visium_split_cbranch (enum r extern const char *output_ubranch (rtx, rtx_insn *); extern const char *output_cbranch (rtx, enum rtx_code, enum machine_mode, int, rtx_insn *); -extern void notice_update_cc (rtx, rtx); -extern void print_operand (FILE *, rtx, int); -extern void print_operand_address (FILE *, rtx); extern void split_double_move (rtx *, enum machine_mode); extern void visium_expand_copysign (rtx *, enum machine_mode); extern void visium_expand_int_cstore (rtx *, enum machine_mode); --nextPart6641827.UIPKT6hKS2--