This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Another exit codes question


On Fri, Mar 02, 2001 at 08:32:29AM +0100, Andreas Jaeger wrote:
> 
> I don't think that i370-linux exists.

All I know is there's a config/i370/xm-linux.h (and linux.h, t-linux, etc)

> The s390 port is finished and uses glibc 2.1 or newer.

The s390 port hasn't been merged into the official GCC tree - looking
through the archives I see a bunch of patches posted last October,
then deafening silence.  Those patches contain only one xm file,
xm-s390.h, and it uses the same definitions of *_EXIT_CODE as all the
i370 xm files do (success 0, fatal 12).

The only configuration it appears to support is s390-ibm-linux.  I'm
guessing it would be safe to use EXIT_SUCCESS, EXIT_FAILURE there?

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]