From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42c.google.com (mail-pf1-x42c.google.com [IPv6:2607:f8b0:4864:20::42c]) by sourceware.org (Postfix) with ESMTPS id AE217393AC06 for ; Sat, 3 Jul 2021 18:02:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AE217393AC06 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-pf1-x42c.google.com with SMTP id s14so12449144pfg.0 for ; Sat, 03 Jul 2021 11:02:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore-com.20150623.gappssmtp.com; s=20150623; h=mime-version:content-transfer-encoding:from:to:subject:message-id :date; bh=ShqQv6RxNzz/itLRiwE+NdlvoQqSpesZeT98Dk03L2o=; b=ddwtU96/u/M295qtsf89mPKDCKkXj3B52SosxF2vQEJo3psGTtwtQS8dqdthSQXDc4 wud37AY064WoGh64+XXb75rgs/dbgNi/XbnMmiUoVLLqBOrhHUd65XubO1lfKwnajxWp hCQKOQD3bg/p1zwa3h/xWlJUSdsvH0O9lS5nOSJI5HzyhXL/v7lsYg+gRYU0+pwCJ5BO 2uxuNZ9aWvOjcbyCbgbN1Oaz3FJjzz3IYdwJtJ2Jkww1DsM5/PbiyVnbA8lUFDAED06w +XcXtTLnHVvHmlSMOL0lF2Ay/182A3u71PJJeaqf36XHZzMBMfY/KlHl44uCX6xQQX9K WfJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:content-transfer-encoding:from:to :subject:message-id:date; bh=ShqQv6RxNzz/itLRiwE+NdlvoQqSpesZeT98Dk03L2o=; b=hkBdyFPkcuYU8dqMDt3LIdOo0jkSiC9FTJkm6o2KRFozoODjsuJLnbT3b4QkW4H7NO ijt+PBotBleDjtcEugqbQEpavA9UMRngm1eBdKvFYxCgZIegQKZaVYfaqGTMyuTpGHLw lxOkJ8YJShGEsOfYL64VJG73vtt3mhVsQn35o07qI9SxDUN8/xiiJn4kdDqyLb7K6uG2 U26hcjkQLwUiFB/fIsS5KJkHjy/oOrOFj09uUArQTG3nV25znUUbYN7wOsFxl2XsBkVq Xua0HJC9S8YAufIYnuePEE5xSbksJNsgr6yTX4zH+h2nq+3gvQofvIBvULpGgViLMf1f /EOA== X-Gm-Message-State: AOAM532V4UawiBXLRHZkKiIA4/kX/pFfjB/UNnHauRJ0U7NichGvHc70 9JWvGgF7Zj4VTL8ZYifWAGM5yiLwUT/+ X-Google-Smtp-Source: ABdhPJwTOV4Fv6FEPxKS9gaKIQVbKlLWG2JujyedAW+EUhNU9hjD9O4GncAgU8lddZei9TCs8WNXHg== X-Received: by 2002:aa7:8390:0:b029:305:983b:42ad with SMTP id u16-20020aa783900000b0290305983b42admr6045605pfm.0.1625335329442; Sat, 03 Jul 2021 11:02:09 -0700 (PDT) Received: from takamaka.home ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id r26sm2214111pfq.191.2021.07.03.11.02.08 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 03 Jul 2021 11:02:08 -0700 (PDT) Received: from [127.0.1.1] (localhost [127.0.0.1]) by takamaka.home (Postfix) with ESMTP id 0460C89AFF for ; Sat, 3 Jul 2021 11:02:08 -0700 (PDT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joel Brobecker To: gdb-patches@sourceware.org Subject: gdb-11 branch FROZEN Message-Id: <20210703180208.0460C89AFF@takamaka.home> Date: Sat, 3 Jul 2021 11:02:08 -0700 (PDT) X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2021 18:02:11 -0000 Hello everyone, Please avoid pushing any commit to the gdb-11-branch branch during the next few hours. I am working on creating the next pre-release off this branch. Also, if at all possible, it saves me a bit of time if you can avoid pushing changes to the master branch, as it would force me to handle rebasing and conflict resolution (Eg: ChangeLog). I will send a followup message when the branch is open again. Thank you, -- Joel Brobecker