Browse Source

Fix typo in gdb/testsuite/gdb.arch/thumb2-it.S.

2013-10-28  Tom de Vries  <tom@codesourcery.com>

	* gdb.arch/thumb2-it.S (it_8): Fix typo.
gdb-7.7-branch
Tom de Vries 13 years ago
parent
commit
71193121ff
  1. 4
      gdb/testsuite/ChangeLog
  2. 2
      gdb/testsuite/gdb.arch/thumb2-it.S

4
gdb/testsuite/ChangeLog

@ -1,3 +1,7 @@
2013-10-28 Tom de Vries <tom@codesourcery.com>
* gdb.arch/thumb2-it.S (it_8): Fix typo.
2013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
* gdb.base/bang.exp: Use gdb_continue_to_end to properly support

2
gdb/testsuite/gdb.arch/thumb2-it.S

@ -124,7 +124,7 @@ it_7:
bx lr @ Done, Check $r0 == 15
@ Block of four, only first executed.
.type it_3,%function
.type it_8,%function
.thumb_func
it_8:
mov r0, #0 @ Setup

Loading…
Cancel
Save