From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8341 invoked by alias); 15 Jan 2009 10:38:21 -0000 Received: (qmail 8333 invoked by uid 22791); 15 Jan 2009 10:38:20 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Jan 2009 10:37:44 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D6D5C2A96CF for ; Thu, 15 Jan 2009 05:37:42 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id AUE21wEmRxau for ; Thu, 15 Jan 2009 05:37:42 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 671DE2A96CE for ; Thu, 15 Jan 2009 05:37:42 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 977BBE7ACD; Thu, 15 Jan 2009 14:37:35 +0400 (RET) Date: Thu, 15 Jan 2009 10:38:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/NEWS] Document the addition of a new native port: x86_64/MinGW Message-ID: <20090115103735.GU31296@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Xm/fll+QQv+hsKip" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i 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: 2009-01/txt/msg00348.txt.bz2 --Xm/fll+QQv+hsKip Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 338 Hello, I just did one last verification yesterday, and HEAD now builds and works fine on x86_64 Windows (when built for MinGW). The attached patch adds an entry for this addition: 2009-01-15 Joel Brobecker * NEWS: Document x86_64/MinGW as a new native configuration. OK to commit? Thanks, -- Joel --Xm/fll+QQv+hsKip Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="NEWS-mingw64.diff" Content-length: 260 diff --git a/gdb/NEWS b/gdb/NEWS index d1e0a91..a85caeb 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -193,6 +193,8 @@ info os processes x86/x86_64 Darwin i[34567]86-*-darwin* +x86_64 MinGW x86_64-*-mingw* + * New targets x86 DICOS i[34567]86-*-dicos* --Xm/fll+QQv+hsKip--