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>2014-09-28 21:46:07 +0400
committerDJ Delorie <dj@redhat.com>2014-09-28 21:46:07 +0400
commit34fbc9859c3b26d15b9569ed87b4229aa40a025f (patch)
tree7a0837f3b22b617e57b3be9e68d2463c356f746a /include/ChangeLog
parentc30356443ece81304501c7fb59209b55175306bd (diff)
merge from gcc
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 8c76d66bf..8eade054b 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,21 @@
+2014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
+
+ * libiberty.h (PEX_STDOUT_APPEND): New flag.
+ (PEX_STDERR_APPEND): Likewise.
+
+2014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * demangle.h (DMGL_DLANG): New macro.
+ (DMGL_STYLE_MASK): Add DMGL_DLANG.
+ (demangling_styles): Add dlang_demangling.
+ (DLANG_DEMANGLING_STYLE_STRING): New macro.
+ (DLANG_DEMANGLING): New macro.
+ (dlang_demangle): New prototype.
+
+2014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ * longlong.h: Add __udiv_w_sdiv prototype.
+
2014-06-10 Thomas Schwinge <thomas@codesourcery.com>
PR lto/61334