From patchwork Sat Apr 28 01:19:40 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julio Guerra X-Patchwork-Id: 27013 Received: (qmail 53680 invoked by alias); 28 Apr 2018 01:19:50 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 53587 invoked by uid 89); 28 Apr 2018 01:19:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, FREEMAIL_FROM, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wr0-f196.google.com Received: from mail-wr0-f196.google.com (HELO mail-wr0-f196.google.com) (209.85.128.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 28 Apr 2018 01:19:48 +0000 Received: by mail-wr0-f196.google.com with SMTP id v15-v6so3250726wrm.10 for ; Fri, 27 Apr 2018 18:19:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references; bh=9fobaL3GuoXdZSmVLTBlTiP6gqpY5MGeT8HN7bWtVqk=; b=CVyiahiX6dNQygU+QQsmeuQ35GqZTiiVJXuYiZy8nez7cbc5nUfTYvXHEEvT1o21ZT LAJuVFYmQSj4667TLG4zZo7d/780dXIghNGRDpvGyXpNXcqIA8Arpc4g133V1V3AkVsA a/Ihd7rLovEuW5OJjXQlOK5+DqwdHBERLaRLqQzGnHS/p7AtuyPxWUnG3Gvx2In5EQJ1 WsKI8gNwELlXqSNirZgu8Zy4TBdBFtQ3VR8bQvcnTbyLgwE+U1O/EBN5RYHtbzc9Y4xi o9RbNqYa5+8wAr37nBnFXWDzS9mcEzyy/jPI43c8akmma5H5MlJzSIKsAaySaf4bbdWq suQQ== X-Gm-Message-State: ALQs6tAmof7DLFCnfaoxaNq7tnIi0dDxvqsc0OU3ktLKdxJFqzAh13V6 Ldmd0q3zR9zYtaAJJrqXH0lPuWVv X-Google-Smtp-Source: AB8JxZrRYGAWmgG+o0jiXNBrRsYusOeu8efGk6G5so1BRGlrBFfh1CrlsG3NkxCqK/nwsOIGE77dUA== X-Received: by 2002:adf:dc4b:: with SMTP id m11-v6mr3464214wrj.174.1524878386002; Fri, 27 Apr 2018 18:19:46 -0700 (PDT) Received: from localhost.localdomain (243-213-190-109.dsl.ovh.fr. [109.190.213.243]) by smtp.gmail.com with ESMTPSA id b13sm2570379wmi.42.2018.04.27.18.19.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Apr 2018 18:19:45 -0700 (PDT) From: Julio Guerra X-Google-Original-From: Julio Guerra To: gdb-patches@sourceware.org Cc: Mike Frysinger Subject: [PATCH 4/4] Install gdb/fileio.h Date: Sat, 28 Apr 2018 03:19:40 +0200 Message-Id: <20180428011940.115515-5-julio@farjump.io> In-Reply-To: <20180428011940.115515-1-julio@farjump.io> References: <20180428011940.115515-1-julio@farjump.io> Distribute this file to share File I/O protocol types with other programs using them. 2018-04-28 Julio Guerra * gdb/Makefile.in: add include/gdb/fileio.h to the installed data Signed-off-by: Julio Guerra --- gdb/ChangeLog | 4 ++++ gdb/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dc7f7cd8ac..4112cd4960 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2018-04-28 Julio Guerra + + * gdb/Makefile.in: add include/gdb/fileio.h to the installed data + 2018-04-28 Julio Guerra * include/gdb/fileio.h: explicit fixed-width integral File I/O protocol types. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 648f66d31d..4846f96969 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1738,7 +1738,8 @@ install-only: $(CONFIG_INSTALL) $(INSTALL_PROGRAM) gdb$(EXEEXT) \ $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \ $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(includedir)/gdb ; \ - $(INSTALL_DATA) jit-reader.h $(DESTDIR)$(includedir)/gdb/jit-reader.h + $(INSTALL_DATA) jit-reader.h $(DESTDIR)$(includedir)/gdb/jit-reader.h ; \ + $(INSTALL_DATA) $(INCLUDE_DIR)/gdb/fileio.h $(DESTDIR)$(includedir)/gdb/fileio.h if test "x$(HAVE_NATIVE_GCORE_TARGET)$(HAVE_NATIVE_GCORE_HOST)" != x; \ then \ transformed_name=`t='$(program_transform_name)'; \