From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20211 invoked by alias); 7 Jan 2013 15:11:56 -0000 Received: (qmail 20188 invoked by uid 22791); 7 Jan 2013 15:11:55 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Jan 2013 15:11:51 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r07FBlga002129 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 7 Jan 2013 10:11:47 -0500 Received: from [10.36.4.201] (vpn1-4-201.ams2.redhat.com [10.36.4.201]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r07FBgb5010160 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Jan 2013 10:11:44 -0500 Message-ID: <50EAE4E0.4000707@redhat.com> Date: Mon, 07 Jan 2013 15:11:00 -0000 From: nick clifton User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Kaushik Phatak CC: Tom Tromey , Pedro Alves , "binutils@sourceware.org" , "gdb-patches@sourceware.org" , Joel Brobecker Subject: Re: [RFA] New port: CR16: BFD Changes required by the gdb port References: <50CB6CA4.1060901@redhat.com> <50E431EF.5030904@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 X-SW-Source: 2013-01/txt/msg00105.txt.bz2 Hi Kaushik, > Please find below a patch that adds similar prefix for make_instruction > and match_opcode. I have re-based this against gdb-7.5.50.20130103. > Also fixed a minor typo (doewsn't -> doesn't) Thanks - I have applied your patch along with these changelog entries. Cheers Nick opcodes/ChangeLog 2013-01-07 Kaushik Phatak * cr16-dis.c (make_instruction): Rename to cr16_make_instruction. (match_opcode): Rename to cr16_match_opcode. include/opcodes/ChangeLog 2013-01-07 Kaushik Phatak * cr16.h (make_instruction): Rename to cr16_make_instruction. (match_opcode): Rename to cr16_match_opcode.