From f3c54bd2c1850601b80aa0558b8843517125f50f Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 5 Jul 2002 20:16:34 +0000 Subject: Import of Binutils from the FSF 2.12 branch (just post-.1 release). These bits are taken from the FSF anoncvs repo on 22-June-2002 23:28:00 EDT. --- contrib/binutils/include/elf/ChangeLog | 6 ++++++ contrib/binutils/include/elf/dwarf2.h | 1 + 2 files changed, 7 insertions(+) (limited to 'contrib/binutils/include/elf') diff --git a/contrib/binutils/include/elf/ChangeLog b/contrib/binutils/include/elf/ChangeLog index e70f7fd..20e8096 100644 --- a/contrib/binutils/include/elf/ChangeLog +++ b/contrib/binutils/include/elf/ChangeLog @@ -1,3 +1,9 @@ +2002-04-2 Alan Modra + + Merge from mainline. + 2002-04-24 Elena Zannoni + * dwarf2.h: Add DW_AT_GNU_vector. + 2002-02-13 Matt Fredette * m68k.h (EF_M68000): Define. diff --git a/contrib/binutils/include/elf/dwarf2.h b/contrib/binutils/include/elf/dwarf2.h index 53eb655..750a720 100644 --- a/contrib/binutils/include/elf/dwarf2.h +++ b/contrib/binutils/include/elf/dwarf2.h @@ -328,6 +328,7 @@ enum dwarf_attribute DW_AT_src_coords = 0x2104, DW_AT_body_begin = 0x2105, DW_AT_body_end = 0x2106, + DW_AT_GNU_vector = 0x2107, /* VMS Extensions. */ DW_AT_VMS_rtnbeg_pd_address = 0x2201 }; -- cgit v1.1