From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id D5EC53857411 for ; Mon, 14 Mar 2022 12:06:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D5EC53857411 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 99016301B4D0 for ; Mon, 14 Mar 2022 13:06:57 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 55BD0425A46B; Mon, 14 Mar 2022 13:06:57 +0100 (CET) Message-ID: Subject: Re: [PATCH] addr2line: Make --absolute the default, add --relative option. From: Mark Wielaard To: elfutils-devel@sourceware.org Date: Mon, 14 Mar 2022 13:06:57 +0100 In-Reply-To: <20220311144910.20892-1-mark@klomp.org> References: <20220311144910.20892-1-mark@klomp.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2022 12:07:00 -0000 On Fri, 2022-03-11 at 15:49 +0100, Mark Wielaard wrote: > Make --absolute (including the compilation directory in file names) > the default and add a new option --relative to get the previous > default behavior. >=20 > https://www.sourceware.org/bugzilla/show_bug.cgi?id=3D28951 Pushed, Mark