From owner-svn-src-head@FreeBSD.ORG Wed Jan 21 21:45:49 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BBE52960; Wed, 21 Jan 2015 21:45:49 +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 73139284; Wed, 21 Jan 2015 21:45:49 +0000 (UTC) Received: by mail-qa0-f51.google.com with SMTP id f12so34279654qad.10; Wed, 21 Jan 2015 13:45:48 -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=zn3YlwbWNLxwsPpjyNWpUf2QoxpPlOzy+cgJG2ypob0=; b=F75tVP5iaQvxxismKHc7OQuoU1+kKz7pVqdDgfMs4Qt2d+Ps0mDC09aDFQ54ZrsIWb lEyvL07fxl0vVVKFUMwp7KfOtNGfrHMq7QfQOHuHf5wyFw5BfWao6n7WUSxZBisyGAzz wsvCPn3TMO3F2MqQKyn6FxqQg1Tyb9v2f90lWXdWplZLtJjVg21CjqQybXKOjexGnWjS EXpxDam48LHGbAA3GTAJY/FczfjWDsXXjAVMIAlefSSnyqN+Md2cGJYhkyixVrk98pTN awPCJeSjE99ZfVvKMmgEUq/lzOkWTlpl0Vrs4j31bxGXfdI6eKLikPyI3pFd3yjRQnMX NcqQ== X-Received: by 10.224.121.142 with SMTP id h14mr72848851qar.80.1421876748640; Wed, 21 Jan 2015 13:45:48 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.140.39.209 with HTTP; Wed, 21 Jan 2015 13:45:28 -0800 (PST) In-Reply-To: <1421871614.14601.387.camel@freebsd.org> References: <201501211904.t0LJ4u3R070278@svn.freebsd.org> <1421871614.14601.387.camel@freebsd.org> From: Ed Maste Date: Wed, 21 Jan 2015 16:45:28 -0500 X-Google-Sender-Auth: 6znzmrxtPR-U43sGIVtiOXJJIfk 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: Wed, 21 Jan 2015 21:45:49 -0000 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.