diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog index a9f47eb1113299bdb45f363110a1e98f17c58240..2e8b677f77f9ccc9bbf28f091dd2bc8404f34213 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.