aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog19
1 files changed, 13 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6518a3b..71e9602 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,11 +1,18 @@
+2016-01-26 Michael Matz <matz@suse.de>
+
+ * configure.ac (ac_cv_std_swap_in_utility): New test.
+ * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
+ * configure: Regenerate.
+ * config.in: Regenerate.
+
2016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
- * config/arc/arc.md (cstoresi4): Force operand into register.
- (arcset<code>): Fix predicate.
- (arcsetltu): Likewise.
- (arcsetgeu): Likewise.
- (arcsethi): Likewise.
- (arcsetls): Likewise.
+ * config/arc/arc.md (cstoresi4): Force operand into register.
+ (arcset<code>): Fix predicate.
+ (arcsetltu): Likewise.
+ (arcsetgeu): Likewise.
+ (arcsethi): Likewise.
+ (arcsetls): Likewise.
2016-01-26 Jakub Jelinek <jakub@redhat.com>