aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4901cb1..2a24628 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2018-05-13 Alexander Monakov <amonakov@ispras.ru>
+
+ * sort.cc: New file.
+ * system.h [!CHECKING_P] (qsort): Redirect to gcc_qsort.
+ * vec.c (qsort_chk): Use gcc_qsort.
+ * Makefile.in (OBJS-libcommon): Add sort.o.
+ (build/sort.o): New target. Use it...
+ (BUILD_RTL): ... here, and...
+ (build/gencfn-macros): ... here, and...
+ (build/genmatch): ... here.
+
2018-05-13 Kito Cheng <kito.cheng@gmail.com>
Chung-Ju Wu <jasonwucj@gmail.com>