From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x12f.google.com (mail-il1-x12f.google.com [IPv6:2607:f8b0:4864:20::12f]) by sourceware.org (Postfix) with ESMTPS id B3A5B3858000 for ; Mon, 9 Jan 2023 15:27:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B3A5B3858000 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-il1-x12f.google.com with SMTP id u8so5012272ilg.0 for ; Mon, 09 Jan 2023 07:27:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=Kxs1VkMOLUZmMGsTQSHg4WSG/HICF9RyAfGRr+MjamU=; b=Q+OhHw6LTvels0gqjetS+zsUHxYkLerYU5hX270zdgKw/aEms7kXtCke7rv8z7HpFw i3v35N+av1g/TrOY1sYRLRXfiQ0UOSkkRvtokwdx/Oo0aPv/NpvMAtJgQZs5MR45SBan Fu+4SKyw/vQDtl8qH6p6FSbalLGwbrSiR/byr4A0vioUtNb/nL8eD8MtXw1CF7CgxNeq nY5XJl38W/w/QtVvsT7TdfxT+kii/ntcFJuWhQLUG9SPw/MxGCj8p5gQKmEUBhrEbQnA 02OXo0a6L6+fZ6JJf4nYS4ZL4kguG4zcMK87Xa15dc3n3uxGW03llKaZOdzu246Fshg0 bywA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=Kxs1VkMOLUZmMGsTQSHg4WSG/HICF9RyAfGRr+MjamU=; b=62ZLrqq0OtkqDhU8J/T/tTY6v1/Q7HuK/O2JsBdW5/CZBlKirkx8/yGLgj2XyW0pW3 CQGrspiB8cTd8jyt3Zu/zXXZ3xBPRPLapqoScwotoAyqGshUNndx6klnD9+/gYkvhInX 7RIFF+xkq7ld3z4NyvDxeGWepQruabQ3DF1Eh+OhPA7p9sa8xll6A7dSHqOSQBhN+Xx0 HrZuH83ruwmanDg0cKfNPEtAzmobpgfypEkLz/2WqC+GDIqieP25GbgRxYYffKT304rW zXrgpuOZuTR6BLVgAZIVFYOLRNE87U+PRAYEyzsQhwSLVJ9GSCLwSjUl9XhPCjsBVo/7 WkZA== X-Gm-Message-State: AFqh2kqKWN9aa5lBL20Fo/pmmkURw93Up5j7IkZnn1CAj+aZO96VEwk8 UQXfR5eOG9mB9ZVmp4dPStg7QwDMY823yW3B X-Google-Smtp-Source: AMrXdXsnuEoamnHmuEa3ovb+zfjgeNlwH13djJCg9gvhd9NdwhqQWr0J3vDaRkqtcrpfsUFyyXlP5g== X-Received: by 2002:a92:cf4f:0:b0:30d:7453:940 with SMTP id c15-20020a92cf4f000000b0030d74530940mr12491583ilr.11.1673278036000; Mon, 09 Jan 2023 07:27:16 -0800 (PST) Received: from murgatroyd (97-122-76-186.hlrn.qwest.net. [97.122.76.186]) by smtp.gmail.com with ESMTPSA id x12-20020a026f0c000000b0039e60720706sm2719426jab.25.2023.01.09.07.27.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Jan 2023 07:27:15 -0800 (PST) From: Tom Tromey To: Tom Tromey via Gdb-patches Cc: Tom Tromey Subject: Re: [PATCH] Set _WIN32_WINNT in common.m4 configure check References: <20230109144716.1988567-1-tromey@adacore.com> X-Attribution: Tom Date: Mon, 09 Jan 2023 08:27:14 -0700 In-Reply-To: <20230109144716.1988567-1-tromey@adacore.com> (Tom Tromey via Gdb-patches's message of "Mon, 9 Jan 2023 07:47:16 -0700") Message-ID: <871qo3buel.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.2 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: >>>>> "Tom" == Tom Tromey via Gdb-patches writes: Tom> I don't have access to one of the older systems so I don't think I can Tom> truly test this. I did do a mingw cross build, though. I'm going to Tom> ask the bug reporter to test it. BTW, if this works, I think we should consider it for GDB 13. Tom