Re: [PATCH 2/2] cobol: use ldirname in cdf-copy.cc

2025-04-05 Thread Jose E. Marchesi
> On Mon, Mar 17, 2025 at 7:45 PM Jose E. Marchesi > wrote: >> >> This patch changes gcc/cobol/cdf-copy.cc to use the new ldirname from >> libibertay rather than the host's dirname. This removes an include >> for libgen.h. >> >> Regtested in x86_64-linux-gnu by running make check-cobol. > > OK

Re: [PATCH 2/2] cobol: use ldirname in cdf-copy.cc

2025-04-04 Thread Richard Biener
On Mon, Mar 17, 2025 at 7:45 PM Jose E. Marchesi wrote: > > This patch changes gcc/cobol/cdf-copy.cc to use the new ldirname from > libibertay rather than the host's dirname. This removes an include > for libgen.h. > > Regtested in x86_64-linux-gnu by running make check-cobol. OK to both patches

[PATCH 2/2] cobol: use ldirname in cdf-copy.cc

2025-03-17 Thread Jose E. Marchesi
This patch changes gcc/cobol/cdf-copy.cc to use the new ldirname from libibertay rather than the host's dirname. This removes an include for libgen.h. Regtested in x86_64-linux-gnu by running make check-cobol. gcc/cobol/ChangeLog * cdf-copy.cc (copybook_elem_t::open_file): Use ldirname