From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17093 invoked by alias); 22 Feb 2002 04:33:03 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 16960 invoked from network); 22 Feb 2002 04:32:58 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.135.44) by sources.redhat.com with SMTP; 22 Feb 2002 04:32:58 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 893523CB3; Thu, 21 Feb 2002 23:32:56 -0500 (EST) Message-ID: <3C75C9F8.5020104@cygnus.com> Date: Thu, 21 Feb 2002 20:33:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: Aldy Hernandez Cc: gdb@sources.redhat.com, gcc@gcc.gnu.org, rth@redhat.com, Elena Zannoni Subject: Re: rfc: DW_AT_vector References: <20020222041007.GA2446@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00261.txt.bz2 Er, just an aside, any chance of GCC, GDB and BINUTILS agreeing to have only one version of this file? :-) Andrew > diff -c -p -r1.22 dwarf2.h > *** dwarf2.h 2002/01/28 23:23:26 1.22 > --- dwarf2.h 2002/02/22 03:39:41 > *************** enum dwarf_attribute > *** 239,244 **** > --- 239,245 ---- > DW_AT_src_coords = 0x2104, > DW_AT_body_begin = 0x2105, > DW_AT_body_end = 0x2106, > + DW_AT_vector = 0x2107, > /* VMS Extensions. */ > DW_AT_VMS_rtnbeg_pd_address = 0x2201 > }; > > diff -c -p -r1.8 dwarf2.h > *** dwarf2.h 2002/01/28 23:26:53 1.8 > --- dwarf2.h 2002/02/22 03:40:29 > *************** enum dwarf_attribute > *** 328,333 **** > --- 328,334 ---- > DW_AT_src_coords = 0x2104, > DW_AT_body_begin = 0x2105, > DW_AT_body_end = 0x2106, > + DW_AT_vector = 0x2107, > /* VMS Extensions. */ > DW_AT_VMS_rtnbeg_pd_address = 0x2201 > }; >