Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2013-08-20 10:02:49 +0400
committerDJ Delorie <dj@redhat.com>2013-08-20 10:02:49 +0400
commitf9268dfd7a869c5cc3009c8ea1f9a963beaf8c43 (patch)
treece2023c62d300a77a549fcfc76a549e7902c0477 /include
parentd244f86a4d92b33c3ee8cb705b255287b7652c9c (diff)
merge from gcc
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog10
-rw-r--r--include/dwarf2.def3
-rw-r--r--include/floatformat.h3
3 files changed, 15 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index e90130f66..17a62bade 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,13 @@
+2013-08-20 Alan Modra <amodra@gmail.com>
+
+ * floatformat.h (floatformat_ibm_long_double): Delete.
+ (floatformat_ibm_long_double_big): Declare.
+ (floatformat_ibm_long_double_little): Declare.
+
+2013-08-19 Dehao Chen <dehao@google.com>
+
+ * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
+
2013-08-02 Caroline Tice <cmtice@google.com>
* vtv-change-permission.h: New file.
diff --git a/include/dwarf2.def b/include/dwarf2.def
index 7fe2df126..71a37b30c 100644
--- a/include/dwarf2.def
+++ b/include/dwarf2.def
@@ -390,6 +390,9 @@ DW_AT (DW_AT_GNU_ranges_base, 0x2132)
DW_AT (DW_AT_GNU_addr_base, 0x2133)
DW_AT (DW_AT_GNU_pubnames, 0x2134)
DW_AT (DW_AT_GNU_pubtypes, 0x2135)
+/* Attribute for discriminator.
+ See http://gcc.gnu.org/wiki/Discriminator */
+DW_AT (DW_AT_GNU_discriminator, 0x2136)
/* VMS extensions. */
DW_AT (DW_AT_VMS_rtnbeg_pd_address, 0x2201)
/* GNAT extensions. */
diff --git a/include/floatformat.h b/include/floatformat.h
index b5951644e..04db61a26 100644
--- a/include/floatformat.h
+++ b/include/floatformat.h
@@ -128,7 +128,8 @@ extern const struct floatformat floatformat_ia64_spill_little;
extern const struct floatformat floatformat_ia64_quad_big;
extern const struct floatformat floatformat_ia64_quad_little;
/* IBM long double (double+double). */
-extern const struct floatformat floatformat_ibm_long_double;
+extern const struct floatformat floatformat_ibm_long_double_big;
+extern const struct floatformat floatformat_ibm_long_double_little;
/* Convert from FMT to a double.
FROM is the address of the extended float.