From: James Hogan <james.hogan@imgtec.com>
To: <gdb-patches@sourceware.org>
Cc: James Hogan <james.hogan@imgtec.com>
Subject: [PATCH] Remove trad_frame_set_reg_unknown declaration
Date: Tue, 09 Sep 2014 13:59:00 -0000 [thread overview]
Message-ID: <1410271158-8556-1-git-send-email-james.hogan@imgtec.com> (raw)
The trad_frame_set_reg_unknown declaration was added in commit
0db9b4b70969 (March 2004), but apparently never defined or referenced.
gdb/ChangeLog:
* trad-frame.h (trad_frame_set_reg_unknown): Remove declaration.
---
gdb/ChangeLog | 4 ++++
gdb/trad-frame.h | 2 --
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9d3f392554b5..4297a8b49921 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-09 James Hogan <james.hogan@imgtec.com>
+
+ * trad-frame.h (trad_frame_set_reg_unknown): Remove declaration.
+
2014-09-08 Doug Evans <xdje42@gmail.com>
PR 17247
diff --git a/gdb/trad-frame.h b/gdb/trad-frame.h
index d75b9c922532..9ec95a898579 100644
--- a/gdb/trad-frame.h
+++ b/gdb/trad-frame.h
@@ -43,8 +43,6 @@ CORE_ADDR trad_frame_get_this_base (struct trad_frame_cache *this_trad_cache);
void trad_frame_set_reg_realreg (struct trad_frame_cache *this_trad_cache,
int regnum, int realreg);
-void trad_frame_set_reg_unknown (struct trad_frame_cache *this_trad_cache,
- int regnum, CORE_ADDR addr);
void trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache,
int regnum, CORE_ADDR addr);
void trad_frame_set_reg_value (struct trad_frame_cache *this_cache,
--
1.8.5.5
next reply other threads:[~2014-09-09 13:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-09 13:59 James Hogan [this message]
2014-09-09 14:22 ` Joel Brobecker
2014-09-09 15:21 ` James Hogan
2014-09-09 15:44 ` Joel Brobecker
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=1410271158-8556-1-git-send-email-james.hogan@imgtec.com \
--to=james.hogan@imgtec.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