diff options
Diffstat (limited to 'gcc/cobol/ChangeLog')
-rw-r--r-- | gcc/cobol/ChangeLog | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog index 9dfda4c..be421d2 100644 --- a/gcc/cobol/ChangeLog +++ b/gcc/cobol/ChangeLog @@ -1,3 +1,58 @@ +2025-03-18 Iain Sandoe <iain@sandoe.co.uk> + + * gcobolspec.cc (append_rpath): Remove. + (lang_specific_driver): Remove hard-wired rpath and library + names. + +2025-03-18 Iain Sandoe <iain@sandoe.co.uk> + + PR cobol/119301 + * util.cc: Check for the availability of get_current_dir_name + snf fall back to getcwd() if it is not present on the host. + +2025-03-18 Richard Biener <rguenther@suse.de> + + * gengen.cc (gg_finalize_function): Dump to TDI_original. + +2025-03-18 Bob Dubner <rdubner@symas.com> + + * cdf.y: Make compatible with C++14. + * copybook.h: Likewise. + * dts.h: Likewise. + * except.cc: Likewise. + * genapi.cc: Likewise. + * genutil.cc: Likewise. + * genutil.h: Likewise. + * lexio.cc: Likewise. + * parse.y: Likewise. + * parse_ante.h: Likewise. + * show_parse.h: Likewise. + * symbols.cc: Likewise. + * symbols.h: Likewise. + * util.cc: Likewise. + +2025-03-18 Matthias Klose <doko@ubuntu.com> + + * Make-lang.in (GCOBC_TARGET_INSTALL_NAME, gcobol-cross): New. + (cobol.all.cross): Depend on gcobol-cross. + (cobol.install-common): Adjust install for the cross build. + (cobol.uninstall): Use *_INSTALL_NAME for uninstall. + +2025-03-18 Iain Sandoe <iain@sandoe.co.uk> + + * util.cc (cbl_field_t::report_invalid_initial_value): Avoid + auto here and specify const char *. + +2025-03-18 Jose E. Marchesi <jose.marchesi@oracle.com> + + * cdf-copy.cc (copybook_elem_t::open_file): Use ldirname rather + than dirname. + +2025-03-18 Iain Sandoe <iain@sandoe.co.uk> + + * parse.y: Remove c++ header includes appearing after + system.h. + 2025-03-17 Bob Dubner <rdubner@symas.com> PR cobol/119213 |