From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10010 invoked by alias); 2 Jun 2009 07:48:37 -0000 Received: (qmail 9959 invoked by uid 22791); 2 Jun 2009 07:48:36 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Jun 2009 07:48:31 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 8A24D2900CC; Tue, 2 Jun 2009 09:48:28 +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 3S7i4hgPWTS0; Tue, 2 Jun 2009 09:48:28 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id DE3722900C7; Tue, 2 Jun 2009 09:48:27 +0200 (CEST) Cc: Tristan Gingold , binutils@sources.redhat.com Message-Id: <40A76992-A6B5-4DB0-9097-76174E15C11C@adacore.com> From: Tristan Gingold To: Jim Wilson In-Reply-To: <4A240B07.5090806@codesourcery.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: [Patch]: convert ia64-gen.c functions syntax to ANSI-C Date: Tue, 02 Jun 2009 07:48:00 -0000 References: <20090529103034.GA20986@chinon.act-europe.fr> <4A240B07.5090806@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00024.txt.bz2 On Jun 1, 2009, at 7:08 PM, Jim Wilson wrote: > Tristan Gingold wrote: >> * ia64-gen.c (parse_resource_users, print_dependency_table, >> add_dis_table_ent, finish_distable, insert_bit_table_ent, >> add_dis_entry, compact_distree, gen_dis_table, completer_entries_eq, >> get_prefix_len, compute_completer_bits, insert_opcode_dependencies, >> insert_completer_entry, print_completer_entry, >> print_completer_table, >> opcodes_eq, add_opcode_entry, shrink): Use ANSI C syntax for >> functions. > > OK. Though I would suggest using the term "ISO C" instead of "ANSI > C". Thanks, committed with this suggestion. Tristan.