From c4dcdfd4c0884c2c0018afb80e5becf2109436d4 Mon Sep 17 00:00:00 2001
From: "James K. Lowden" <jklowden@symas.com>
Date: Thu, 13 Feb 2025 18:21:35 -0500
Subject: [PATCH] fix last entry

---
 gcc/cobol/ChangeLog | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog
index a9f47eb11132..2e8b677f77f9 100644
--- a/gcc/cobol/ChangeLog
+++ b/gcc/cobol/ChangeLog
@@ -1,13 +1,13 @@
+2025-02-11  Robert Dubner <rdubner@symas.com>
+	* libgcobol quietly is not built for -m32 systems in a multi-lib build
+	* configure.ac allows COBOL only for x86_64 and aarch64 architectures.
+	Other systems get a warning and the COBOL language is suppressed.
+
 2025-02-07  Robert Dubner <rdubner@symas.com>
 	* Modified configure.ac and Makefile.in to notices that MULTISUBDIR=/32 to
 	suppress 32-builds.
 	* Eliminate -Wunused-result warning in libgcobol.cc compilation
 
-2025-02-11  Robert Dubner <rdubner@symas.com>
-	* libgcobol quietly is not built for -m32 systems in a multi-lib build
-	* configure.ac allows COBOL only for x86_64 and aarch64 architectures.
-    Other systems get a warning and the COBOL language is suppressed.
-
 2025-01-28  Robert Dubner <rdubner@symas.com>
 	* Remove TRACE1 statements from parser_enter_file and parser_leave_file;
 	they are incompatible with COPY statements in the DATA DIVISION.
-- 
GitLab