From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EC7DC38582B0; Thu, 1 Feb 2024 14:23:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC7DC38582B0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706797429; bh=QNWKP+9VDDAoYTYyusMoNMMQEPd1sk5FJ9XOS39VzYQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GbaU4zMTqMuxZwdxUkFI9cq2XwmhuDFimh3P03xwtkqrU/Jp2F3C2wetW3+F489ZC f8KxYbb65WKM0HixnR+QGB3Oi+pabbdcCcOvKYkdSdiJSmXCXk3j72wHEOAY4ljHoK 2m5q5R1lRjZG6U8+dRjCXMJpo3W+lV1Lml3GJv9c= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31307] gdb/symtab.h: SEARCH_ALL clashes with on MinGW Date: Thu, 01 Feb 2024 14:23:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31307 --- Comment #4 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Df214edceb8cd= 97058c2682efb7b321d923e4ff02 commit f214edceb8cd97058c2682efb7b321d923e4ff02 Author: Tom Tromey Date: Mon Jan 29 09:45:35 2024 -0700 Rename SEARCH_ALL The constant SEARCH_ALL conflicts with a define in a Windows header. This patch renames the constant to SEARCH_ALL_DOMAINS to avoid the conflict. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31307 --=20 You are receiving this mail because: You are on the CC list for the bug.=