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
41dc1085
Commit
41dc1085
authored
Jul 26, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(HAVE_STRERROR): Define.
(__BSD_NET2__): Define. From-SVN: r10167
parent
c3cf0375
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
+8
-1
gcc/config/pa/xm-pa.h
+8
-1
No files found.
gcc/config/pa/xm-pa.h
View file @
41dc1085
/* Configuration for GNU C-compiler for PA-RISC.
Copyright (C) 1988 Free Software Foundation, Inc.
Copyright (C) 1988
, 1995
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com).
This file is part of GNU CC.
...
...
@@ -50,6 +50,13 @@ extern int errno;
/* Don't try to use sys_siglist. */
#define NO_SYS_SIGLIST
/* We have strerror, don't try to use sys_errlist. */
#define HAVE_STRERROR
/* 4.3BSD, OSF1 and Lites on the PA are all derived from NET2 or
later code from Berkeley. */
#define __BSD_NET2__
/* HP's compiler has problems with enum bitfields. */
#define ONLY_INT_FIELDS
...
...
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