From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5406 invoked by alias); 31 Jan 2005 11:26:29 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 5309 invoked from network); 31 Jan 2005 11:26:23 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 31 Jan 2005 11:26:23 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0VBQNmw029699 for ; Mon, 31 Jan 2005 06:26:23 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0VBQNO21714; Mon, 31 Jan 2005 06:26:23 -0500 Received: from [172.31.0.98] (vpnuser9.surrey.redhat.com [172.16.9.9]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id j0VBQM0W005044; Mon, 31 Jan 2005 11:26:22 GMT Message-ID: <41FE1814.10904@redhat.com> Date: Mon, 31 Jan 2005 11:26:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: Jan Beulich CC: binutils@sources.redhat.com Subject: Re: .macro behavior References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00540.txt.bz2 Hi Jan, > gas/ > 2005-01-26 Jan Beulich > > * macro.c (do_formals): Adjust to no longer accept empty > parameter > names. > (define_macro): Adjust to no longer accept empty macro name, > garbage > following the parameters, or macros that were previously > defined. > * read.c (s_bad_end): Declare. > (potable): Add endm. Handler for endr and endm is s_bad_end. > (s_bad_end): Rename from s_bad_endr. Adjust to handle both > .endm > and .endr. > * read.h (s_bad_endr): Remove. > > gas/testsuite/ > 2005-01-26 Jan Beulich > > * gas/macros/badarg.[ls]: New. > * gas/macros/end.[ls]: New. > * gas/macros/redef.[ls]: New. > * gas/macros/macros.exp (run_list_test): Copy from elsewhere. > Run new tests. > Approved - please apply. Cheers Nick