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
53e2d849
Commit
53e2d849
authored
May 24, 2000
by
Lars Brinkhoff
Committed by
Jeff Law
May 23, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pdp11.h (STACK_BOUNDARY): Define.
From-SVN: r34121
parent
212e7048
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+4
-0
gcc/config/pdp11/pdp11.h
+3
-0
No files found.
gcc/ChangeLog
View file @
53e2d849
2000
-
05
-
24
Lars
Brinkhoff
<
lars
@nocrew
.
org
>
*
pdp11
.
h
(
STACK_BOUNDARY
)
:
Define
.
2000
-
05
-
24
Jakub
Jelinek
<
jakub
@redhat
.
com
>
2000
-
05
-
24
Jakub
Jelinek
<
jakub
@redhat
.
com
>
*
ifcvt
.
c
(
if_convert
)
:
Update
life
info
globally
.
*
ifcvt
.
c
(
if_convert
)
:
Update
life
info
globally
.
gcc/config/pdp11/pdp11.h
View file @
53e2d849
...
@@ -193,6 +193,9 @@ extern int target_flags;
...
@@ -193,6 +193,9 @@ extern int target_flags;
/* Allocation boundary (in *bits*) for storing arguments in argument list. */
/* Allocation boundary (in *bits*) for storing arguments in argument list. */
#define PARM_BOUNDARY 16
#define PARM_BOUNDARY 16
/* Boundary (in *bits*) on which stack pointer should be aligned. */
#define STACK_BOUNDARY 16
/* Allocation boundary (in *bits*) for the code of a function. */
/* Allocation boundary (in *bits*) for the code of a function. */
#define FUNCTION_BOUNDARY 16
#define FUNCTION_BOUNDARY 16
...
...
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