diff options
author | Gary Funck <gary@intrepid.com> | 2012-05-20 00:55:05 +0000 |
---|---|---|
committer | Gary Funck <gfunck@gcc.gnu.org> | 2012-05-20 00:55:05 +0000 |
commit | 103ab31f6995a9c585771042c3b90e47cae6d82b (patch) | |
tree | f29d588f8fce1d40148bc431a2161914ba5a7c18 /include | |
parent | a808df1f3c61ed6ccc83413897376d09c524bf06 (diff) | |
download | gcc-103ab31f6995a9c585771042c3b90e47cae6d82b.zip gcc-103ab31f6995a9c585771042c3b90e47cae6d82b.tar.gz gcc-103ab31f6995a9c585771042c3b90e47cae6d82b.tar.bz2 |
dwarf2.def: Update comment re: UPC extensions to reference DWARF4 specification.
toplevel/include/
* dwarf2.def: Update comment re: UPC extensions to reference
DWARF4 specification.
From-SVN: r187689
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 5 | ||||
-rw-r--r-- | include/dwarf2.def | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 4898199..c3f8238 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2012-05-19 Gary Funck <gary@intrepid.com> + + * dwarf2.def: Update comment re: UPC extensions to reference + DWARF4 specification. + 2012-05-02 Cary Coutant <ccoutant@google.com> * dwarf2.def: Remove DW_FORM_GNU_ref_index, diff --git a/include/dwarf2.def b/include/dwarf2.def index e36ae91..870aecd 100644 --- a/include/dwarf2.def +++ b/include/dwarf2.def @@ -167,7 +167,7 @@ DW_TAG (DW_TAG_GNU_formal_parameter_pack, 0x4108) are properly part of DWARF 5. */ DW_TAG (DW_TAG_GNU_call_site, 0x4109) DW_TAG (DW_TAG_GNU_call_site_parameter, 0x410a) -/* Extensions for UPC. See: http://upc.gwu.edu/~upc. */ +/* Extensions for UPC. See: http://dwarfstd.org/doc/DWARF4.pdf. */ DW_TAG (DW_TAG_upc_shared_type, 0x8765) DW_TAG (DW_TAG_upc_strict_type, 0x8766) DW_TAG (DW_TAG_upc_relaxed_type, 0x8767) |