aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2008-02-17 15:46:30 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2008-02-17 15:46:30 +0000
commit6df548d2d30d517e98adb449e5f21fed9cc05a9a (patch)
tree0fb6724d2a6fc243683e49eb53e08ea69968b4b2 /libstdc++-v3/ChangeLog
parentf0a77246d3d8bdf1e72502ed94c6f8c56e45333d (diff)
downloadgcc-6df548d2d30d517e98adb449e5f21fed9cc05a9a.zip
gcc-6df548d2d30d517e98adb449e5f21fed9cc05a9a.tar.gz
gcc-6df548d2d30d517e98adb449e5f21fed9cc05a9a.tar.bz2
re PR libstdc++/35221 (libstdc++ broken)
2008-02-17 Paolo Carlini <pcarlini@suse.de> PR libstdc++/35221 * include/parallel/types.h: Reinstate integer types typedefs. * include/parallel/multiseq_selection.h: Adjust. * include/parallel/compatibility.h: Likewise. * include/parallel/random_shuffle.h: Likewise. * include/parallel/random_number.h: Likewise. * include/parallel/base.h: Likewise. From-SVN: r132380
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index e1abc1d..f5b9e1e 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,15 @@
2008-02-17 Paolo Carlini <pcarlini@suse.de>
+ PR libstdc++/35221
+ * include/parallel/types.h: Reinstate integer types typedefs.
+ * include/parallel/multiseq_selection.h: Adjust.
+ * include/parallel/compatibility.h: Likewise.
+ * include/parallel/random_shuffle.h: Likewise.
+ * include/parallel/random_number.h: Likewise.
+ * include/parallel/base.h: Likewise.
+
+2008-02-17 Paolo Carlini <pcarlini@suse.de>
+
PR libstdc++/35209
* config/abi/pre/gnu.ver: Export stdio_sync_filebuf symbols.
* testsuite/ext/stdio_sync_filebuf/char/35209.cc: New.