From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id KayII4gfqmpN7RAAWB0awg (envelope-from ) for ; Wed, 16 Sep 2026 00:48:08 -0400 Received: by simark.ca (Postfix, from userid 112) id 813EC1E051; Wed, 16 Sep 2026 00:48:08 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-5.3 required=5.0 tests=ARC_SIGNED,ARC_VALID,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=4.0.1 Received: from vm01.sourceware.org (vm01.sourceware.org [IPv6:2620:52:6:3111::32]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id E813A1E051 for ; Wed, 16 Sep 2026 00:48:06 -0400 (EDT) Received: from vm01.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 310434BA902C for ; Wed, 16 Sep 2026 04:48:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 310434BA902C Received: from arjuna.pair.com (arjuna.pair.com [209.68.5.131]) by sourceware.org (Postfix) with ESMTPS id 4B4324BA79BE; Wed, 16 Sep 2026 04:46:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4B4324BA79BE Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=bitrange.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bitrange.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 4B4324BA79BE Authentication-Results: sourceware.org; arc=none smtp.remote-ip=209.68.5.131 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1789533990; cv=none; b=QWI86DF/AXIXKbzIQ9/RkmIIur7q6ku+zbOmSwvRSQF89oklj4tcYpGVs94BPm2X9DqlUDDwXIRz1fDK3r/8QcVd58I9qXa9dbBv5P7JLR4q/EC237Ky+j/zpmXqe9Fnr7OE/pMBjhJd61qCd7y69ARTlUZGFj5pBJGTWnMFSzA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1789533990; c=relaxed/simple; bh=i0ITG2a77y3wpNGzE4UGMU16nGtkN66oDfjyROFptkU=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=YqZMyQ5dHMv7Xq6PxIRj78hRkLMHUvX9n2KLwUJYR9zApnKDQBtNJWZgu1scuzdCfMZK+0Bgmao94wagYFqsdRvwdGEn9CPOSTSFDNiVewxMrwDsTB/Hq9iW8Ncl3vaaJVtIg193WAYvktd9qU+ScF/DYT64AmyyPcDuqRDRJfs= ARC-Authentication-Results: i=1; sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B4324BA79BE Received: by arjuna.pair.com (Postfix, from userid 3006) id 1BAC71A12D7; Wed, 16 Sep 2026 00:46:26 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by arjuna.pair.com (Postfix) with ESMTP id 1784819C036; Wed, 16 Sep 2026 00:46:26 -0400 (EDT) Date: Wed, 16 Sep 2026 00:46:26 -0400 (EDT) From: Hans-Peter Nilsson X-X-Sender: hp@arjuna.pair.com To: Jan Dubiec cc: Alan Modra , Jan Beulich , binutils@sourceware.org, gdb-patches@sourceware.org Subject: Re: [PATCH v3] h8300-elf: ld: Use USER_LABEL_PREFIX when generating linker scripts [REPOST] In-Reply-To: <20260823201052.1569259-1-jdx@o2.pl> Message-ID: References: <20260823201052.1569259-1-jdx@o2.pl> User-Agent: Alpine 2.20.16 (BSF 172 2016-09-29) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.09 X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces~public-inbox=simark.ca@sourceware.org Regarding your recent ping for a gdb maintainer for this part of your patch: On Sun, 23 Aug 2026, Jan Dubiec wrote: > This version does not explicitly set the entry symbol; the default one > is used instead. > > The patch also changes one file in the H8/300 simulator testsuite, as it > is affected by the change to the entry symbol. The patch has therefore > also been posted to the gdb-patches mailing list for approval. > > The corresponding newlib patch has already been posted: https://inbox.sourceware.org/newlib/20260822001114.1564261-1-jdx@o2.pl/T/#u. > diff --git a/sim/testsuite/h8300/testutils.inc b/sim/testsuite/h8300/testutils.inc > index 63d27d45c14..75f318c4d4a 100644 > --- a/sim/testsuite/h8300/testutils.inc > +++ b/sim/testsuite/h8300/testutils.inc > @@ -20,8 +20,9 @@ > > .text > .align 2 > - .global _start > + .global _start, __start > _start: > +__start: > jmp _main > > .data > -- > 2.55.0 > I see in sim/MAINTAINERS clarified by gdb/MAINTAINERS that I'm "invited to do so" wrt. reviewing patches as an "authorized committer" for "*" in sim, so I'll "do so". The sim/testutils.inc part of the patch is approved. Thanks. brgds, H-P