]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
DWARF2: add extensions to handle biased types
authorPierre-Marie de Rodat <derodat@adacore.com>
Fri, 14 Aug 2015 09:48:13 +0000 (09:48 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Fri, 14 Aug 2015 09:48:13 +0000 (09:48 +0000)
include/ChangeLog:

* dwarf2.def (DW_AT_GNU_bias): New attribute.

From-SVN: r226888

include/ChangeLog
include/dwarf2.def

index ee59133990c97bd4f896770d8b90c7e0b091e849..6962f8588443032c0333d7f4c5d128278c448cb6 100644 (file)
@@ -1,3 +1,7 @@
+2015-08-14  Pierre-Marie de Rodat  <derodat@adacore.com>
+
+       * dwarf2.def (DW_AT_GNU_bias): New attribute.
+
 2015-08-14  Pierre-Marie de Rodat  <derodat@adacore.com>
 
        * dwarf2.def (DW_AT_GNU_numerator, DW_AT_GNU_denominator): New
index 9603c042d908f7ca8d787e0a75c91ee87b4085d7..2dfee5666dea68d8292f04c5100c93e1f1fcf4f4 100644 (file)
@@ -408,6 +408,9 @@ DW_AT (DW_AT_GNAT_descriptive_type, 0x2302)
    See https://gcc.gnu.org/wiki/DW_AT_GNU_numerator_denominator .  */
 DW_TAG (DW_AT_GNU_numerator, 0x2303)
 DW_TAG (DW_AT_GNU_denominator, 0x2304)
+/* Biased integer extension.
+   See https://gcc.gnu.org/wiki/DW_AT_GNU_bias .  */
+DW_TAG (DW_AT_GNU_bias, 0x2305)
 /* UPC extension.  */
 DW_AT (DW_AT_upc_threads_scaled, 0x3210)
 /* PGI (STMicroelectronics) extensions.  */