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
b8913d05
Commit
b8913d05
authored
Jul 26, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(USE_C_ALLOCA): Always define.
From-SVN: r10168
parent
41dc1085
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
gcc/config/pa/xm-pa.h
+2
-3
gcc/config/pa/xm-pahpux.h
+3
-4
No files found.
gcc/config/pa/xm-pa.h
View file @
b8913d05
...
...
@@ -60,7 +60,6 @@ extern int errno;
/* HP's compiler has problems with enum bitfields. */
#define ONLY_INT_FIELDS
/*
If not compiled with GNU C, use C alloca. */
#ifndef __GNUC__
/*
Always claim to use C alloca; this prevents losing if building with
gcc -fno-builtin ... " */
#define USE_C_ALLOCA
#endif
gcc/config/pa/xm-pahpux.h
View file @
b8913d05
/* 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.
...
...
@@ -63,7 +63,6 @@ Boston, MA 02111-1307, USA. */
/* HP's compiler has problems with enum bitfields. */
#define ONLY_INT_FIELDS
/*
If not compiled with GNU C, use C alloca. */
#ifndef __GNUC__
/*
Always claim to use C alloca; this prevents losing if building with
gcc -fno-builtin ... " */
#define USE_C_ALLOCA
#endif
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