diff options
author | DJ Delorie <dj@redhat.com> | 2012-05-22 18:05:30 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2012-05-22 18:05:30 +0000 |
commit | 420b3469a759ab126ba2ade71559e70bbddfeb2d (patch) | |
tree | ead0a36c49e83fa0be69cda74b2bd64391352621 /include/dwarf2.def | |
parent | 73447abbb6b02a5b64938e20519594cd4de4c994 (diff) | |
download | cygnal-420b3469a759ab126ba2ade71559e70bbddfeb2d.tar.gz cygnal-420b3469a759ab126ba2ade71559e70bbddfeb2d.tar.bz2 cygnal-420b3469a759ab126ba2ade71559e70bbddfeb2d.zip |
merge from gcc
Diffstat (limited to 'include/dwarf2.def')
-rw-r--r-- | include/dwarf2.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dwarf2.def b/include/dwarf2.def index e36ae919b..870aecdaa 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) |