From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8B7AB3858401; Wed, 18 Jan 2023 18:12:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8B7AB3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674065562; bh=PfO6crp3wxj9avErldkuqcPJLtFynBHqdY02cGvGyRQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=O0rt5sUBZZbtuURfN8QuFnJoHJeTUg1+pjLsbB/sHg/aVjtaYXGo7qumPogtqCGji MvYUj0RR6MXzu7BVP3VW+W28krxUYak/PZ/3TMcarMu9ULMiBQrJyOTViRYsfZ7zY1 aVsnECU+irlxl2KKhHM7gqolDSNU5NQOsL/t+E1g= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug build/29003] "make TAGS" fails in the gdbserver directory Date: Wed, 18 Jan 2023 18:12:42 +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: 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=3D29003 --- Comment #4 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dbd3014572d68= 7e6d6e9d27a46d5b19a4a5528e85 commit bd3014572d687e6d6e9d27a46d5b19a4a5528e85 Author: Tom Tromey Date: Fri Dec 23 13:28:20 2022 -0700 Fix 'make TAGS' in gdbserver PR build/29003 points out that "make TAGS" is broken in gdbserver. This patch fixes the problem that is pointed out there, plus another one I noticed while working on that -- namely that the "sed" computes the wrong names for some source files. Finally, a couple of obsolete variable references are removed. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29003 --=20 You are receiving this mail because: You are on the CC list for the bug.=