This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Hi,

This patch fixes a typo in gdb/testsuite/gdb.arch/thumb2-it.S.

OK for trunk?

Thanks,
- Tom

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

	* gdb.arch/thumb2-it.S (it_8): Fix typo.
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]