20000117 portability patches

Andrew Cagney ac131313@cygnus.com
Sat Apr 1 00:00:00 GMT 2000


Rodney Brown wrote:

> --- include/ansidecl.h.orig     Sat Dec 25 04:26:54 1999
> +++ include/ansidecl.h  Sat Jan 22 16:19:55 2000
> @@ -94,7 +94,7 @@
>  /* LINTLIBRARY */
> 
> 
> -#if defined (__STDC__) || defined (_AIX) || (defined (__mips) && defined (_SYSTYPE_SVR4)) || defined(_WIN32)
> +#if defined (__STDC__) || defined (_AIX) || (defined (__mips) && defined (_SYSTYPE_SVR4)) || defined(_WIN32) || defined(__DECC)
>  /* All known AIX compilers implement these things (but don't always
>     define __STDC__).  The RISC/OS MIPS compiler defines these things
>     in SVR4 mode, but does not define __STDC__.  */

FYI, the include/ansidecl.h patch needs to go to binutils@sourceware. 
Fortunatly, gdb and binutils have the a common CVS repository so it will
appear pretty quick.

	Andrew


More information about the Gdb-patches mailing list