gold: Add sparc IFUNC support to Gold.
[deliverable/binutils-gdb.git] / gdb / gdb_wait.h
index a583050868bde8663997e4954562e8324d578f43..1d02f37374082dcc5909568e60f4a9da02d419dc 100644 (file)
@@ -1,6 +1,5 @@
 /* Standard wait macros.
-   Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2000, 2007-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
 /* 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))
This page took 0.024339 seconds and 4 git commands to generate.