2011-05-04 Yao Qi <yao@codesourcery.com>
authorYao Qi <yao@codesourcery.com>
Wed, 4 May 2011 06:28:45 +0000 (06:28 +0000)
committerYao Qi <yao@codesourcery.com>
Wed, 4 May 2011 06:28:45 +0000 (06:28 +0000)
* gdb_wait.h: remove WAITTYPE and WCOREDUMP.

gdb/ChangeLog
gdb/gdb_wait.h

index 6d6cac6b56dfa9d4f5073fd3a7cc90a90dd6170d..9e1cc66fc4c0adee8295fdc68f6657339d4048c4 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-04  Yao Qi  <yao@codesourcery.com>
+
+       * gdb_wait.h: remove WAITTYPE and WCOREDUMP.
+
 2011-05-03  Joel Brobecker <brobecker@adacore.com>
 
         Revert:
index a583050868bde8663997e4954562e8324d578f43..19485f50f63200e3746dd7046a9276dc70651cc4 100644 (file)
 
 /* These are not defined in POSIX, but are used by our programs.  */
 
-#define WAITTYPE       int
-
-#ifndef        WCOREDUMP
-#define WCOREDUMP(w)   (((w)&0200) != 0)
-#endif
-
 #ifndef        WSETEXIT
 # ifdef        W_EXITCODE
 #define        WSETEXIT(w,status) ((w) = W_EXITCODE(status,0))