From owner-svn-src-head@FreeBSD.ORG Thu Jan 22 00:35:26 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EF94AD6; Thu, 22 Jan 2015 00:35:26 +0000 (UTC) Received: from mail-qa0-x233.google.com (mail-qa0-x233.google.com [IPv6:2607:f8b0:400d:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 043D8894; Thu, 22 Jan 2015 00:35:26 +0000 (UTC) Received: by mail-qa0-f51.google.com with SMTP id f12so34825194qad.10; Wed, 21 Jan 2015 16:35:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=MhT0VQiX6AD1Zg/8K2EiPaJg6r4yZOd0Gsb5sw3Ana8=; b=hBuyfWcqrNdI+8+XL69qTdYZgRmcFZeLD1kPx/CJsHRT8Xf0ySj6iGqXMDCOwjCgEY jxdCtzG0m7uamLlYunyPa4ks+cUzoCSLg7A8ddFJTzO6FLRG+3VTqlVJCpoixN29LUn0 pE8Nts8uReh6TsjOmJPZvhIYm1h1UCU0eqrehMh6Tl6OAMkTqi4P8w3aJzSsZC7Fr2Eg Cfck4hzeEBYkTwf1r7vy5Sq/0NthFWlXINyBJtnAumeSpdisYOJUcg07+3XdgTMyv/8K k7sziZKFuPsPzeVUlKAGdVwMIii126TL2AuxxqRQfWXE5oI0fxWX1mECj2iMHL0KpDFD Tang== X-Received: by 10.224.65.134 with SMTP id j6mr55807366qai.90.1421886925190; Wed, 21 Jan 2015 16:35:25 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.140.39.209 with HTTP; Wed, 21 Jan 2015 16:35:04 -0800 (PST) In-Reply-To: <1421876960.14601.390.camel@freebsd.org> References: <201501211904.t0LJ4u3R070278@svn.freebsd.org> <1421871614.14601.387.camel@freebsd.org> <1421876960.14601.390.camel@freebsd.org> From: Ed Maste Date: Wed, 21 Jan 2015 19:35:04 -0500 X-Google-Sender-Auth: fSHKJYlV9Apg8E2slmNbQZkL6Ms Message-ID: Subject: Re: svn commit: r277497 - head To: Ian Lepore Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 00:35:26 -0000 On 21 January 2015 at 16:49, Ian Lepore wrote: > On Wed, 2015-01-21 at 16:45 -0500, Ed Maste wrote: >> On 21 January 2015 at 15:20, Ian Lepore wrote: >> > I don't think >> > there's a single addr2line binary I can install that will work with >> > every object on the system. >> >> There is, in fact - ELF Tool Chain's addr2line will work regardless of >> the object's architecture. >> >> However, I'm happy enough to revert this change (and add a comment >> about non-build use cases) if you like. > > Do you mean the new one you're working on? Because that doesn't seem to > be true of the one installed on my 10-stable system right now. If it is > true of the new one, that's a much better solution, and I can get by > until it's ready for prime time, I think. Yes, the new one I've been working on. It's now the default in HEAD (along with nm, strings, size, etc.). Bringing this to stable/10 would be tricky because it depends on the new libdwarf in 11 that's not backwards compatible. For that reason perhaps I ought to just leave them in the cross-tools stage, until we can assume developers are generally cross building from an 11.x host.