From owner-svn-src-stable@freebsd.org Wed Feb 19 14:42:23 2020 Return-Path: Delivered-To: svn-src-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 65DF323C63D; Wed, 19 Feb 2020 14:42:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48N0mv1ssTz4Vcv; Wed, 19 Feb 2020 14:42:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 378E5A4C1; Wed, 19 Feb 2020 14:42:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01JEgN7f097490; Wed, 19 Feb 2020 14:42:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01JEgLM9097482; Wed, 19 Feb 2020 14:42:21 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202002191442.01JEgLM9097482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 19 Feb 2020 14:42:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r358112 - in stable/12: contrib/gdb/gdb contrib/gdb/gdb/cli gnu/usr.bin/gdb gnu/usr.bin/gdb/kgdb X-SVN-Group: stable-12 X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in stable/12: contrib/gdb/gdb contrib/gdb/gdb/cli gnu/usr.bin/gdb gnu/usr.bin/gdb/kgdb X-SVN-Commit-Revision: 358112 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2020 14:42:23 -0000 Author: bapt Date: Wed Feb 19 14:42:21 2020 New Revision: 358112 URL: https://svnweb.freebsd.org/changeset/base/358112 Log: MFC r352242, r352249 r352242: Remove usesless readline compat includes which will reinclude readline.h itself. This simplifies the upcoming update to newer libedit. r352249: Get the readline header from the installed header instead of the from the source location. Modified: stable/12/contrib/gdb/gdb/cli/cli-cmds.c stable/12/contrib/gdb/gdb/cli/cli-setshow.c stable/12/contrib/gdb/gdb/event-top.c stable/12/contrib/gdb/gdb/top.c stable/12/contrib/gdb/gdb/tracepoint.c stable/12/gnu/usr.bin/gdb/Makefile.inc stable/12/gnu/usr.bin/gdb/kgdb/trgt.c Directory Properties: stable/12/ (props changed) Modified: stable/12/contrib/gdb/gdb/cli/cli-cmds.c ============================================================================== --- stable/12/contrib/gdb/gdb/cli/cli-cmds.c Wed Feb 19 14:40:53 2020 (r358111) +++ stable/12/contrib/gdb/gdb/cli/cli-cmds.c Wed Feb 19 14:42:21 2020 (r358112) @@ -21,7 +21,6 @@ #include "defs.h" #include "readline/readline.h" -#include "readline/tilde.h" #include "completer.h" #include "target.h" /* For baud_rate, remote_debug and remote_timeout */ #include "gdb_wait.h" /* For shell escape implementation */ Modified: stable/12/contrib/gdb/gdb/cli/cli-setshow.c ============================================================================== --- stable/12/contrib/gdb/gdb/cli/cli-setshow.c Wed Feb 19 14:40:53 2020 (r358111) +++ stable/12/contrib/gdb/gdb/cli/cli-setshow.c Wed Feb 19 14:42:21 2020 (r358112) @@ -18,7 +18,6 @@ Boston, MA 02111-1307, USA. */ #include "defs.h" -#include "readline/tilde.h" #include "value.h" #include #include "gdb_string.h" Modified: stable/12/contrib/gdb/gdb/event-top.c ============================================================================== --- stable/12/contrib/gdb/gdb/event-top.c Wed Feb 19 14:40:53 2020 (r358111) +++ stable/12/contrib/gdb/gdb/event-top.c Wed Feb 19 14:42:21 2020 (r358112) @@ -34,7 +34,6 @@ /* readline include files */ #include "readline/readline.h" -#include "readline/history.h" /* readline defines this. */ #undef savestring Modified: stable/12/contrib/gdb/gdb/top.c ============================================================================== --- stable/12/contrib/gdb/gdb/top.c Wed Feb 19 14:40:53 2020 (r358111) +++ stable/12/contrib/gdb/gdb/top.c Wed Feb 19 14:42:21 2020 (r358112) @@ -48,7 +48,6 @@ /* readline include files */ #include "readline/readline.h" -#include "readline/history.h" /* readline defines this. */ #undef savestring Modified: stable/12/contrib/gdb/gdb/tracepoint.c ============================================================================== --- stable/12/contrib/gdb/gdb/tracepoint.c Wed Feb 19 14:40:53 2020 (r358111) +++ stable/12/contrib/gdb/gdb/tracepoint.c Wed Feb 19 14:42:21 2020 (r358112) @@ -45,7 +45,6 @@ /* readline include files */ #include "readline/readline.h" -#include "readline/history.h" /* readline defines this. */ #undef savestring Modified: stable/12/gnu/usr.bin/gdb/Makefile.inc ============================================================================== --- stable/12/gnu/usr.bin/gdb/Makefile.inc Wed Feb 19 14:40:53 2020 (r358111) +++ stable/12/gnu/usr.bin/gdb/Makefile.inc Wed Feb 19 14:42:21 2020 (r358112) @@ -45,7 +45,7 @@ CFLAGS+= -I${CNTRB_GDB}/gdb/config CFLAGS+= -I${CNTRB_BU}/include CFLAGS+= -I${CNTRB_GDB}/include CFLAGS+= -I${CNTRB_BU}/bfd -CFLAGS+= -I${SRCTOP}/lib/libedit/edit +CFLAGS+= -I${SYSROOT:U${DESTDIR}}/${INCLUDEDIR}/edit GENSRCS+= nm.h tm.h Modified: stable/12/gnu/usr.bin/gdb/kgdb/trgt.c ============================================================================== --- stable/12/gnu/usr.bin/gdb/kgdb/trgt.c Wed Feb 19 14:40:53 2020 (r358111) +++ stable/12/gnu/usr.bin/gdb/kgdb/trgt.c Wed Feb 19 14:42:21 2020 (r358112) @@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include #include