20000117 portability patches

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


FYI,

I've applied the below patch.  (And I've this memory of someone else
submitting similar changes so I've probably given them a clash :-( ).

	Andrew


Rodney Brown wrote:

> Suggested ChangeLog entry
> 2000-01-26  Rodney Brown <RodneyBrown@pmsc.com>
>         * procfs.c: define MERGEPID if not defined for osf4.0e
>         * include/ansidecl.h __DECC => ANSI capable compiler
> 
> --- gdb/procfs.c.orig   Sat Jan  8 07:28:50 2000
> +++ gdb/procfs.c        Fri Jan 21 13:26:04 2000
> @@ -287,6 +287,8 @@
>  #ifndef PIDGET
>  #define PIDGET(PID)            (PID)
>  #define TIDGET(PID)            (PID)
> +#endif
> +#ifndef MERGEPID
>  #define MERGEPID(PID, TID)     (PID)
>  #endif
>


More information about the Gdb-patches mailing list