From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11463 invoked by alias); 12 Jul 2007 11:17:47 -0000 Received: (qmail 11446 invoked by uid 22791); 12 Jul 2007 11:17:46 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.182) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 12 Jul 2007 11:17:44 +0000 Received: by py-out-1112.google.com with SMTP id f31so319484pyh for ; Thu, 12 Jul 2007 04:17:42 -0700 (PDT) Received: by 10.64.241.3 with SMTP id o3mr738243qbh.1184239062557; Thu, 12 Jul 2007 04:17:42 -0700 (PDT) Received: by 10.65.177.11 with HTTP; Thu, 12 Jul 2007 04:17:42 -0700 (PDT) Message-ID: <84fc9c000707120417j6a5c7ebcs3b3252ba40da9a12@mail.gmail.com> Date: Thu, 12 Jul 2007 11:17:00 -0000 From: "Richard Guenther" To: "Nick Clifton" Subject: Re: Update to splay-tree.h for 64-bit Windows host Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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: 2007-07/txt/msg00187.txt.bz2 On 7/12/07, Nick Clifton wrote: > Hi Guys, > > I have checked in the patch below as part of a wider patch to allow > the binutils to be built on a 64-bit windows host. It provides a > 64-bit windows alternative for the type of the splay_tree_key and > splay_tree_value types. Please revert this patch ASAP as it breaks bootstrap everywhere and I don't see this was tested or approved. Richard.