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


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
>

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