diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2013-07-24 22:23:12 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2013-07-24 22:23:12 +0000 |
commit | 3373342d6421686a4c7424a7ef3d5d492d0e4fa8 (patch) | |
tree | 7893a972ad8b3a63a52e2549cde1db3f27cf194c | |
parent | 7b79b135b2faa8accc1343840fc3e60fdc7d931b (diff) | |
download | gdb-3373342d6421686a4c7424a7ef3d5d492d0e4fa8.zip gdb-3373342d6421686a4c7424a7ef3d5d492d0e4fa8.tar.gz gdb-3373342d6421686a4c7424a7ef3d5d492d0e4fa8.tar.bz2 |
* mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
formatting.
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/mips-tdep.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2ebf9db..5323efe 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-07-24 Maciej W. Rozycki <macro@codesourcery.com> + + * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct + formatting. + 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com> * breakpoint.c (create_longjmp_master_breakpoint): Check if probe diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index f60a844..bcbdcc5 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -3943,7 +3943,7 @@ micromips_deal_with_atomic_sequence (struct gdbarch *gdbarch, /* 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; } |