Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@redhat.com>2002-04-25 16:46:16 +0400
committerElena Zannoni <ezannoni@redhat.com>2002-04-25 16:46:16 +0400
commite1a6dac2af9b90af97ac54fef264b064dfbde054 (patch)
tree23ce41f56943106e88c2211d33ed976d3f15bded /include/elf/dwarf2.h
parenteaa75b70e31aed8ba2823c7b37ff92230dd8c451 (diff)
2002-04-24 Elena Zannoni <ezannoni@redhat.com>
* dwarf2.h: Add DW_AT_GNU_vector.
Diffstat (limited to 'include/elf/dwarf2.h')
-rw-r--r--include/elf/dwarf2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/dwarf2.h b/include/elf/dwarf2.h
index 53eb65561..750a7204e 100644
--- a/include/elf/dwarf2.h
+++ b/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
};