public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-sergiodj-stap: Removing FIXMEs of the code.
@ 2011-03-24 18:03 sergiodj
  0 siblings, 0 replies; only message in thread
From: sergiodj @ 2011-03-24 18:03 UTC (permalink / raw)
  To: archer-commits

The branch, archer-sergiodj-stap has been updated
       via  8563c51f5f353a5e237d84f535a085f75cdbe6e1 (commit)
      from  fa28225366469dc39cabf960a49e795ae9a1c793 (commit)

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

- Log -----------------------------------------------------------------
commit 8563c51f5f353a5e237d84f535a085f75cdbe6e1
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Thu Mar 24 15:03:21 2011 -0300

    Removing FIXMEs of the code.

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

Summary of changes:
 gdb/breakpoint.c |    1 -
 gdb/elfread.c    |    5 -----
 gdb/stap-probe.c |    1 -
 3 files changed, 0 insertions(+), 7 deletions(-)

First 500 lines of diff:
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 9f97c9d..6018431 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -1533,7 +1533,6 @@ modify_semaphore (struct bp_location *loc, int set)
   store_unsigned_integer (bytes, TYPE_LENGTH (type),
 			  gdbarch_byte_order (arch), value);
 
-  /* Ignore errors.  FIXME.  */
   target_write_memory (address, bytes, TYPE_LENGTH (type));
 }
 
diff --git a/gdb/elfread.c b/gdb/elfread.c
index cf41fbf..4faf0b9 100644
--- a/gdb/elfread.c
+++ b/gdb/elfread.c
@@ -1183,11 +1183,6 @@ get_base_address (bfd *obfd)
   return base;
 }
 
-/* FIXME JUST FOR TESTING **/
-static int
-elf_get_probe_argument_count (struct objfile *objfile,
-			      const struct stap_probe *probe);
-
 static const struct stap_probe *
 elf_get_probes (struct objfile *objfile, int *num_probes)
 {
diff --git a/gdb/stap-probe.c b/gdb/stap-probe.c
index 9fb8071..e251bd3 100644
--- a/gdb/stap-probe.c
+++ b/gdb/stap-probe.c
@@ -939,7 +939,6 @@ stap_fetch_reg_value (struct stap_evaluation_info *eval_info,
 	  if (eval_info->compiling_p)
 	    {
 	      ax_const_l (eval_info->aexpr, value_as_long (displacement));
-	      /* FIXME: Is this correct?  */
 	      ax_simple (eval_info->aexpr, aop_add);
 	    }
 	  else


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


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

only message in thread, other threads:[~2011-03-24 18:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-24 18:03 [SCM] archer-sergiodj-stap: Removing FIXMEs of the code 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).