From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11730 invoked by alias); 21 Mar 2005 18:13:01 -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 10482 invoked from network); 21 Mar 2005 18:12:41 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 21 Mar 2005 18:12:41 -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 j2LICf3U016937 for ; Mon, 21 Mar 2005 13:12:41 -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 j2LICfO14946 for ; Mon, 21 Mar 2005 13:12:41 -0500 Received: from localhost.localdomain (vpn50-40.rdu.redhat.com [172.16.50.40]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j2LICe2Q026993 for ; Mon, 21 Mar 2005 13:12:41 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id j2LICZ09020801 for ; Mon, 21 Mar 2005 11:12:35 -0700 Date: Mon, 21 Mar 2005 18:13:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [COMMIT] frv-linux-tdep.c: Adjust an RT signal related constant Message-ID: <20050321111235.5e387628@ironwood.lan> In-Reply-To: <01c52c6b$Blat.v2.4$5e755dc0@zahav.net.il> References: <20050318132826.03b327dd@ironwood.lan> <01c52c6b$Blat.v2.4$5e755dc0@zahav.net.il> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00267.txt.bz2 On Sat, 19 Mar 2005 12:05:48 +0200 "Eli Zaretskii" wrote: > > + to the a ucontext struct. The ucontext struct contains a > ^^^^^ > A typo. Thanks for catching this. I've just committed the following change: * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in comment. Index: frv-linux-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/frv-linux-tdep.c,v retrieving revision 1.6 diff -u -p -r1.6 frv-linux-tdep.c --- frv-linux-tdep.c 18 Mar 2005 20:23:28 -0000 1.6 +++ frv-linux-tdep.c 21 Mar 2005 18:07:50 -0000 @@ -192,7 +192,7 @@ frv_linux_sigcontext_reg_addr (struct fr else if (tramp_type == RT_SIGTRAMP) { /* For a realtime sigtramp frame, SP + 12 contains a pointer - to the a ucontext struct. The ucontext struct contains a + to a ucontext struct. The ucontext struct contains a sigcontext struct starting 24 bytes in. (The offset of uc_mcontext within struct ucontext is derived as follows: stack_t is a 12-byte struct and struct sigcontext is