Add comment describing arm_stap_is_single_operand
authorSergio Durigan Junior <sergiodj@redhat.com>
Sun, 29 Dec 2013 20:55:11 +0000 (18:55 -0200)
committerSergio Durigan Junior <sergiodj@redhat.com>
Sun, 29 Dec 2013 20:55:11 +0000 (18:55 -0200)
2013-12-29  Sergio Durigan Junior  <sergiodj@redhat.com>

* arm-linux-tdep.c (arm_stap_is_single_operand): Add comment
describing function.

gdb/ChangeLog
gdb/arm-linux-tdep.c

index 02db708..5c01e0a 100644 (file)
@@ -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
index 830b2eb..4b7bd67 100644 (file)
@@ -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)
 {