From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17563 invoked by alias); 5 Feb 2013 06:02:56 -0000 Received: (qmail 17552 invoked by uid 22791); 5 Feb 2013 06:02:54 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.fgznet.ch (HELO smtp.fgznet.ch) (81.92.96.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Feb 2013 06:02:48 +0000 Received: from deuterium.andreas.nets (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id r1562VXY092637; Tue, 5 Feb 2013 07:02:31 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <5110A077.6060102@fgznet.ch> Date: Tue, 05 Feb 2013 06:02:00 -0000 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Eli Zaretskii CC: brobecker@adacore.com, palves@redhat.com, gdb-patches@sourceware.org Subject: Re: [patch] revised FreeBSD PowerPC support References: <510C38DB.1020407@fgznet.ch> <510FFA52.9090503@redhat.com> <201302041859.r14Ix296013414@glazunov.sibelius.xs4all.nl> <511005CB.1040306@fgznet.ch> <51100AE7.7080409@redhat.com> <51101F07.2030505@fgznet.ch> <20130204214126.GD5265@adacore.com> <51102DB4.109@fgznet.ch> <83halra0l6.fsf@gnu.org> In-Reply-To: <83halra0l6.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2013-02/txt/msg00109.txt.bz2 On 05.02.13 04:41, Eli Zaretskii wrote: >> Date: Mon, 04 Feb 2013 22:52:52 +0100 >> From: Andreas Tobler >> CC: Pedro Alves , gdb-patches@sourceware.org >> >> Index: NEWS >> =================================================================== >> RCS file: /cvs/src/src/gdb/NEWS,v >> retrieving revision 1.566 >> diff -u -r1.566 NEWS >> --- NEWS 3 Feb 2013 16:09:29 -0000 1.566 >> +++ NEWS 4 Feb 2013 21:51:41 -0000 >> @@ -3,6 +3,10 @@ >> >> *** Changes since GDB 7.5 >> >> +* New native configurations >> + >> +FreeBSD/powerpc powerpc*-*-freebsd >> + > > OK, thanks. > > Thank you! I committed it with the following ChangLog entry: 2013-02-05 Andreas Tobler * NEWS: Add PowerPC FreeBSD as a new native configuration. Andreas