Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
772c85b0
Commit
772c85b0
authored
Jan 25, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(FAILURE_EXIT_CODE): Define.
From-SVN: r8821
parent
71efde97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
gcc/config/vax/xm-vms.h
+4
-2
No files found.
gcc/config/vax/xm-vms.h
View file @
772c85b0
/* Configuration for GNU C-compiler for Vax.
/* Configuration for GNU C-compiler for Vax.
Copyright (C) 1987, 1994 Free Software Foundation, Inc.
Copyright (C) 1987, 1994
, 1995
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -48,7 +48,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -48,7 +48,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define HOST_FLOAT_FORMAT VAX_FLOAT_FORMAT
#define HOST_FLOAT_FORMAT VAX_FLOAT_FORMAT
#define SUCCESS_EXIT_CODE 1
#define SUCCESS_EXIT_CODE 1
#define FATAL_EXIT_CODE (44 | 0x10000000)
/* Failure, and no DCL message. */
#define FAILURE_EXIT_CODE (2 | 0x10000000)
/* Error, and no DCL message. */
#define FATAL_EXIT_CODE (44 | 0x10000000)
/* Abort, and no DCL message. */
/* (FAILURE_ is used in cccp.c, FATAL_ by toplev.c, plus gen*.c and bi-*.c) */
/* A couple of conditionals for execution machine are controlled here. */
/* A couple of conditionals for execution machine are controlled here. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment