public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Reuben Thomas <rrt@sc3d.org>
To: Tom Tromey <tom@tromey.com>
Cc: Reuben Thomas via Gdb-patches <gdb-patches@sourceware.org>
Subject: Re: A couple of trivial fixes
Date: Wed, 6 Jan 2021 21:46:14 +0000	[thread overview]
Message-ID: <CAOnWdoig5UssjwG4s+waPrBPxbtkbWjYfn50q=84n215WmVC6g@mail.gmail.com> (raw)
In-Reply-To: <87turwebu7.fsf@tromey.com>

[-- Attachment #1: Type: text/plain, Size: 622 bytes --]

On Mon, 4 Jan 2021 at 19:33, Tom Tromey <tom@tromey.com> wrote:

> >>>>> "Reuben" == Reuben Thomas via Gdb-patches <
> gdb-patches@sourceware.org> writes:
>
> Reuben> I attach a couple of patches against master as of just now, one to
> fix the
> Reuben> English in a comment, and the other to remove gdb_select.h from
> Reuben> gdb/Makefile.in, as it has been moved to gdbsupport/ (this broke
> "make
> Reuben> tags").
>
> Hi.  Thanks for the patches.
>
> Before we can check them in, they both need ChangeLog entries.
>

Thanks, I've added a ChangeLog entry to the gdb patch and attach it here.

-- 
https://rrt.sc3d.org

[-- Attachment #2: 0002-gdb-Makefile.in-remove-gdb_select.h-moved-to-gdbsupp.patch --]
[-- Type: text/x-patch, Size: 979 bytes --]

From 2be4efd60a4d336f9852e9652951e4a19f432583 Mon Sep 17 00:00:00 2001
From: Reuben Thomas <rrt@sc3d.org>
Date: Sat, 2 Jan 2021 12:09:27 +0000
Subject: [PATCH 2/2] gdb/Makefile.in: remove gdb_select.h, moved to gdbsupport

---
 gdb/ChangeLog   | 4 ++++
 gdb/Makefile.in | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fb8c3c91878..fe438cfd25b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2021-01-06  Reuben Thomas  <rrt@sc3d.org>
+
+	* gdb/Makefile.in: remove gdb_select.h, moved to gdbsupport.
+
 2021-01-01  Joel Brobecker  <brobecker@adacore.com>
 
 	* gdbarch.sh: Update copyright year range.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 9267bea7beb..3fdcb337cc4 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1298,7 +1298,6 @@ HFILES_NO_SRCDIR = \
 	gdb_obstack.h \
 	gdb_proc_service.h \
 	gdb_regex.h \
-	gdb_select.h \
 	gdb-stabs.h \
 	gdb_vfork.h \
 	gdb_wchar.h \
-- 
2.25.1


  reply	other threads:[~2021-01-06 21:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-02 12:16 Reuben Thomas
2021-01-04 19:33 ` Tom Tromey
2021-01-06 21:46   ` Reuben Thomas [this message]
2022-03-22 22:10     ` Reuben Thomas
2022-03-23 10:50       ` [PATCHv2 0/3] Fix for 'make tags' build rule Andrew Burgess
2022-03-23 10:50         ` [PATCHv2 1/3] gdb/Makefile.in: remove SOURCES variable Andrew Burgess
2022-03-23 10:50         ` [PATCHv2 2/3] gdb/Makefile.in: fix 'make tags' build target Andrew Burgess
2022-03-23 10:50         ` [PATCHv2 3/3] gdb/Makefile.in: move ALLDEPFILES earlier in Makefile.in Andrew Burgess
2022-04-03 14:50         ` [PATCHv2 0/3] Fix for 'make tags' build rule Andrew Burgess

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAOnWdoig5UssjwG4s+waPrBPxbtkbWjYfn50q=84n215WmVC6g@mail.gmail.com' \
    --to=rrt@sc3d.org \
    --cc=gdb-patches@sourceware.org \
    --cc=tom@tromey.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).