From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22120 invoked by alias); 16 Mar 2011 08:50:48 -0000 Received: (qmail 22109 invoked by uid 22791); 16 Mar 2011 08:50:47 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Mar 2011 08:50:41 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 15635CB02D8; Wed, 16 Mar 2011 09:50:39 +0100 (CET) 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 wwq8GWwkv0uP; Wed, 16 Mar 2011 09:50:36 +0100 (CET) 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 1AA06CB02D5; Wed, 16 Mar 2011 09:50:36 +0100 (CET) Subject: Re: Release 2.21.1 ? Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: Date: Wed, 16 Mar 2011 08:50:00 -0000 Cc: binutils Content-Transfer-Encoding: quoted-printable Message-Id: <508A631B-85B5-4C5F-8294-FB4454DA246E@adacore.com> References: To: sedat.dilek@gmail.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: 2011-03/txt/msg00325.txt.bz2 On Mar 16, 2011, at 7:44 AM, Sedat Dilek wrote: > Hi, >=20 > while handling several breakages in linux-next kernel, it showed PR > gas/12519 (see [1]) is somehow incomplete as it gives no pointer to > the symbol name in case of an error. > "Mention symbol name in non-constant .size expression." (see [2]) as a > follow-up patch definitely helps to enlighten developer's where to dig > into occuring problems. > "Revert the last change on gas/elf/bad-size.err." (see [3]) is a fixup to= [2]. >=20 > It would be nice to see [2] and [3] backported to 2.21-branch. Why not. Does it make sense to generate a warning instead of an error in 2.21.1 for = backward bug-compatibility ? Alan, what's your opinion ? Tristan.