From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28446 invoked by alias); 24 May 2011 01:24:11 -0000 Received: (qmail 28438 invoked by uid 22791); 24 May 2011 01:24:10 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SARE_SUB_PCT_LETTER,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 May 2011 01:23:53 +0000 Received: from hpaq12.eem.corp.google.com (hpaq12.eem.corp.google.com [172.25.149.12]) by smtp-out.google.com with ESMTP id p4O1NqSx005734 for ; Mon, 23 May 2011 18:23:52 -0700 Received: from pwj3 (pwj3.prod.google.com [10.241.219.67]) by hpaq12.eem.corp.google.com with ESMTP id p4O1NOda006930 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Mon, 23 May 2011 18:23:51 -0700 Received: by pwj3 with SMTP id 3so4955717pwj.1 for ; Mon, 23 May 2011 18:23:50 -0700 (PDT) Received: by 10.68.51.167 with SMTP id l7mr2357611pbo.290.1306200230738; Mon, 23 May 2011 18:23:50 -0700 (PDT) Received: from coign.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id 10sm4676302pbo.48.2011.05.23.18.23.49 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 May 2011 18:23:50 -0700 (PDT) From: Ian Lance Taylor To: binutils@sourceware.org Subject: Re: ld error message %C format References: <20110518154757.GQ20800@bubble.grove.modra.org> <20110520000025.GS20800@bubble.grove.modra.org> <20110523061247.GY20800@bubble.grove.modra.org> Date: Tue, 24 May 2011 01:24:00 -0000 In-Reply-To: <20110523061247.GY20800@bubble.grove.modra.org> (Alan Modra's message of "Mon, 23 May 2011 15:42:47 +0930") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true 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-05/txt/msg00315.txt.bz2 Alan Modra writes: > On Thu, May 19, 2011 at 05:24:15PM -0700, Ian Lance Taylor wrote: >> It's specifically the multiple definition error and the undefined symbol >> error where I think we should tread carefully. > > Fair enough. I'll introduce a new format specifier. Thanks. Ian