This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 20000117 portability patches


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]