From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26792 invoked by alias); 15 Oct 2009 16:44:13 -0000 Received: (qmail 26781 invoked by uid 22791); 15 Oct 2009 16:44:11 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Oct 2009 16:44:03 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9FGgDlh002324; Thu, 15 Oct 2009 12:42:13 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n9FGgD2E032685; Thu, 15 Oct 2009 12:42:13 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n9FGgBwV009766; Thu, 15 Oct 2009 12:42:12 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 8D6F037828F; Thu, 15 Oct 2009 10:42:11 -0600 (MDT) From: Tom Tromey To: Michael Eager Cc: "gdb-patches\@sourceware.org" , Joel Brobecker Subject: Re: [PATCH] Support for Xilinx MicroBlaze References: <4AD74E86.1020500@eagercon.com> Reply-To: tromey@redhat.com Date: Thu, 15 Oct 2009 16:44:00 -0000 In-Reply-To: <4AD74E86.1020500@eagercon.com> (Michael Eager's message of "Thu, 15 Oct 2009 09:32:06 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-10/txt/msg00337.txt.bz2 >>>>> "Michael" == Michael Eager writes: Michael> When (if) this is fixed in gcc there will need to coordinate Michael> this with a corresponding fix in gdb. How would this be done? Users might be using an old gcc or a new one. Michael> diff -urNp --exclude '*.swp' --exclude DEV-PHASE --exclude .svn --exclude CVS gdb/gdb/NEWS mb-gdb/gdb/NEWS Michael> --- gdb/gdb/NEWS 2009-10-14 11:15:51.000000000 -0700 Michael> +++ mb-gdb/gdb/NEWS 2009-10-14 19:15:57.000000000 -0700 Michael> @@ -484,6 +484,11 @@ Lattice Mico32 lm32-* Michael> x86 DICOS i[34567]86-*-dicos* Michael> x86_64 DICOS x86_64-*-dicos* Michael> S+core 3 score-*-* Michael> +Xilinx MicroBlaze microblaze-*-* Michael> + Michael> +* New Simulators Michael> + Michael> +Xilinx MicroBlaze microblaze I think this changes the "7.0" section, not the "since 7.0" section. Tom