From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30435 invoked by alias); 6 Oct 2009 22:41:21 -0000 Received: (qmail 30361 invoked by uid 22791); 6 Oct 2009 22:41:19 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 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; Tue, 06 Oct 2009 22:41:12 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 671D12BAB72; Tue, 6 Oct 2009 18:41:10 -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 gR0azlRtYgBL; Tue, 6 Oct 2009 18:41:10 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3183D2BAB7A; Tue, 6 Oct 2009 18:41:10 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id A589BF589B; Tue, 6 Oct 2009 15:41:05 -0700 (PDT) Date: Tue, 06 Oct 2009 22:41:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: gdb-patches@sourceware.org Subject: Re: [RFA] ARI fixes: More OP eol fixes. Message-ID: <20091006224105.GM5689@adacore.com> References: <000f01ca46d1$9fe69b40$dfb3d1c0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000f01ca46d1$9fe69b40$dfb3d1c0$@u-strasbg.fr> User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-10/txt/msg00144.txt.bz2 > what should I put for the > c-exp.y "variable" rule? Your changelog looks fine to me. We can't always use function or variable names since code is not always necessary just functions or variables... > 2009-10-06 Pierre Muller > > ARI fix: OP eol rule. > * blockframe.c (find_pc_partial_function): Avoid operator at end of > line. > * buildsym.c (find_symbol_in_list): Idem. > (start_subfile, patch_subfile_names): Idem. > * c-exp.y (variable, yylex): Idem. > * c-typeprint.c (c_print_type, c_type_print_base): Idem. > * c-valprint.c (c_val_print): Idem. > * coffread.c (patch_opaque_types, process_coff_symbol): Idem. > * corelow.c (core_open): Idem. > * cris-tdep.c (move_reg_to_mem_movem_op): Idem. > * cli/cli-decode.c (help_cmd_list, find_command_name_length): Idem. -- Joel