I think the term of art is "ping"? If GCC needs something from me to proceed with this, please tell me what it is.
--jkl On Thu, 7 Nov 2024 17:28:33 -0500 "James K. Lowden" <jklow...@schemamania.org> wrote: > On Fri, 8 Nov 2024 13:52:55 +0100 > Jakub Jelinek <ja...@redhat.com> wrote: > > > Rather than a diff from /dev/null, > > > it's a blob with the exact file contents. I hope it is correct in > > > this form. > > > > That is just how the web git viewer presents new file commits. > > On gcc-patches those should be posted as normal patches. > > Below is hopefully a well formed patch. It adds ChangeLogs for the > COBOL front end. > > [snip] > From 304f3678dbade1f60abdadb9ddd2baffae88013dpre.patch 4 Oct 2024 > 12:01:22 -0400 From: "James K. Lowden" <jklow...@symas.com> > Date: Fri 08 Nov 2024 03:30:08 PM EST > Subject: [PATCH] Add 'cobol' to 2 files > > gcc/cobol/ChangeLog [new file with mode: 0644] > libgcobol/ChangeLog [new file with mode: 0644] > > --- > gcc/cobol/ChangeLog | ++++++- > libgcobol/ChangeLog | ++++++ > 2 files changed, 12 insertions(+), 2 deletions(-) > diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog > new file mode 100644 > index 00000000000..2988f44a1f1 > --- /dev/null > +++ b/gcc/cobol/ChangeLog > @@ -0,0 +1,6 @@ > +^L > +Copyright (C) 2022 Free Software Foundation, Inc. > + > +Copying and distribution of this file, with or without modification, > +are permitted in any medium without royalty provided the copyright > +notice and this notice are preserved. > diff --git a/libgcobol/ChangeLog b/libgcobol/ChangeLog > new file mode 100644 > index 00000000000..2988f44a1f1 > --- /dev/null > +++ b/libgcobol/ChangeLog > @@ -0,0 +1,6 @@ > +^L > +Copyright (C) 2022 Free Software Foundation, Inc. > + > +Copying and distribution of this file, with or without modification, > +are permitted in any medium without royalty provided the copyright > +notice and this notice are preserved. > [pins]