From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23815 invoked by alias); 22 Feb 2012 19:41:22 -0000 Received: (qmail 23806 invoked by uid 22791); 22 Feb 2012 19:41:22 -0000 X-SWARE-Spam-Status: No, hits=1.0 required=5.0 tests=AWL,BAYES_40,TW_NV,T_RP_MATCHES_RCVD,URIBL_BLACK 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; Wed, 22 Feb 2012 19:41:08 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C5AD81C6767; Wed, 22 Feb 2012 14:41:07 -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 YFcsYUnWM7IE; Wed, 22 Feb 2012 14:41:07 -0500 (EST) Received: from [192.168.1.123] (dpc6682073249.direcpc.com [66.82.73.249]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPSA id 372FB1C6779; Wed, 22 Feb 2012 14:41:01 -0500 (EST) Message-ID: <4F4544B5.7010201@gnat.com> Date: Wed, 22 Feb 2012 19:53:00 -0000 From: Douglas Rupp User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Pedro Alves , Tristan Gingold CC: "gdb-patches@sourceware.org ml" , Rupp Douglas Subject: Re: RFA: New port: ia64-hp-openvms (3/3) - ia64-vms-tdep.c References: <6AD2487F-8409-4F4E-93A6-9DB7FD195E71@adacore.com> <190A7167-B038-4EC0-82FD-815B306B4975@adacore.com> <4D8B23BF-A8D1-4698-8539-DF953219948B@adacore.com> <4F3A9ED3.7090408@redhat.com> <3F9413FC-FB03-4970-B9FB-C628E5663826@adacore.com> <4F3BA24E.8070009@redhat.com> <5ED28A1C-018A-4060-9D16-CABBB23EB860@adacore.com> <4F4542C7.4070504@redhat.com> In-Reply-To: <4F4542C7.4070504@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2012-02/txt/msg00486.txt.bz2 On 2/22/2012 11:32 AM, Pedro Alves wrote: > Okay. Just some minor nits below. >> diff --git a/configure.ac b/configure.ac >> index 9d48e90..c24fff4 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -929,8 +929,8 @@ case "${target}" in >> noconfigdirs="$noconfigdirs libgui itcl ld" >> ;; >> ia64*-*-*vms*) >> - # No gdb or ld support yet. >> - noconfigdirs="$noconfigdirs readline libgui itcl gdb ld" >> + # No ld support yet. >> + noconfigdirs="$noconfigdirs libgui itcl ld" >> ;; >> i[[3456789]]86-w64-mingw*) >> ;; > Remember this should be synced with gcc. (and needs a ChangeLog entry). > I believe there is ld support now.