From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26564 invoked by alias); 28 Sep 2004 12:31:42 -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 26556 invoked from network); 28 Sep 2004 12:31:38 -0000 Received: from unknown (HELO server7.nfra.nl) (192.87.1.57) by sourceware.org with SMTP; 28 Sep 2004 12:31:38 -0000 Received: from juw15.nfra.nl [10.87.8.15] by server7.nfra.nl; Tue, 28 Sep 2004 14:31:04 +0200 Received: from juw15.nfra.nl (localhost [127.0.0.1]) by juw15.nfra.nl (8.12.2+Sun/8.11.1) with ESMTP id i8SCV6Cu019524; Tue, 28 Sep 2004 14:31:06 +0200 (CEST) Received: (from kettenis@localhost) by juw15.nfra.nl (8.12.2+Sun/8.12.2/Submit) id i8SCV1Od019519; Tue, 28 Sep 2004 14:31:01 +0200 (CEST) Date: Tue, 28 Sep 2004 12:31:00 -0000 Message-Id: <200409281231.i8SCV1Od019519@juw15.nfra.nl> From: Mark Kettenis To: sakamoto.kei@renesas.com CC: gdb-patches@sources.redhat.com In-reply-to: <01be01c4a542$82c7c010$5169910a@E5A02646> (sakamoto.kei@renesas.com) Subject: Re: [RFA/m32r] revised m32r-linux patch References: <019601c49afa$1b78ce60$5169910a@E5A02646> <200409151125.i8FBPPCe013165@juw15.nfra.nl> <01be01c4a542$82c7c010$5169910a@E5A02646> X-SW-Source: 2004-09/txt/msg00452.txt.bz2 From: "Kei Sakamoto" Date: Tue, 28 Sep 2004 19:04:14 +0900 Hello, I revised the patch of m32r-linux support as you adviced. Linux/M32R kernel now supports PTRACE_GETREGS/SETREGS. So m32r-linux uses only PTRACE_GETREGS/SETREGS. I also replaced read_memory_unsigned_integer with safe_frame_unwind_memory . Great. OK to commit? Is this a patch against the current CVS sources? I'm asking since your linux.mt file sets TM_FILE, but that should be DEPRECATED_TM_FILE. Also please set it to config/tm-linux.h, and remove config/m32r/tm-linux.h. Oh and remove your m32r.mh file too. It's a duplicate of linux.mh and unused. Don't forget to adjust the ChangeLog entry. Sorry, but I'll have to ask you to resumbit the patch again. But we're really close now. Mark