From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61048 invoked by alias); 8 Oct 2019 17:20:00 -0000 Mailing-List: contact gdb-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: gdb-cvs-owner@sourceware.org List-Subscribe: Sender: gdb-cvs-owner@sourceware.org Received: (qmail 60949 invoked by uid 306); 8 Oct 2019 17:20:00 -0000 Date: Tue, 08 Oct 2019 17:20:00 -0000 Message-ID: <20191008172000.60947.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Tom Tromey To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Don't include buildsym-legacy.h in windows-nat.c X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/master X-Git-Oldrev: cd6fdaa1edac2a543aa23d77f0001f25f45c026b X-Git-Newrev: dde996e213c916e9440045231a4ac7fda130a888 X-SW-Source: 2019-10/txt/msg00087.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dde996e213c916e9440045231a4ac7fda130a888 commit dde996e213c916e9440045231a4ac7fda130a888 Author: Tom Tromey Date: Wed Oct 2 13:24:15 2019 -0600 Don't include buildsym-legacy.h in windows-nat.c I noticed that windows-nat.c includes buildsym-legacy.h -- but there's no reason to do so, as windows-nat.c doesn't create any symbols. gdb/ChangeLog 2019-10-08 Tom Tromey * windows-nat.c: Don't include buildsym-legacy.h. Diff: --- gdb/ChangeLog | 4 ++++ gdb/windows-nat.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c4c7d5f..9b09048 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2019-10-08 Tom Tromey + * windows-nat.c: Don't include buildsym-legacy.h. + +2019-10-08 Tom Tromey + * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions. 2019-10-08 Christian Biesinger diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 26030e0..d73e68a 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -44,7 +44,6 @@ #endif #include -#include "buildsym-legacy.h" #include "filenames.h" #include "symfile.h" #include "objfiles.h"