From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D8F7B3858D39; Mon, 1 May 2023 07:34:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D8F7B3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1682926454; bh=RL9v0xi5JwcB+nWcV0vL+3NdgSwWlDG4lDRQt9kTdsI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Vi1B+nAikPiVw+GqgoPj99x/3uzfiMHW+52hM5KByJvo7LAP6giO/LOLUb92bK4fy Le6+O9udjlZRxzCk2lSnB62PtC1ClXyIF0yZLJe6R7RtSZaZtqjEHyOSBvHA7ZYn7e ytuauArLH0KTInX+KJsNJ7++F3jVF83MRJM57xRM= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug build/10723] Dependency on readline internal variable Date: Mon, 01 May 2023 07:34:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 6.8 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D10723 Tom de Vries changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #5 from Tom de Vries --- (In reply to Tom de Vries from comment #4) > Changing component to build, problem is not unique (anymore) to TUI. More specifically: ... $ find gdb* -type f | egrep -v ChangeLog | xargs egrep -i "extern.*[^a-zA-Z]_rl_" gdb/tui/tui-io.c: extern int _rl_echoing_p; gdb/completer.c: extern int _rl_complete_mark_directories; gdb/completer.c:extern int _rl_completion_prefix_display_length; gdb/completer.c:extern int _rl_print_completions_horizontally; gdb/completer.c:EXTERN_C int _rl_qsort_string_compare (const void *, const = void *); gdb/cli-out.c:EXTERN_C void _rl_erase_entire_line (void); ... --=20 You are receiving this mail because: You are on the CC list for the bug.=