aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-12-13 00:17:49 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-12-13 00:17:49 +0000
commit8a5d6ce0e83c17a48541d27758291d6f7ef5c829 (patch)
treec9ae280004c418a5819cb2381ca6c3f53ecb7c7f /gcc/m2
parentb75683039960a621a0d7dd7c42eea32b7d2eff4d (diff)
downloadgcc-8a5d6ce0e83c17a48541d27758291d6f7ef5c829.zip
gcc-8a5d6ce0e83c17a48541d27758291d6f7ef5c829.tar.gz
gcc-8a5d6ce0e83c17a48541d27758291d6f7ef5c829.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/m2')
-rw-r--r--gcc/m2/ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index c0ce63d..2e479e4 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,40 @@
+2023-12-12 Gaius Mulley <gaiusmod2@gmail.com>
+
+ PR modula2/112984
+ * gm2-libs-coroutines/SYSTEM.mod: Remove redundant import of memcpy.
+ * gm2-libs-iso/ClientSocket.mod: Remove redundant import of IOConsts.
+ * gm2-libs-iso/IOChan.mod: Remove redundant import of IOConsts.
+ * gm2-libs-iso/IOLink.mod: Remove redundant import of IOChan and SYSTEM.
+ * gm2-libs-iso/IOResult.mod: Remove redundant import of IOChan.
+ * gm2-libs-iso/LongIO.mod: Remove redundant import of writeString.
+ * gm2-libs-iso/LongWholeIO.mod: Remove redundant import of IOChan.
+ * gm2-libs-iso/M2RTS.mod: Remove redundant import of ADDRESS.
+ * gm2-libs-iso/MemStream.mod: Remove redundant import of ADDRESS.
+ * gm2-libs-iso/RTdata.mod: Remove redundant import of DeviceTablePtr.
+ * gm2-libs-iso/RTfio.mod: Remove redundant import of DeviceTablePtr.
+ * gm2-libs-iso/RTgen.mod: Remove redundant import of DeviceTablePtr.
+ * gm2-libs-iso/RealIO.mod: Remove redundant import of writeString.
+ * gm2-libs-iso/RndFile.mod: Remove redundant import of SYSTEM.
+ * gm2-libs-iso/SYSTEM.mod: Remove redundant import of memcpy.
+ * gm2-libs-iso/ShortWholeIO.mod: Remove redundant import of IOConsts.
+ * gm2-libs-iso/TextIO.mod: Remove redundant import of IOChan.
+ * gm2-libs-iso/TextUtil.mod: Remove redundant import of IOChan.
+ * gm2-libs-iso/WholeIO.mod: Remove redundant import of IOChan.
+ * gm2-libs-log/BitByteOps.mod: Remove redundant import of BYTE.
+ * gm2-libs-log/FileSystem.mod: Remove redundant import of BYTE and ADDRESS.
+ * gm2-libs-log/InOut.mod: Remove redundant import of String.
+ * gm2-libs-log/RealConversions.mod: Remove redundant import of StringToLongreal.
+ * gm2-libs/FIO.mod: Remove redundant import of SIZE.
+ * gm2-libs/FormatStrings.mod: Remove redundant import of String
+ and ConCatChar.
+ * gm2-libs/IO.mod: Remove redundant import of SIZE.
+ * gm2-libs/Indexing.mod: Remove redundant import of ADDRESS.
+ * gm2-libs/M2Dependent.mod: Remove redundant import of SIZE.
+ * gm2-libs/M2RTS.mod: Remove redundant import of ADDRESS.
+ * gm2-libs/OptLib.mod: Remove redundant import of DynamicStrings.
+ * gm2-libs/SYSTEM.mod: Remove redundant import of memcpy.
+ * gm2-libs/StringConvert.mod: Remove redundant import of String.
+
2023-12-07 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/112893