From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11572 invoked by alias); 9 Mar 2005 19:25:57 -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 11511 invoked from network); 9 Mar 2005 19:25:52 -0000 Received: from unknown (HELO mail-out3.apple.com) (17.254.13.22) by sourceware.org with SMTP; 9 Mar 2005 19:25:52 -0000 Received: from mailgate1.apple.com (a17-128-100-225.apple.com [17.128.100.225]) by mail-out3.apple.com (8.12.11/8.12.11) with ESMTP id j29JPpBn000821 for ; Wed, 9 Mar 2005 11:25:51 -0800 (PST) Received: from relay2.apple.com (relay2.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.3.17) with ESMTP id ; Wed, 9 Mar 2005 11:26:03 -0800 Received: from [17.112.105.251] ([17.112.105.251]) by relay2.apple.com (8.12.11/8.12.11) with ESMTP id j29JPkGL026076; Wed, 9 Mar 2005 11:25:48 -0800 (PST) Message-ID: <422F4DB8.6090203@apple.com> Date: Wed, 09 Mar 2005 19:25:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.3) Gecko/20040910 MIME-Version: 1.0 To: Mark Mitchell CC: Mark Kettenis , gdb-patches@gcc.gnu.org Subject: Re: PATCH: Introduce gdb_gettimeofday References: <200503082329.j28NTaN1029372@sethra.codesourcery.com> <200503091030.j29AULdL019037@jop31.nfra.nl> <422F1DAC.1090702@codesourcery.com> In-Reply-To: <422F1DAC.1090702@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00153.txt.bz2 Mark Mitchell wrote: > Mark Kettenis wrote: > >> If there indeed is such an effort, did you consider adding >> gettimeofday(2) to libiberty? > > > No. Do you prefer that I ask DJ/Ian about that? This really does seem like a libiberty kind of thing - it already has the infrastructure for availability testing, plus it becomes available to other tools should they have the need. Stan