From 71193121ff7a6ee95fff5eb9d8ae378390ecdf45 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Wed, 23 Oct 2013 11:19:46 +0200 Subject: [PATCH] Fix typo in gdb/testsuite/gdb.arch/thumb2-it.S. 2013-10-28 Tom de Vries * gdb.arch/thumb2-it.S (it_8): Fix typo. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.arch/thumb2-it.S | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ca0c7af..e8f4a08 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-10-28 Tom de Vries + + * gdb.arch/thumb2-it.S (it_8): Fix typo. + 2013-10-25 Anton Kolesov (tiny change) * gdb.base/bang.exp: Use gdb_continue_to_end to properly support diff --git a/gdb/testsuite/gdb.arch/thumb2-it.S b/gdb/testsuite/gdb.arch/thumb2-it.S index 3ba791d..425bc08 100644 --- a/gdb/testsuite/gdb.arch/thumb2-it.S +++ b/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 -- 2.7.4