From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12058 invoked by alias); 18 Mar 2004 13:15:09 -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 12023 invoked from network); 18 Mar 2004 13:15:08 -0000 Received: from unknown (HELO yosemite.airs.com) (209.128.65.135) by sources.redhat.com with SMTP; 18 Mar 2004 13:15:08 -0000 Received: (qmail 5555 invoked by uid 10); 18 Mar 2004 13:15:06 -0000 Received: (qmail 7146 invoked by uid 500); 18 Mar 2004 13:14:58 -0000 Mail-Followup-To: binutils@sources.redhat.com, nathan@codesourcery.com From: Ian Lance Taylor To: Nathan Sidwell Cc: binutils@sources.redhat.com Subject: Re: demand_empty_rest_of_line and ignore_rest_of_line References: <40587E7B.10705@codesourcery.com> <405979E9.9030805@codesourcery.com> Date: Thu, 18 Mar 2004 13:15:00 -0000 In-Reply-To: <405979E9.9030805@codesourcery.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-03/txt/msg00436.txt.bz2 Nathan Sidwell writes: > 2004-03-18 Nathan Sidwell > > * read.c (read_a_source_file): Use demand_empty_rest_of_line. > (demand_empty_rest_of_line): Issue an error here. > (ignore_rest_of_line): Silently skip to end. > (demand_copy_string): Issue an error, not warning. > (equals): Likewise. > * config/obj-elf.c (obj_elf_section_name): Likewise. > (obj_elf_section): Likewise. > * config/tc-arc.c (arc_extoper): Remove bogus NULL checks. > (arc_extinst): Likewise. > * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line. > (dot_spill): Likewise. > (dot_unwabi): Likewise. > (dot_prologue): Likewise. OK. Ian