From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id C5FF13858D1E for ; Fri, 4 Aug 2023 20:55:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C5FF13858D1E 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 073E31F749; Fri, 4 Aug 2023 20:55:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1691182557; 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=g/8qxA8HgGgoWz/MA6nbMVSg15/uOsHr1zoLluwUxvc=; b=I01xRYcGjQtSW4LCeAAVOF9yjzJXYSSYPeMvwX4p2WHih6+e2dJSPm2ze14aWotWaBbPZF IJ99U3fphT9w+V2lLfZase2qVrkktsseKstoBrMHsJdBul/WRj0/DcUe7pExhfZwKe3Ytx kKSrxqcojAfWfUeeyyOzvOngJVwuJJ4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1691182557; 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=g/8qxA8HgGgoWz/MA6nbMVSg15/uOsHr1zoLluwUxvc=; b=PVsIwAMgcpPblt1IzYvkss9Lx9fOzcHsnV5qUAINc7pMWgmpgFYFFLr+KqoSaAzd8sqRhR LdcMQzDqWZpXBDBQ== 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 E3A7013904; Fri, 4 Aug 2023 20:55:56 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id bOxoNtxlzWQGUQAAMHmgww (envelope-from ); Fri, 04 Aug 2023 20:55:56 +0000 Message-ID: <8a8cda23-44fe-3d62-3ea4-d1d9ec5a110b@suse.de> Date: Fri, 4 Aug 2023 22:55:43 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] Add name_of_main and language_of_main to the DWARF index Content-Language: en-US To: Eli Zaretskii , Matheus Branco Borella Cc: gdb-patches@sourceware.org References: <83bkgwrxnh.fsf@gnu.org> <20230707150021.618-1-dark.ryu.550@gmail.com> <835y6vfvpi.fsf@gnu.org> From: Tom de Vries In-Reply-To: <835y6vfvpi.fsf@gnu.org> 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 7/7/23 20:00, Eli Zaretskii via Gdb-patches wrote: >> From: Matheus Branco Borella >> Cc: gdb-patches@sourceware.org, >> Matheus Branco Borella >> Date: Fri, 7 Jul 2023 12:00:22 -0300 >> >> Eli Zaretskii wrote: >>> Your assignment is not on file yet, AFAICT. Was the paperwork >>> completed, i.e. did you get a copy of the assignment signed by you and >>> by the FSF? If not, you need to wait some more. >> >> Huh, that's weird. I do have the copy, signed by both parties. Maybe it just >> hasn't been filed yet? If you want, I could forward it to you. > > I see now that your assignment was added, but it's only for Emacs, not > for GDB. > >>> Thanks. The documentation parts are OK, but please fix the text to >>> leave two spaces between sentences, not one. >> >> Alright, I've fixed that. >> >> Is there anything else I'm missing? > > There's still the issue of copyright assignment for GDB contributions, > AFAICT. Hi, Just checking, any update on this? I'd love to see this get committed. Thanks, - Tom