From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4475 invoked by alias); 16 Dec 2008 11:30:47 -0000 Received: (qmail 4460 invoked by uid 22791); 16 Dec 2008 11:30:46 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 16 Dec 2008 11:30:11 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 42A19290061; Tue, 16 Dec 2008 12:30:08 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YfWSbAArtG4q; Tue, 16 Dec 2008 12:30:07 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.0.139]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 8B89129001A; Tue, 16 Dec 2008 12:30:07 +0100 (CET) Cc: gdb-patches@sourceware.org Message-Id: From: Tristan Gingold To: Pedro Alves In-Reply-To: <200812151806.51245.pedro@codesourcery.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: [RFA]: Remove target_activity_function/target_activity_fd. Date: Tue, 16 Dec 2008 11:30:00 -0000 References: <9A0993B6-A696-4A2E-99B8-0112F0AF6089@adacore.com> <200812111702.32346.pedro@codesourcery.com> <52A66C65-9D80-45DF-9610-3E7B8ACBC318@adacore.com> <200812151806.51245.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-12/txt/msg00304.txt.bz2 On Dec 15, 2008, at 7:06 PM, Pedro Alves wrote: > On Monday 15 December 2008 13:43:03, Tristan Gingold wrote: > >> 2008-12-15 Tristan Gingold >> >> * inflow.c: Remove old_sigio, handle_sigio, old_fcntl_flags, >> set_sigio_trap, clear_sigio_trap definitions. >> * inferior.h: Remove set_sigio_trap and clear_sigio_trap >> declarations. >> * inf-ptrace.c (inf_ptrace_wait): Remove call to set_sigio_trap >> and clear_sigio_trap. >> * inf-ttrace.c (inf_ttrace_wait): Ditto. >> * linux-nat.c (linux_nat_wait): Ditto. >> * spu-linux-nat.c (spu_child_wait): Ditto. >> * rs6000-nat.c (rs6000_wait): Ditto. >> * target.c: Remove target_activity_function and target_activity_fd. >> * target.h: Remove target_activity_function and target_activity_fd >> declarations. > > Ok. Thanks, committed.