mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
* dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
From-SVN: r155501
This commit is contained in:
committed by
Joel Brobecker
parent
d8299715e0
commit
df7b6aaae4
@@ -1,3 +1,7 @@
|
||||
2009-12-29 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
|
||||
|
||||
2009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
|
||||
|
||||
Add DWARF attribute value for the "Borland fastcall" calling
|
||||
|
||||
@@ -425,6 +425,10 @@ enum dwarf_attribute
|
||||
DW_AT_GNU_template_name = 0x2110,
|
||||
/* VMS extensions. */
|
||||
DW_AT_VMS_rtnbeg_pd_address = 0x2201,
|
||||
/* GNAT extensions. */
|
||||
/* GNAT descriptive type.
|
||||
See http://gcc.gnu.org/wiki/DW_AT_GNAT_descriptive_type . */
|
||||
DW_AT_GNAT_descriptive_type = 0x2302,
|
||||
/* UPC extension. */
|
||||
DW_AT_upc_threads_scaled = 0x3210,
|
||||
/* PGI (STMicroelectronics) extensions. */
|
||||
|
||||
Reference in New Issue
Block a user