From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by sourceware.org (Postfix) with ESMTPS id A75993858C83 for ; Wed, 30 Nov 2022 03:37:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A75993858C83 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-wm1-x335.google.com with SMTP id i81-20020a1c3b54000000b003d070274a61so12515wma.3 for ; Tue, 29 Nov 2022 19:37:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=1xKsHvac4Y3iOYzLyiBjmMWDtiT2SHIECU8Q7ceqLWc=; b=RVwvjFW9KIx0le0SqqLxd4ocu1+gLWhzGxUTkte07TdsfE8nCRqF8mfgx9O3Akkj6Z 7bBY6bLgJY+5dqzNA8q/MLsGFrO5Hi8neGm/AO4lXw1rhkNqzpnm+ZxQY1h0quoQH+HF kMBwDQyS0cHHHQPq4o4FgjHPgnWV2E+Q5SSIMujtQ1/SFXqmb8jF6V5EuUzHKlJHIJiu TNaJtj8a8tb58SpD4HJU+mHOXGMR2hu8Pb6PgVNCOU5LZIcOG750M1FavDx/GN6QRSLL COei+4PSc1uBqZADtLEs1mjQa0omrwAYgthaA3EZYfErU3ah4PMidesMGVDgsAHsXyfn xVZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=1xKsHvac4Y3iOYzLyiBjmMWDtiT2SHIECU8Q7ceqLWc=; b=uUCiR0YLXSlO47O0rTAeQtsGyGyw84Hgm0W2KrUMHuRhs9XILOy4BHpq/7mx+mS36h bs2QusVXKTlVkPipp3fLzeKxEnyNi/rfs0dABpEnKZ1kCiRPDCxcduOg/bhKLJ/uXuDv 71zZQHy1L7T135F2Ziiy+3D8hc4jJWQciFV1B+AaOZgvBBsai/GurEV7wb/koC7H4Mo0 sjUhJLpK1LwSgQA5KWQDTWwSRRpv2CWuYDPufNadRqES0q/orpiBbPnngvJkuqdykBYu O7YmIXuJzBEdoSXSjJA6lSCD0TD/2ZvdUjnsYVPW3Iwbzfu1JBv3MgiLIZAl4ds1qhdr QcDg== X-Gm-Message-State: ANoB5pngjLVJKhg1KLKR67SV2DCi2LSd2ZaKNgUBeJ+aX6PAs//4tM38 2RDUNf30LaDxjJgoqsdye7dtRY1fQhyK X-Google-Smtp-Source: AA0mqf7fBWqY/78kBlvBDIw2vZ1f3M+fESwvHQSfR6NnFmEqbARxUiKz1dLACuJxsKVBLZGmUWMi7Q== X-Received: by 2002:a05:600c:4fcd:b0:3cf:a11a:c775 with SMTP id o13-20020a05600c4fcd00b003cfa11ac775mr33820487wmq.153.1669779453279; Tue, 29 Nov 2022 19:37:33 -0800 (PST) Received: from takamaka.gnat.com (lfbn-reu-1-488-54.w92-130.abo.wanadoo.fr. [92.130.77.54]) by smtp.gmail.com with ESMTPSA id i10-20020a1c540a000000b003cfc02ab8basm3950901wmb.33.2022.11.29.19.37.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Nov 2022 19:37:32 -0800 (PST) Received: by takamaka.gnat.com (Postfix, from userid 1000) id B2A0F8219E; Wed, 30 Nov 2022 07:37:30 +0400 (+04) Date: Wed, 30 Nov 2022 07:37:30 +0400 From: Joel Brobecker To: Tom Tromey Cc: Joel Brobecker via Gdb-patches , binutils@sourceware.org, Joel Brobecker , Indu Bhagat , gcc-patches@gcc.gnu.org Subject: Re: [RFA] src-release.sh: Fix gdb source tarball build failure due to libsframe Message-ID: References: <20221127125325.263577-1-brobecker@adacore.com> <87o7srp28v.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87o7srp28v.fsf@tromey.com> X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,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: > >>>>> "Joel" == Joel Brobecker via Gdb-patches writes: > > Joel> ChangeLog: > > Joel> * src-release.sh (GDB_SUPPORT_DIRS): Add libsframe. > > Joel> Ok to apply to master? > > Looks good to me. > I think we recently agreed that gdb and binutils maintainers can approve > patches like this... ? Thanks Tom. Pushed to master. FTR, I thought this script was also part of the GCC repository, but discovered that this is not the case when I tried to apply the same patch there. -- Joel