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 3E376385152F for ; Thu, 27 Oct 2022 13:30:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3E376385152F 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 0624830007DA for ; Thu, 27 Oct 2022 15:30:42 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id A6282413CD0E; Thu, 27 Oct 2022 15:30:41 +0200 (CEST) Message-ID: <258c74eaf6adccc8931ddb6ef8681abe2fce2cd6.camel@klomp.org> Subject: Re: [PATCH] readelf: Handle DW_LLE_GNU_view_pair From: Mark Wielaard To: elfutils-devel@sourceware.org Date: Thu, 27 Oct 2022 15:30:41 +0200 In-Reply-To: <20221019220239.290327-1-mark@klomp.org> References: <20221019220239.290327-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=-3033.3 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, On Thu, 2022-10-20 at 00:02 +0200, Mark Wielaard wrote: > DW_LLE_GNU_view_pair is used by gcc -gvariable-location- > views=3Dincompat5. > As described in=20 > http://www.fsfla.org/~lxoliva/papers/sfn/dwarf6-sfn-lvu.txt > and proposed for DWARF6=20 > https://dwarfstd.org/ShowIssue.php?issue=3D170427.1 Pushed, Mark