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.
This commit is contained in:
parent
cdaa5b7326
commit
71193121ff
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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…
Reference in a new issue