From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20910 invoked by alias); 22 Aug 2005 18:40:37 -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 19213 invoked by uid 22791); 22 Aug 2005 18:39:52 -0000 Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.192) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 22 Aug 2005 18:39:52 +0000 Received: by rproxy.gmail.com with SMTP id a36so1300848rnf for ; Mon, 22 Aug 2005 11:39:46 -0700 (PDT) Received: by 10.11.88.39 with SMTP id l39mr3597cwb; Mon, 22 Aug 2005 11:39:46 -0700 (PDT) Received: by 10.11.99.47 with HTTP; Mon, 22 Aug 2005 11:39:46 -0700 (PDT) Message-ID: <7f45d93905082211393297d558@mail.gmail.com> Date: Mon, 22 Aug 2005 18:51:00 -0000 From: Shaun Jackman To: gdb-patches@sources.redhat.com Subject: Re: sim/arm/armos.c: IsTTY [PATCH] In-Reply-To: <7f45d9390508151204ca0b146@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7f45d9390508151204ca0b146@mail.gmail.com> X-SW-Source: 2005-08/txt/msg00230.txt.bz2 Any comments? Thanks, Shaun 2005/8/15, Shaun Jackman : > This patch adds support for the ARM IsTTY, Remove, and Rename SWI calls. >=20 > Please cc me in your reply. Cheers, > Shaun >=20 > 2005-08-15 Shaun Jackman >=20 > * sim/arm/armos.c (unlink): Remove this macro. It is unused > in this file and conflicts with sim_callback->unlink. > (SWIremove): New function. > (SWIrename): Ditto. > (ARMul_OSHandleSWI): Handle the RDP calls SWI_IsTTY, > SWI_Remove, and SWI_Rename, as well as the RDI calls > AngelSWI_Reason_IsTTY, AngelSWI_Reason_Remove, and > AngelSWI_Reason_Rename.