From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28061 invoked by alias); 24 Feb 2012 14:16:49 -0000 Received: (qmail 28050 invoked by uid 22791); 24 Feb 2012 14:16:46 -0000 X-SWARE-Spam-Status: No, hits=0.3 required=5.0 tests=AWL,BAYES_00,TW_NV,URIBL_BLACK X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 24 Feb 2012 14:16:34 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id BB88A29005E; Fri, 24 Feb 2012 15:16:34 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iNPRkTojSW+Q; Fri, 24 Feb 2012 15:16:34 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id A7A1129004B; Fri, 24 Feb 2012 15:16:34 +0100 (CET) Subject: Re: RFA: New port: ia64-hp-openvms (3/3) - ia64-vms-tdep.c Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=iso-8859-1 From: Tristan Gingold In-Reply-To: <4F4544B5.7010201@gnat.com> Date: Fri, 24 Feb 2012 14:17:00 -0000 Cc: Pedro Alves , "gdb-patches@sourceware.org ml" , Rupp Douglas Content-Transfer-Encoding: 7bit Message-Id: <9832D80E-5C0B-4432-BA50-D03F744FA7C8@adacore.com> 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> <4F4544B5.7010201@gnat.com> To: Douglas Rupp 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: 2012-02/txt/msg00564.txt.bz2 On Feb 22, 2012, at 8:40 PM, Douglas Rupp wrote: > 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. Not yet, only for Alpha VMS. I haven't yet submitted the bfd+ld change. Tristan.