From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105974 invoked by alias); 31 Mar 2016 10:34:27 -0000 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 Received: (qmail 105947 invoked by uid 89); 31 Mar 2016 10:34:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pf0-f180.google.com Received: from mail-pf0-f180.google.com (HELO mail-pf0-f180.google.com) (209.85.192.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 31 Mar 2016 10:34:17 +0000 Received: by mail-pf0-f180.google.com with SMTP id n5so66607393pfn.2 for ; Thu, 31 Mar 2016 03:34:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=vWtO1223eN19Dnh5ozNCki2BJkhn1cnRYQ61L1XFE2w=; b=GHVo9DdZ7I9GBO9c0vTBFdyse/Q3HULq3WRqHav7Tn1xKuZKsZ1vmcmhEHek+QAhAQ v+K3l/bdOPIYvcFb+h35xP3u2yjCN83cNtiDBZXoxRNhQrf7bb4vqgC30qMqtk4o6Frg Hv380aDenMjxy2I5q/QDoj5SGRiIdg6j3cg8/aE4y6ZBgSQN7WDtDCduKpjOcSpx+tec 5gFmG87C8a7JYwteHjEKiQBBgQnZunb+wfOknz3RAS8bO7UEddD49Vrb5DewSjOhqhv7 oz4NFnNXLLd7OITwHH6ABMDq3eXKUZ+tTFoTYGaiBCp+2Zir530is0pqhz4iH/q0NyFr Bfxw== X-Gm-Message-State: AD7BkJJd6nYHM1ZSTypf2iZ5hFCURLv+vn+OZohRDSwlQOTqXpAkJxFEtALelLSKxvqNew== X-Received: by 10.98.19.2 with SMTP id b2mr20806368pfj.93.1459420455182; Thu, 31 Mar 2016 03:34:15 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-146-233.sa.bigpond.net.au. [58.160.146.233]) by smtp.gmail.com with ESMTPSA id s87sm12420654pfa.89.2016.03.31.03.34.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 31 Mar 2016 03:34:14 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id EB3CEEA0153; Thu, 31 Mar 2016 20:54:35 +1030 (ACDT) Date: Thu, 31 Mar 2016 10:34:00 -0000 From: Alan Modra To: tbsaunde+binutils@tbsaunde.org Cc: binutils@sourceware.org Subject: Re: [PATCH 0/7] enable -Wwrite-strings for gas Message-ID: <20160331102435.GU15812@bubble.grove.modra.org> References: <1459300381-19313-1-git-send-email-tbsaunde+binutils@tbsaunde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459300381-19313-1-git-send-email-tbsaunde+binutils@tbsaunde.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00452.txt.bz2 On Tue, Mar 29, 2016 at 09:12:54PM -0400, tbsaunde+binutils@tbsaunde.org wrote: > cast literal to char * when assigning to input_line_ptr > work around get_symbol_name () in sparc and ia64 > cast to char * when assigning to optarg > cast the arg to md_assemble () to char * > tc-i960.c: add some casts when assigning literals to args[i] > make xtensa_section_rename () take const char * > enable -Wwrite-strings for gas These are all OK. -- Alan Modra Australia Development Lab, IBM