public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-sergiodj-stap-patch-split: Fixing ARM register prefix.
@ 2011-10-11 23:31 sergiodj
  0 siblings, 0 replies; only message in thread
From: sergiodj @ 2011-10-11 23:31 UTC (permalink / raw)
  To: archer-commits

The branch, archer-sergiodj-stap-patch-split has been updated
       via  5a3281749c54bc80ddf42b93d26a47f6d205c8b3 (commit)
      from  3553c1f3d695106c4b835396bd705d2fa3f71ce6 (commit)

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

- Log -----------------------------------------------------------------
commit 5a3281749c54bc80ddf42b93d26a47f6d205c8b3
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Tue Oct 11 20:31:20 2011 -0300

    Fixing ARM register prefix.

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

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

First 500 lines of diff:
diff --git a/gdb/arm-linux-tdep.c b/gdb/arm-linux-tdep.c
index e3f09a9..669ca61 100644
--- a/gdb/arm-linux-tdep.c
+++ b/gdb/arm-linux-tdep.c
@@ -1258,7 +1258,7 @@ arm_linux_init_abi (struct gdbarch_info info,
   /* SystemTap functions.  */
   set_gdbarch_stap_integer_prefix (gdbarch, "#");
   set_gdbarch_stap_integer_sufix (gdbarch, NULL);
-  set_gdbarch_stap_register_prefix (gdbarch, NULL);
+  set_gdbarch_stap_register_prefix (gdbarch, "r");
   set_gdbarch_stap_register_sufix (gdbarch, NULL);
   set_gdbarch_stap_register_indirection_prefix (gdbarch, "[");
   set_gdbarch_stap_register_indirection_sufix (gdbarch, "]");


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


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

only message in thread, other threads:[~2011-10-11 23:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-11 23:31 [SCM] archer-sergiodj-stap-patch-split: Fixing ARM register prefix 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).