Re: Fix missing declarations in libgloss m68k
Jean-Paul Mari <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <BN6PR16MB3139645FD493FCF73D7E0A3AA723A@BN6PR16MB3139.namprd16.prod.outlook.com> |
Hi Corinna, Thank you for the feedback, I will keep this in mind for the future. Regards, JP ________________________________ From: Corinna Vinschen <[email protected]> Sent: Monday, August 4, 2025 05:44 To: Jean-Paul Mari <[email protected]> Cc: [email protected] <[email protected]> Subject: Re: Fix missing declarations in libgloss m68k Hi Jean-Paul, On Aug 3 15:03, Jean-Paul Mari wrote: > This patch avoids compilation errors. > > From 607d7d9a06cbd53144fee62983bb3b4c338f37de Mon Sep 17 00:00:00 2001 > From: Jean-Paul Mari <[email protected]> > Date: Fri, 27 Jun 2025 06:57:26 -0400 > Subject: [PATCH 0/1] Fix missing declarations in libgloss m68k > > This patch adds missing function declarations in several m68k-specific libgloss source files. > This helps avoid implicit declaration compiler warnings / errors and ensures better portability. > > Tested by building newlib for m68k-elf with GCC. This text should be in the actual patch commit message, not in the cover letter. I pushed your patch with this commit message. You don't need to send a cover letter if the series consists of only one patch, btw. Thanks, Corinna