Add a symbol's value to the computed frag offset, rather than overwriting it.
[deliverable/binutils-gdb.git] / gdb / procfs.c
index 920019fae17595cff691b724baacf5ed522e2e6a..b108078349871da592b9351d324a68511c3809b6 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
 
This page took 0.022369 seconds and 4 git commands to generate.