From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11440 invoked by alias); 18 Oct 2004 06:43:19 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11312 invoked from network); 18 Oct 2004 06:43:17 -0000 Received: from unknown (HELO mail03.idc.renesas.com) (202.234.163.13) by sourceware.org with SMTP; 18 Oct 2004 06:43:17 -0000 Received: (from root@localhost) by guardian05.idc.renesas.com with id i9I6hFtN002718 for gdb-patches@sources.redhat.com; Mon, 18 Oct 2004 15:43:15 +0900 (JST) Received: from unknown [172.20.8.73] by guardian05.idc.renesas.com with SMTP id RAA02717 ; Mon, 18 Oct 2004 15:43:15 +0900 Received: from mrkaisv.hoku.renesas.com ([10.145.105.245]) by rnsmtp01.hoku_r.renesas.com (8.9.3/3.7W) with ESMTP id PAA29895 for ; Mon, 18 Oct 2004 15:43:13 +0900 (JST) Received: from E5A02646 (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id ECCEA7981B7 for ; Mon, 18 Oct 2004 15:43:12 +0900 (JST) Message-ID: <017701c4b4dd$cd025230$5169910a@E5A02646> From: "Kei Sakamoto" To: References: <01b101c4ac37$3adbf950$5169910a@E5A02646> Subject: [RFA/m32r] Unreviewed patch (breakpoint bug) Date: Mon, 18 Oct 2004 06:43:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00309.txt.bz2 Hello, Would anyone review this patch? Thank you in advance. Kei Sakamoto From: "Kei Sakamoto" To: Sent: Thursday, October 07, 2004 3:31 PM Subject: [RFA/m32r] Fix breakpoint bug > Hello, > > m32r-tdep.c can't handle breakpoints on instructions executed > in parallel. It does not remove unnecessary parallel execution > bit from instructions and causes illegal instruction errors. > > The attached patch fixes this problem. > > OK to commit? > > 2004-10-07 Kei Sakamoto > > * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove > unnecessary parallel execution bit. > (m32r_memory_remove_breakpoint): Ditto. > (m32r_breakpoint_from_pc): Update. >