From: Pedro Alves <palves@redhat.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/2] Delete the remaining ROM monitor targets
Date: Mon, 24 Aug 2015 14:22:00 -0000 [thread overview]
Message-ID: <1440426134-16743-1-git-send-email-palves@redhat.com> (raw)
Patch #1 needs a NEWS review, patch #2 needs a GDB manual review.
I was going to push forward with a gnulib update today, but I stumbled
on:
m32r-rom.o: In function `m32r_upload_command':
/home/pedro/gdb/mygit/build-mingw/gdb/../../src/gdb/m32r-rom.c:467: undefined reference to `__imp_gethostname_used_without_requesting_gnulib_module_gethostname'
collect2: error: ld returned 1 exit status
m32r-rom.c is the only file under gdb/ that references gethostname.
And it turns out that I had already proposed removing that file, for
another reason, see
https://sourceware.org/ml/gdb/2015-07/msg00011.html.
So this series deletes the remaining ROM monitor targets from the
tree, thus avoiding importing gnulib's gethostname for now.
Pedro Alves (2):
Delete the remaining ROM monitor targets
gdb manual: Remove references to deleted targets
gdb/Makefile.in | 3 +-
gdb/NEWS | 9 +
gdb/configure.tgt | 30 +-
gdb/dbug-rom.c | 176 ----
gdb/dink32-rom.c | 179 ----
gdb/doc/gdb.texinfo | 403 +--------
gdb/dsrec.c | 316 -------
gdb/m32r-rom.c | 634 -------------
gdb/microblaze-rom.c | 192 ----
gdb/monitor.c | 2417 --------------------------------------------------
gdb/monitor.h | 261 ------
gdb/ppcbug-rom.c | 224 -----
gdb/srec.h | 35 -
13 files changed, 29 insertions(+), 4850 deletions(-)
delete mode 100644 gdb/dbug-rom.c
delete mode 100644 gdb/dink32-rom.c
delete mode 100644 gdb/dsrec.c
delete mode 100644 gdb/m32r-rom.c
delete mode 100644 gdb/microblaze-rom.c
delete mode 100644 gdb/monitor.c
delete mode 100644 gdb/monitor.h
delete mode 100644 gdb/ppcbug-rom.c
delete mode 100644 gdb/srec.h
--
1.9.3
next reply other threads:[~2015-08-24 14:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-24 14:22 Pedro Alves [this message]
2015-08-24 14:22 ` [PATCH 1/2] " Pedro Alves
2015-08-24 14:35 ` Eli Zaretskii
2015-08-24 14:22 ` [PATCH 2/2] gdb manual: Remove references to deleted targets Pedro Alves
2015-08-24 14:35 ` Eli Zaretskii
2015-08-24 14:52 ` [PATCH 0/2] Delete the remaining ROM monitor targets Pedro Alves
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=1440426134-16743-1-git-send-email-palves@redhat.com \
--to=palves@redhat.com \
--cc=gdb-patches@sourceware.org \
/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