Commit 84221183 by Matthias Klose Committed by Jeff Law

* gcc.1: Document exit codes.

From-SVN: r30124
parent 8badec73
Thu Oct 21 20:30:19 1999 Matthias Klose <doko@debian.org>
* gcc.1: Document exit codes.
Thu Oct 21 12:49:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> Thu Oct 21 12:49:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* calls.c: Include tm_p.h later, so everything we need is defined. * calls.c: Include tm_p.h later, so everything we need is defined.
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
.if n .sp .if n .sp
.if t .sp 0.4 .if t .sp 0.4
.. ..
.Id $Id: gcc.1,v 1.10 1999/06/02 01:37:02 law Exp $ .Id $Id: gcc.1,v 1.11 1999/09/23 14:49:11 law Exp $
.TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools" .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools"
.SH NAME .SH NAME
gcc, g++ \- GNU project C and C++ Compiler (gcc-2.96) gcc, g++ \- GNU project C and C++ Compiler (gcc-2.96)
...@@ -4141,6 +4141,11 @@ comes from the environment variable ...@@ -4141,6 +4141,11 @@ comes from the environment variable
if available, else if available, else
.B /tmp\c .B /tmp\c
\&). \&).
.SH "EXIT STATUS"
Normally the exit status is 0, if compilation or link edit are successful,
and nonzero else. The option
.B -Werror
treats each warning as an error.
.SH "SEE ALSO" .SH "SEE ALSO"
cpp(1), as(1), ld(1), gdb(1), adb(1), dbx(1), sdb(1). cpp(1), as(1), ld(1), gdb(1), adb(1), dbx(1), sdb(1).
.br .br
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment