From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28401 invoked by alias); 20 Feb 2009 09:44:38 -0000 Received: (qmail 28315 invoked by uid 22791); 20 Feb 2009 09:44:37 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Feb 2009 09:44:33 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n1K9iQhB001684; Fri, 20 Feb 2009 04:44:26 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n1K9iQA2032455; Fri, 20 Feb 2009 04:44:26 -0500 Received: from [10.33.6.47] (vpn-6-47.fab.redhat.com [10.33.6.47]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n1K9iN8n011227; Fri, 20 Feb 2009 04:44:24 -0500 Message-ID: <499E7B77.80308@redhat.com> Date: Fri, 20 Feb 2009 09:44:00 -0000 From: Nick Clifton User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Cary Coutant CC: Pierre Muller , binutils@sourceware.org, gdb@sourceware.org Subject: Re: [Build failure] tm struct tm_gmtoff field build error References: <004301c97a33$0fa174d0$2ee45e70$@u-strasbg.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00135.txt.bz2 Hi Cary, > * vmsutil.c (vms_file_stats_name): Fix incorrect use of > st_mtime in struct stat. Approved - please apply. Note - personally I do not think that we should be storing timestamps in binaries at all since it makes comparisons of identical files impossible, but that is another issue. Cheers Nick