aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-08-10 00:17:26 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-08-10 00:17:26 +0000
commit9b099a83b45b8fcdfc07d518e05d36ea741b2227 (patch)
treed0da432e1502060665d0a4834088a76c0914bce7 /gcc/m2/ChangeLog
parent83c77b31b8aa57c189febf441d3906e402e7da7a (diff)
downloadgcc-9b099a83b45b8fcdfc07d518e05d36ea741b2227.zip
gcc-9b099a83b45b8fcdfc07d518e05d36ea741b2227.tar.gz
gcc-9b099a83b45b8fcdfc07d518e05d36ea741b2227.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/m2/ChangeLog')
-rw-r--r--gcc/m2/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index 463faaf..62b2069 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,13 @@
+2023-08-09 Gaius Mulley <gaiusmod2@gmail.com>
+
+ PR modula2/110779
+ * gm2-libs-iso/SysClock.mod (GetClock): Test GetTimespec
+ return value.
+ (SetClock): Test SetTimespec return value.
+ * gm2-libs-iso/wrapclock.def (GetTimespec): Add integer
+ return type.
+ (SetTimespec): Add integer return type.
+
2023-08-05 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/110779