From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10680 invoked by alias); 12 Dec 2004 18:18:39 -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 10658 invoked from network); 12 Dec 2004 18:18:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 12 Dec 2004 18:18:34 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iBCIIXPi013026 for ; Sun, 12 Dec 2004 13:18:33 -0500 Received: from localhost.redhat.com (vpn50-50.rdu.redhat.com [172.16.50.50]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iBCIIWr25875; Sun, 12 Dec 2004 13:18:33 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9AEA03EF9; Sun, 12 Dec 2004 13:16:29 -0500 (EST) Message-ID: <41BC8AFD.8040107@gnu.org> Date: Sun, 12 Dec 2004 18:22:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Kei Sakamoto Cc: Kazuhiro Inaoka , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Support mmap2 , *32 syscalls for m32r-linux-sim. References: <41B3CCCF.20701@renesas.com> <41B3FABA.4050401@renesas.com> <013401c4dd89$78730b40$5169910a@E5A02646> In-Reply-To: <013401c4dd89$78730b40$5169910a@E5A02646> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00340.txt.bz2 Kei Sakamoto wrote: > Since this patch affects only m32r-sim, I believe I'm granted permission > to approve it. If it's beyond my authority, please let me know. Yes, that is correct (I'll see about clarifying this). > Approved and committed. Andrew