From Rodney Brown: Define MERGEPID when needed.
authorAndrew Cagney <cagney@redhat.com>
Wed, 16 Feb 2000 08:02:57 +0000 (08:02 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 16 Feb 2000 08:02:57 +0000 (08:02 +0000)
gdb/ChangeLog
gdb/procfs.c

index e5ca498..1862fed 100644 (file)
@@ -1,3 +1,8 @@
+Wed Feb 16 19:00:02 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       From 2000-01-26 Rodney Brown <RodneyBrown@pmsc.com>:
+        * procfs.c: Define MERGEPID if not defined. For osf4.0e.
+
 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
 
        * Makefile.in (diststuff): Run 'diststuff' in doc/ subdir, not
index 920019f..b108078 100644 (file)
@@ -293,6 +293,8 @@ typedef prstatus_t gdb_lwpstatus_t;
 #ifndef PIDGET
 #define PIDGET(PID)            (PID)
 #define TIDGET(PID)            (PID)
+#endif
+#ifndef MERGEPID
 #define MERGEPID(PID, TID)     (PID)
 #endif