This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: rfc: DW_AT_vector


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
>     };
> 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]