From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 145CF3858D35 for ; Tue, 26 Sep 2023 14:07:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 145CF3858D35 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-out2.suse.de (Postfix) with ESMTPS id 48B501F889; Tue, 26 Sep 2023 14:07:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1695737229; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=83cLYBEQgnPayiAtvuWDVdHUhnqV5YAYd2rbYn2dc1w=; b=IC3oy3JONTM2KyPvrsGHw2KeBQfxLiuu2NF2j794ryP8A/VgPP+cNCQ2H3yCmgQpA6GEvz 6wAYymx3z97c+NaXGB1NgtUOwZYYhcHXCfIP0+AxYoYelWSXn3KCXaSTwCtiyNkzzawI6N ERhg3MpWHdr+mqw++rkx88ZdNDaNj5E= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1695737229; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=83cLYBEQgnPayiAtvuWDVdHUhnqV5YAYd2rbYn2dc1w=; b=KEOLRu18MLTwOlLXUzOtNFP15NrF74LZ0jT6JQ7emh7XBbgqm4jBaUTpK6eu/EPnKXrm4J KiuGEekpaANUiLCQ== 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 30BFA1390B; Tue, 26 Sep 2023 14:07:09 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id eKvGCo3lEmXUTQAAMHmgww (envelope-from ); Tue, 26 Sep 2023 14:07:09 +0000 Message-ID: <63f925ec-ed82-453d-b2e4-f8f293574fd1@suse.de> Date: Tue, 26 Sep 2023 16:07:11 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3] Add name_of_main and language_of_main to the DWARF index Content-Language: en-US To: "Matheus Branco Borella (DarkRyu550)" Cc: gdb-patches@sourceware.org References: <20230608214012.1561-1-dark.ryu.550@gmail.com> <20230811182131.492-1-dark.ryu.550@gmail.com> <978D09EE-3B5C-4C29-9EF7-672FD45EE063@gmail.com> From: Tom de Vries In-Reply-To: <978D09EE-3B5C-4C29-9EF7-672FD45EE063@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.2 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 9/25/23 20:47, Matheus Branco Borella (DarkRyu550) wrote: > The patch should be mostly complete by this point, no? I think I've addressed all of the concerns that were raised. > Yes, which is why the patch was approved (while leaving the room for you to fix some nits if you were so inclined). So I'm just wondering why it hasn't been committed yet. Thanks, - Tom