projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9507a17
)
2011-05-04 Yao Qi <yao@codesourcery.com>
author
Yao Qi
<yao@codesourcery.com>
Wed, 4 May 2011 06:28:45 +0000
(06:28 +0000)
committer
Yao Qi
<yao@codesourcery.com>
Wed, 4 May 2011 06:28:45 +0000
(06:28 +0000)
* gdb_wait.h: remove WAITTYPE and WCOREDUMP.
gdb/ChangeLog
patch
|
blob
|
history
gdb/gdb_wait.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 6d6cac6b56dfa9d4f5073fd3a7cc90a90dd6170d..9e1cc66fc4c0adee8295fdc68f6657339d4048c4 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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:
diff --git
a/gdb/gdb_wait.h
b/gdb/gdb_wait.h
index a583050868bde8663997e4954562e8324d578f43..19485f50f63200e3746dd7046a9276dc70651cc4 100644
(file)
--- a/
gdb/gdb_wait.h
+++ b/
gdb/gdb_wait.h
@@
-78,12
+78,6
@@
/* 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))