From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Eli Zaretskii Cc: gdb-patches@sourceware.cygnus.com Subject: Re: [RFA] Update NEWS for v5.1 Date: Thu, 19 Jul 2001 10:28:00 -0000 Message-id: <3B57189A.6030605@cygnus.com> References: X-SW-Source: 2001-07/msg00475.html > +* GDB requires an ISO C compiler. > + > +Building GDB requires an ISO C compliant compiler. In particular, the > +sources are fully protoized, and rely on standard headers being > +present. > + This was already true in GDB 5.0. It wouldn't hurt to mention that this process has been followed through. Something like: * GDB has been converted to ISO-C GDB's source code has been converted to ISO-C. In particular, the sources have been fully prototized, and rely on standard headers being present. Andrew