summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-05-31 00:16:22 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-05-31 00:16:22 +0000
commit945b53ccf6ae899e32c5ed88471ae60d5814c47d (patch)
tree670f1ba26ab4e67abeea2e0c7000389faf606483 /gcc/ChangeLog
parentd5cdcd5cf2b2920b44836005baceb59d046b6e5a (diff)
Daily bump.
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 c4d8bc25457..c0538a3ae89 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2020-05-31 Jim Wilson <jimw@sifive.com>
+
+ * config/riscv/riscv.md (zero_extendsidi2_shifted): New.
+
+2020-05-30 Jonathan Yong <10walls@gmail.com>
+
+ * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Insert -lkernel32
+ after -lmsvcrt. This is necessary as libmsvcrt.a is not a pure
+ import library, but also contains some functions that invoke
+ others in KERNEL32.DLL.
+
2020-05-29 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/altivec.md (altivec_vmrghw_direct): Prefer VSX form.