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
cb16fe9f
Commit
cb16fe9f
authored
Jul 16, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Jul 16, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
From-SVN: r28131
parent
30f08b39
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/config/pa/pa.h
+2
-2
No files found.
gcc/ChangeLog
View file @
cb16fe9f
Fri
Jul
16
13
:
48
:
09
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
Fri
Jul
16
13
:
48
:
09
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
pa
.
h
(
POINTER_SIZE
,
PARM_BOUNDARY
)
:
Define
in
terms
of
BITS_PER_WORD
.
*
configure
.
in
(
hppa
*-*-
hpux11
*
)
:
Use
symbolic
MASK_PA_11
instead
*
configure
.
in
(
hppa
*-*-
hpux11
*
)
:
Use
symbolic
MASK_PA_11
instead
of
"1"
.
of
"1"
.
...
...
gcc/config/pa/pa.h
View file @
cb16fe9f
...
@@ -348,10 +348,10 @@ int lhs_lshift_cint_operand ();
...
@@ -348,10 +348,10 @@ int lhs_lshift_cint_operand ();
/* Width in bits of a pointer.
/* Width in bits of a pointer.
See also the macro `Pmode' defined below. */
See also the macro `Pmode' defined below. */
#define POINTER_SIZE
32
#define POINTER_SIZE
BITS_PER_WORD
/* Allocation boundary (in *bits*) for storing arguments in argument list. */
/* Allocation boundary (in *bits*) for storing arguments in argument list. */
#define PARM_BOUNDARY
32
#define PARM_BOUNDARY
BITS_PER_WORD
/* Largest alignment required for any stack parameter, in bits.
/* Largest alignment required for any stack parameter, in bits.
Don't define this if it is equal to PARM_BOUNDARY */
Don't define this if it is equal to PARM_BOUNDARY */
...
...
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