aboutsummaryrefslogtreecommitdiff
path: root/libphobos
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-12-22 00:18:07 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-12-22 00:18:07 +0000
commitf9406821cf8be9a54a9cecd0709854725e148635 (patch)
tree0a20283592547eff7d84e61ccc15491e8fa8ebd1 /libphobos
parentecc83ab1df42016e41d0701278b86a3006186998 (diff)
downloadgcc-f9406821cf8be9a54a9cecd0709854725e148635.zip
gcc-f9406821cf8be9a54a9cecd0709854725e148635.tar.gz
gcc-f9406821cf8be9a54a9cecd0709854725e148635.tar.bz2
Daily bump.
Diffstat (limited to 'libphobos')
-rw-r--r--libphobos/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index 2c8f47f..1369a5c 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,18 @@
+2021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ Backported from master:
+ 2021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * configure.tgt: Add power*-*-freebsd* as a supported target.
+ * libdruntime/core/sys/freebsd/config.d: Define
+ __FreeBSD_version for FreeBSD_13 targets.
+
+2021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ PR d/103604
+ * libdruntime/core/sys/posix/sys/stat.d (struct stat_t): Fix
+ definition for MIPS64.
+
2021-12-02 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master: