aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorgfunck <gfunck@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-20 00:55:05 +0000
committergfunck <gfunck@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-20 00:55:05 +0000
commit06d1ba50c0efa45f5055aa69529e88647031d2c3 (patch)
treef29d588f8fce1d40148bc431a2161914ba5a7c18 /include
parent6b04e601752a5e0d443494f9d51a3f9cd5074e7e (diff)
toplevel/include/
* dwarf2.def: Update comment re: UPC extensions to reference DWARF4 specification. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187689 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog5
-rw-r--r--include/dwarf2.def2
2 files changed, 6 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 48981996dd4..c3f823857f1 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 e36ae919b2a..870aecdaa54 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)