public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-sergiodj-stap-patch-split: Fixing arm register name recognition bug - part 3.
@ 2011-09-08  3:14 sergiodj
  0 siblings, 0 replies; only message in thread
From: sergiodj @ 2011-09-08  3:14 UTC (permalink / raw)
  To: archer-commits

The branch, archer-sergiodj-stap-patch-split has been updated
       via  3128661e5b855982895772e73c4405aa26c456b4 (commit)
      from  8d4e5496e229e1d709b235ea1d6639a68313138f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 3128661e5b855982895772e73c4405aa26c456b4
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Thu Sep 8 00:14:28 2011 -0300

    Fixing arm register name recognition bug - part 3.

-----------------------------------------------------------------------

Summary of changes:
 gdb/arm-linux-tdep.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

First 500 lines of diff:
diff --git a/gdb/arm-linux-tdep.c b/gdb/arm-linux-tdep.c
index 02ccf33..c016581 100644
--- a/gdb/arm-linux-tdep.c
+++ b/gdb/arm-linux-tdep.c
@@ -1087,6 +1087,9 @@ arm_stap_parse_special_token (struct gdbarch *gdbarch, const char **token)
       if (*s++ != '#')
 	return 0;
 
+      if (*s == '-')
+	++s;
+
       if (!isdigit (*s))
 	return 0;
 


hooks/post-receive
--
Repository for Project Archer.


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

only message in thread, other threads:[~2011-09-08  3:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-08  3:14 [SCM] archer-sergiodj-stap-patch-split: Fixing arm register name recognition bug - part 3 sergiodj

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