aboutsummaryrefslogtreecommitdiff
path: root/include/dwarf2.def
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-09-30 17:55:16 +0100
committerNick Clifton <nickc@redhat.com>2015-09-30 17:55:16 +0100
commit6899683948c66a81ae470efc0869ea01e489e9cd (patch)
tree6beabcf2bf206b0b598aaf226e8a51b57474d832 /include/dwarf2.def
parent4b627c18440f51077f8fd4c18adaa3919c3a373e (diff)
downloadgdb-6899683948c66a81ae470efc0869ea01e489e9cd.zip
gdb-6899683948c66a81ae470efc0869ea01e489e9cd.tar.gz
gdb-6899683948c66a81ae470efc0869ea01e489e9cd.tar.bz2
Resync files in the binutils repository that are maintained in the gcc repository.
. 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> PR libfortran/54572 * Makefile.def: Make libgfortran depend on libbacktrace. * Makefile.in: Regenerate. 2015-08-12 Tom de Vries <tom@codesourcery.com> PR other/67092 PR other/67098 * configure.ac: Remove --with_host_libstdcxx support. * configure: Regenerate. 2015-08-10 Thomas Schwinge <thomas@codesourcery.com> Jakub Jelinek <jakub@redhat.com> * configure.ac (noconfigdirs): Don't add "target-libgomp" for target nvptx*-*-*. * configure: Regenerate. include 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 attributes. libiberty 2015-08-15 Ian Lance Taylor <iant@google.com> * cp-demangle.c (d_abi_tags): Preserve di->last_name across any ABI tags.
Diffstat (limited to 'include/dwarf2.def')
-rw-r--r--include/dwarf2.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dwarf2.def b/include/dwarf2.def
index e61cfbe..2dfee56 100644
--- a/include/dwarf2.def
+++ b/include/dwarf2.def
@@ -404,6 +404,13 @@ DW_AT (DW_AT_VMS_rtnbeg_pd_address, 0x2201)
See http://gcc.gnu.org/wiki/DW_AT_GNAT_descriptive_type . */
DW_AT (DW_AT_use_GNAT_descriptive_type, 0x2301)
DW_AT (DW_AT_GNAT_descriptive_type, 0x2302)
+/* Rational constant extension.
+ 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. */