From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 82492385828E for ; Fri, 6 Oct 2023 18:33:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 82492385828E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id BBBBA2186E for ; Fri, 6 Oct 2023 18:33:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1696617228; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=84bUMFdXhK3y9L6WmktR9omzjF9Ma0JhhTnaxDpHi0Y=; b=UshvNKOk1l2gUcM+P+t12t5AX9P7CLGY9o8/0n+8eQuzQRT6HBhXBIzqKTV1kIKIL3COTt f/piEYstX1uWP+kwrAqdRptL5OSpwQOBvBbXD0v+lEg/A64cE75ouc13eMNmIZpO+r/Xsm Mtg7m3MSQbVdeD9w8hYqAahke1VT8ZM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1696617228; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=84bUMFdXhK3y9L6WmktR9omzjF9Ma0JhhTnaxDpHi0Y=; b=8nLWYDF4KdaNUscsK65NRUhwQ47VcVwREbxz2TUH19LT2kj5++j55CmFlmz8+Gn+e0hLfk WTdTXtEBrPU+n/Dw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id A367913586 for ; Fri, 6 Oct 2023 18:33:48 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 0N7VJQxTIGV6VAAAMHmgww (envelope-from ) for ; Fri, 06 Oct 2023 18:33:48 +0000 Message-ID: Date: Fri, 6 Oct 2023 20:33:50 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 0/2] Add name_of_main and language_of_main to the DWARF index Content-Language: en-US To: gdb-patches@sourceware.org References: <20231006183104.27689-1-tdevries@suse.de> From: Tom de Vries In-Reply-To: <20231006183104.27689-1-tdevries@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 10/6/23 20:31, Tom de Vries via Gdb-patches wrote: > This is a patch series containing: > - a gdb patch introducing a new version of the .gdb_index section, > adding a shortcut table. > - a readelf patch adding the capability to read the new version, as > well print the shortcuts table. > FWIW, I had intended to send this series to both gdb-patches and binutils mailing list at the same time, but that seems to have gone wrong, so I've now posted it separately on each list. Thanks, - Tom