From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2208A385773F; Fri, 13 Oct 2023 00:22:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2208A385773F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1697156549; bh=xP2fwxgCbq1MY3hgV+0CZwmixJkBVMIsh/4y1yG88AU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=py/Bnil6n4yIpoQ+vGjH+XwgOTAEHssd8F1MCs/qgMjwRGnxb0hWvZdBkVFvUXxSe kfp/Psc6XUPGkIQZ37LjX/B0GmzZGhvgeOgOGQA3gWO02xRnoIuG4Um1fyGLH6BTCi nNYxdhI6opjaIMNGTr15VlPC+itnEW8u+0RDvTwg= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug remote/30927] gdbsupport/configure does not detect Illumos socketpair Date: Fri, 13 Oct 2023 00:22:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: remote X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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=3D30927 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The gdb-14-branch branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Da0939697c360= dba39661cddcde122a006e830482 commit a0939697c360dba39661cddcde122a006e830482 Author: Tom Tromey Date: Sun Oct 1 09:16:13 2023 -0600 Move -lsocket check to common.m4 A user pointed out that the -lsocket check in gdb should also apply to gdbserver -- otherwise it can't find the Solaris socketpair. This patch makes the change. It also removes a couple of redundant function checks from gdb's configure.ac. This was tested by the person who reported the bug. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30927 Approved-By: Pedro Alves --=20 You are receiving this mail because: You are on the CC list for the bug.=