From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31454 invoked by alias); 23 Jul 2014 18:39:45 -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 31420 invoked by uid 89); 23 Jul 2014 18:39:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: qmta06.emeryville.ca.mail.comcast.net Received: from qmta06.emeryville.ca.mail.comcast.net (HELO qmta06.emeryville.ca.mail.comcast.net) (76.96.30.56) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 23 Jul 2014 18:39:38 +0000 Received: from omta10.emeryville.ca.mail.comcast.net ([76.96.30.28]) by qmta06.emeryville.ca.mail.comcast.net with comcast id Vqen1o0040cQ2SLA6ufcMr; Wed, 23 Jul 2014 18:39:36 +0000 Received: from redwood.eagercon.com ([24.7.16.38]) by omta10.emeryville.ca.mail.comcast.net with comcast id Vufb1o00X0pGQcg8WufcS7; Wed, 23 Jul 2014 18:39:36 +0000 Message-ID: <53D00167.4070606@eagercon.com> Date: Wed, 23 Jul 2014 18:51:00 -0000 From: Michael Eager User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Ajit Kumar Agarwal , "gdb-patches@sourceware.org" CC: Vinod Kathail , Vidhumouli Hunsigida , Nagaraju Mekala Subject: Re: [Patch, microblaze] Add little-endian breakpoint References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-07/txt/msg00583.txt.bz2 On 06/16/14 12:02, Ajit Kumar Agarwal wrote: > Hello All: > > The following Patch add the little-endian breakpoint. > > [Patch,microblaze] Add little-endian breakpoint > > Add little-endian breakpoint. > > ChangeLog: > 2014-06-16 Ajit Agarwal > > * microblaze-tdep.c (microblaze_breakpoint_from_pc): Use > of gdbarch_byte_order. Initialize break_insn_le to > MICROBLAZE_BREAKPOINT_LE. Check byte_order with > BFD_ENDIAN_BIG. > > * microblaze-tdep.h (MICROBLAZE_BREAKPOINT_LE): New Macro. > > Signed-off-by:Ajit Agarwal ajitkum@xilinx.com Please update this patch to add a test case to the gdb test suite. -- Michael Eager eager@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077