From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23144 invoked by alias); 17 Jan 2003 18:55:34 -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 23133 invoked from network); 17 Jan 2003 18:55:31 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 17 Jan 2003 18:55:31 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h0HIR1B07804 for ; Fri, 17 Jan 2003 13:27:01 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0HItVa03278; Fri, 17 Jan 2003 13:55:31 -0500 Received: from localhost.localdomain (vpn50-54.rdu.redhat.com [172.16.50.54]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0HItUI10183; Fri, 17 Jan 2003 13:55:30 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h0HGtVC29287; Fri, 17 Jan 2003 09:55:31 -0700 Date: Fri, 17 Jan 2003 18:55:00 -0000 From: Kevin Buettner Message-Id: <1030117165530.ZM29286@localhost.localdomain> In-Reply-To: Daniel Jacobowitz "RFC: PowerPC/Linux signal handlers" (Jan 17, 10:12am) References: <20030117151249.GA27317@nevyn.them.org> To: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: RFC: PowerPC/Linux signal handlers MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-01/txt/msg00644.txt.bz2 On Jan 17, 10:12am, Daniel Jacobowitz wrote: > Kevin, any comments on this patch? It's fine with me so long as the new function is indented to adhere to GNU coding standards. > [From a copyright perspective I think it's OK; this is an obvious patch > once someone tells us that the used syscall numbers have changed. > Anyone have a different opinion?] I agree, but wait a few days for dissenting opinions. Kevin