From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15451 invoked by alias); 5 Mar 2012 11:58:14 -0000 Received: (qmail 15443 invoked by uid 22791); 5 Mar 2012 11:58:13 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,TW_NV 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; Mon, 05 Mar 2012 11:58:00 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 1395F290048; Mon, 5 Mar 2012 12:58:00 +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 orML+1XhEHJ9; Mon, 5 Mar 2012 12:58:00 +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 01448290045; Mon, 5 Mar 2012 12:57:59 +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=windows-1252 From: Tristan Gingold In-Reply-To: <4F479DB1.9030702@redhat.com> Date: Mon, 05 Mar 2012 11:58:00 -0000 Cc: "gdb-patches@sourceware.org ml" , Rupp Douglas Content-Transfer-Encoding: 7bit Message-Id: <889B50AC-9C97-4091-BEEF-E3CFEE06157C@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> <4F479DB1.9030702@redhat.com> To: Pedro Alves 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-03/txt/msg00133.txt.bz2 On Feb 24, 2012, at 3:24 PM, Pedro Alves wrote: > On 02/24/2012 02:15 PM, Tristan Gingold wrote: > >> 2012-02-10 Tristan Gingold >> >> * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h. >> (ia64_unw_accessors, ia64_unw_rse_accessors) >> (ia64_libunwind_descr): Declare. >> * ia64-vms-tdep.c: New file. >> * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors) >> (ia64_libunwind_descr): Make them public. >> * configure.tgt: Add ia64-*-*vms*. >> * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o >> (ALLDEPFILES): Add ia64-vms-tdep.c > > FAOD, okay. You're good to go. > >> 2012-02-24 Tristan Gingold >> >> * NEWS: Mention OpenVMS ia64 new target. > > Usually we wait for Eli's ok on docu things, but I think this > one's super obvious, so go ahead. Thank you, I have just committed the whole set of patches. Tristan.