Message ID | 20171207181909.1112-1-yselkowi@redhat.com |
---|---|
Headers | show |
Series | Newlib ANSI-fication | expand |
On Dec 7 12:18, Yaakov Selkowitz wrote: > Yaakov Selkowitz (17): > ansification: remove _AND > ansification: remove _CONST > ansification: remove _DOTS > ansification: remove _NOARGS > ansification: remove _PARAMS > ansification: remove _VOID_PTR > ansification: remove _PTR > ansification: remove _CAST_VOID > ansification: remove _DEFUN_VOID > ansification: remove _VOID > ansification: remove _VOLATILE, _SIGNED > ansification: remove _DEFUN > ansification: remove _EXFNPTR, _EXPARM > ansification: remove _EXFUN, _EXFUN_NOTHROW > ansification: remove _HAVE_STDC > ansification: fix makedoc for ANSI C > ansification: remove ansidecl.h from makedoc ACK to series. Thanks, Corinna -- Corinna Vinschen Cygwin Maintainer Red Hat
ACK as well, but please add some documentation. We can bump the major release for the yearly snapshot so you can doc that as of 3.0.0, K&R compiler support has been dropped. -- Jeff J. On Tue, Dec 12, 2017 at 7:49 AM, Corinna Vinschen <vinschen@redhat.com> wrote: > On Dec 7 12:18, Yaakov Selkowitz wrote: > > Yaakov Selkowitz (17): > > ansification: remove _AND > > ansification: remove _CONST > > ansification: remove _DOTS > > ansification: remove _NOARGS > > ansification: remove _PARAMS > > ansification: remove _VOID_PTR > > ansification: remove _PTR > > ansification: remove _CAST_VOID > > ansification: remove _DEFUN_VOID > > ansification: remove _VOID > > ansification: remove _VOLATILE, _SIGNED > > ansification: remove _DEFUN > > ansification: remove _EXFNPTR, _EXPARM > > ansification: remove _EXFUN, _EXFUN_NOTHROW > > ansification: remove _HAVE_STDC > > ansification: fix makedoc for ANSI C > > ansification: remove ansidecl.h from makedoc > > ACK to series. > > > Thanks, > Corinna > > -- > Corinna Vinschen > Cygwin Maintainer > Red Hat >
Hello, On 18/12/17 23:29, Jeff Johnston wrote: > ACK as well, but please add some documentation. We can bump the major > release > for the yearly snapshot so you can doc that as of 3.0.0, K&R compiler > support has been dropped. what is the status of this patch set? Would it be possible to get a release candidate snapshot once this is committed? This would greatly simplify the testing on our side. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.huber@embedded-brains.de PGP : Public key available on request. Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
On 2017-12-18 16:29, Jeff Johnston wrote:
> ACK as well, but please add some documentation.
Where, exactly?
--
Yaakov
On 2018-01-10 09:58, Yaakov Selkowitz wrote: > On 2017-12-18 16:29, Jeff Johnston wrote: >> ACK as well, but please add some documentation. > > Where, exactly? newlib/README already says the following since at least 2000: NOTE THAT YOU MUST HAVE ALREADY BUILT AND INSTALLED GCC and BINUTILS. Which would already rule out any ancient or custom K&R compilers, so I'm really not sure if and how to further specify this. -- Yaakov
I already mentioned I would do the docs if you checked in the patches. It would be a simple statement to say that K&R support used to exist but was removed as of 3.0. As well, there is a section on more documentation and you can state that docs used to have multiple formats supported, but no longer. Anyway, as I said, I will do the docs as part of the 3.0 snapshot. -- Jeff J. On Tue, Jan 16, 2018 at 9:49 PM, Yaakov Selkowitz <yselkowitz@cygwin.com> wrote: > On 2018-01-10 09:58, Yaakov Selkowitz wrote: > > On 2017-12-18 16:29, Jeff Johnston wrote: > >> ACK as well, but please add some documentation. > > > > Where, exactly? > > newlib/README already says the following since at least 2000: > > NOTE THAT YOU MUST HAVE ALREADY BUILT AND INSTALLED GCC and BINUTILS. > > Which would already rule out any ancient or custom K&R compilers, so I'm > really not sure if and how to further specify this. > > -- > Yaakov > >
On 09/01/18 15:33, Sebastian Huber wrote: > Hello, > > On 18/12/17 23:29, Jeff Johnston wrote: >> ACK as well, but please add some documentation. We can bump the major >> release >> for the yearly snapshot so you can doc that as of 3.0.0, K&R compiler >> support has been dropped. > > what is the status of this patch set? Would it be possible to get a > release candidate snapshot once this is committed? This would greatly > simplify the testing on our side. > I was able to build all RTEMS targets (except m32c due to GCC bugs) with the GCC 7.3 release candidate and the Newlib with these patches applied (4cd1905add4404d995f1a7c77bc298957b01f91d). -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.huber@embedded-brains.de PGP : Public key available on request. Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.