From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F2636385840C; Fri, 8 Oct 2021 21:33:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F2636385840C From: "cbiesinger at google dot com" To: gdb-prs@sourceware.org Subject: =?UTF-8?B?W0J1ZyB3aW4zMi8yNzI0Ml0gbXVsdGlwbGUgZGVmaW5pdGlvbiBv?= =?UTF-8?B?ZiBgVVAnOyAuLi9yZWFkbGluZS9yZWFkbGluZS9saWJyZWFkbGluZS5hKHRl?= =?UTF-8?B?cm1pbmFsLm8pOnRlcm1pbmFsLmM6KC5ic3MrMHg5OCk6IGZpcnN0IGRlZmlu?= =?UTF-8?B?ZWQgaGVyZQ==?= Date: Fri, 08 Oct 2021 21:33:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: win32 X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cbiesinger at google dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2021 21:33:43 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27242 --- Comment #2 from Christian Biesinger --- So this could be worked around by using system readline, presumably. But st= ill investigating what's going on. This is the code in readline: #if !defined (__linux__) && !defined (NCURSES_VERSION) # if defined (__EMX__) || defined (NEED_EXTERN_PC) extern=20 # endif /* __EMX__ || NEED_EXTERN_PC */ char PC, *BC, *UP; #endif /* !__linux__ && !NCURSES_VERSION */ As far as I can tell, NEED_EXTERN_PC is never defined anywhere (??) --=20 You are receiving this mail because: You are on the CC list for the bug.=