public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [commit/obvious] Add comment describing arm_stap_is_single_operand
@ 2013-12-29 21:04 Sergio Durigan Junior
  0 siblings, 0 replies; only message in thread
From: Sergio Durigan Junior @ 2013-12-29 21:04 UTC (permalink / raw)
  To: GDB Patches

I've pushed this in.  It adds a missing comment describing
arm_stap_is_single_operand.

-- 
Sergio

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 02db708..5c01e0a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-29  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+	* arm-linux-tdep.c (arm_stap_is_single_operand): Add comment
+	describing function.
+
 2013-12-28  Sergio Durigan Junior  <sergiodj@redhat.com>
 
 	* arm-linux-tdep.c (arm_stap_is_single_operand): Accept "$" as a
diff --git a/gdb/arm-linux-tdep.c b/gdb/arm-linux-tdep.c
index 830b2eb..4b7bd67 100644
--- a/gdb/arm-linux-tdep.c
+++ b/gdb/arm-linux-tdep.c
@@ -1113,6 +1113,9 @@ arm_linux_displaced_step_copy_insn (struct gdbarch *gdbarch,
   return dsc;
 }
 
+/* Implementation of `gdbarch_stap_is_single_operand', as defined in
+   gdbarch.h.  */
+
 static int
 arm_stap_is_single_operand (struct gdbarch *gdbarch, const char *s)
 {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-29 21:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-29 21:04 [commit/obvious] Add comment describing arm_stap_is_single_operand Sergio Durigan Junior

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).