aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-03-30 19:01:58 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-03-30 19:01:58 +0000
commit15dda4d3bc2128d7b59a1b8265911068ef0beb58 (patch)
tree2f9ae577f446e2df7bdc4c485d4ca512a55a9a32 /gcc/system.h
parent5bf92e20913144dd2f78754dd76310e75786e478 (diff)
downloadgcc-15dda4d3bc2128d7b59a1b8265911068ef0beb58.zip
gcc-15dda4d3bc2128d7b59a1b8265911068ef0beb58.tar.gz
gcc-15dda4d3bc2128d7b59a1b8265911068ef0beb58.tar.bz2
re PR other/6955 (collect2 says "core dumped" when there is no core)
PR other/6955 * collect2.c (collect_wait): Use WCOREDUMP and fix output message. * system.h (WCOREDUMP, WCOREFLG): Define if necessary. From-SVN: r65048
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 81988c5..2f16008 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -270,6 +270,12 @@ extern int errno;
#ifndef WSTOPSIG
#define WSTOPSIG WEXITSTATUS
#endif
+#ifndef WCOREDUMP
+#define WCOREDUMP(S) ((S) & WCOREFLG)
+#endif
+#ifndef WCOREFLG
+#define WCOREFLG 0200
+#endif
/* The HAVE_DECL_* macros are three-state, undefined, 0 or 1. If they
are defined to 0 then we must provide the relevant declaration