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
ed33106f
Commit
ed33106f
authored
May 02, 1997
by
David Edelsohn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename ALIGN to RS6000_ALIGN to prtect namespace
From-SVN: r14010
parent
99c2b71f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/config/rs6000/rs6000.h
+4
-4
No files found.
gcc/config/rs6000/rs6000.h
View file @
ed33106f
...
@@ -1198,7 +1198,7 @@ extern int rs6000_fpmem_size;
...
@@ -1198,7 +1198,7 @@ extern int rs6000_fpmem_size;
extern
int
rs6000_sysv_varargs_p
;
extern
int
rs6000_sysv_varargs_p
;
/* Align an address */
/* Align an address */
#define ALIGN(n,a) (((n) + (a) - 1) & ~((a) - 1))
#define
RS6000_
ALIGN(n,a) (((n) + (a) - 1) & ~((a) - 1))
/* Initialize data used by insn expanders. This is called from
/* Initialize data used by insn expanders. This is called from
init_emit, once for each function, before code is generated. */
init_emit, once for each function, before code is generated. */
...
@@ -1210,7 +1210,7 @@ extern int rs6000_sysv_varargs_p;
...
@@ -1210,7 +1210,7 @@ extern int rs6000_sysv_varargs_p;
/* Offset of V.4 varargs area */
/* Offset of V.4 varargs area */
#define RS6000_VARARGS_OFFSET \
#define RS6000_VARARGS_OFFSET \
(
ALIGN (current_function_outgoing_args_size, 8)
\
(
RS6000_ALIGN (current_function_outgoing_args_size, 8)
\
+ RS6000_SAVE_AREA)
+ RS6000_SAVE_AREA)
/* Offset within stack frame to start allocating local variables at.
/* Offset within stack frame to start allocating local variables at.
...
@@ -1223,7 +1223,7 @@ extern int rs6000_sysv_varargs_p;
...
@@ -1223,7 +1223,7 @@ extern int rs6000_sysv_varargs_p;
outgoing parameter area. */
outgoing parameter area. */
#define STARTING_FRAME_OFFSET \
#define STARTING_FRAME_OFFSET \
(
ALIGN (current_function_outgoing_args_size, 8)
\
(
RS6000_ALIGN (current_function_outgoing_args_size, 8)
\
+ RS6000_VARARGS_AREA \
+ RS6000_VARARGS_AREA \
+ RS6000_SAVE_AREA)
+ RS6000_SAVE_AREA)
...
@@ -1234,7 +1234,7 @@ extern int rs6000_sysv_varargs_p;
...
@@ -1234,7 +1234,7 @@ extern int rs6000_sysv_varargs_p;
length of the outgoing arguments. The default is correct for most
length of the outgoing arguments. The default is correct for most
machines. See `function.c' for details. */
machines. See `function.c' for details. */
#define STACK_DYNAMIC_OFFSET(FUNDECL) \
#define STACK_DYNAMIC_OFFSET(FUNDECL) \
(
ALIGN (current_function_outgoing_args_size, 8)
\
(
RS6000_ALIGN (current_function_outgoing_args_size, 8)
\
+ (STACK_POINTER_OFFSET))
+ (STACK_POINTER_OFFSET))
/* If we generate an insn to push BYTES bytes,
/* If we generate an insn to push BYTES bytes,
...
...
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