[committed] micromips_deal_with_atomic_sequence formatting fix

Maciej W. Rozycki macro@codesourcery.com
Wed Jul 24 22:25:00 GMT 2013


Hi,

 I have committed this change.

2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>

	* mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
	formatting.

  Maciej

gdb-umips-atomic-format.diff
Index: gdb-fsf-trunk-quilt/gdb/mips-tdep.c
===================================================================
--- gdb-fsf-trunk-quilt.orig/gdb/mips-tdep.c	2012-06-13 11:30:44.000000000 +0100
+++ gdb-fsf-trunk-quilt/gdb/mips-tdep.c	2012-06-13 11:32:00.763569531 +0100
@@ -3992,7 +3992,7 @@ micromips_deal_with_atomic_sequence (str
 
   /* Effectively inserts the breakpoints.  */
   for (index = 0; index <= last_breakpoint; index++)
-      insert_single_step_breakpoint (gdbarch, aspace, breaks[index]);
+    insert_single_step_breakpoint (gdbarch, aspace, breaks[index]);
 
   return 1;
 }



More information about the Gdb-patches mailing list