From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15337 invoked by alias); 20 Oct 2013 13:55:41 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 15320 invoked by uid 89); 20 Oct 2013 13:55:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 20 Oct 2013 13:55:40 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1VXtTk-0004NO-S2 from Tom_deVries@mentor.com for gdb-patches@sourceware.org; Sun, 20 Oct 2013 06:55:36 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 20 Oct 2013 06:55:37 -0700 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.2.247.3; Sun, 20 Oct 2013 14:55:35 +0100 Message-ID: <5263E0CB.30704@mentor.com> Date: Sun, 20 Oct 2013 13:55:00 -0000 From: Tom de Vries User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130804 Thunderbird/17.0.8 MIME-Version: 1.0 To: Subject: [PATCH] Fix typo in gdb/testsuite/gdb.arch/thumb2-it.S Content-Type: multipart/mixed; boundary="------------060909030902090404080508" X-SW-Source: 2013-10/txt/msg00608.txt.bz2 --------------060909030902090404080508 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Content-length: 191 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 * gdb.arch/thumb2-it.S (it_8): Fix typo. --------------060909030902090404080508 Content-Type: text/x-patch; name="thumb2-it-typo.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="thumb2-it-typo.patch" Content-length: 385 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 --------------060909030902090404080508--