diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-12-03 00:17:04 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-12-03 00:17:04 +0000 |
commit | ea6ef320b0d7e6a9335691af8c8d1daae396d2a7 (patch) | |
tree | ebce4b31b82870bcb4ea50e7360b875bfb18c006 /libphobos | |
parent | c841dc0a4dd944cf8f76f414a286aedff1e38dce (diff) | |
download | gcc-ea6ef320b0d7e6a9335691af8c8d1daae396d2a7.tar.gz |
Daily bump.
Diffstat (limited to 'libphobos')
-rw-r--r-- | libphobos/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index 4352d9caa68..6632404e979 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,13 @@ +2021-12-02 Iain Buclaw <ibuclaw@gdcproject.org> + + * libdruntime/core/thread/osthread.d (callWithStackShell): Push all + callee-save registers on the stack for AArch64 and ARM. + +2021-12-02 Iain Buclaw <ibuclaw@gdcproject.org> + + * src/std/math/hardware.d (FloatingPointControl.getControlState): Add + missing ControlState variable for AArch64. + 2021-12-01 Iain Buclaw <ibuclaw@gdcproject.org> * testsuite/testsuite_flags.in: Add libphobos library directory as |