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
856aa687
Commit
856aa687
authored
May 24, 1995
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(FUNCTION_ARG_BOUNDARY): Use GET_MODE_BITSIZE.
From-SVN: r9805
parent
f7cb6357
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/m88k/m88k.h
+3
-3
No files found.
gcc/config/m88k/m88k.h
View file @
856aa687
...
@@ -198,13 +198,13 @@ extern char * reg_names[];
...
@@ -198,13 +198,13 @@ extern char * reg_names[];
Redefined in sysv4.h, and luna.h. */
Redefined in sysv4.h, and luna.h. */
#define VERSION_INFO1 "88open OCS/BCS, "
#define VERSION_INFO1 "88open OCS/BCS, "
#ifndef VERSION_INFO2
#ifndef VERSION_INFO2
#define VERSION_INFO2 "$Revision: 1.6
3
$"
#define VERSION_INFO2 "$Revision: 1.6
4
$"
#endif
#endif
#ifndef VERSION_STRING
#ifndef VERSION_STRING
#define VERSION_STRING version_string
#define VERSION_STRING version_string
#ifdef __STDC__
#ifdef __STDC__
#define TM_RCS_ID "@(#)" __FILE__ " $Revision: 1.6
3
$ " __DATE__
#define TM_RCS_ID "@(#)" __FILE__ " $Revision: 1.6
4
$ " __DATE__
#else
#else
#define TM_RCS_ID "$What: <@(#) m88k.h,v 1.1.1.2.2.2> $"
#define TM_RCS_ID "$What: <@(#) m88k.h,v 1.1.1.2.2.2> $"
#endif
/* __STDC__ */
#endif
/* __STDC__ */
...
@@ -1085,7 +1085,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
...
@@ -1085,7 +1085,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
of an argument with the specified mode and type. If it is not defined,
of an argument with the specified mode and type. If it is not defined,
`PARM_BOUNDARY' is used for all arguments. */
`PARM_BOUNDARY' is used for all arguments. */
#define FUNCTION_ARG_BOUNDARY(MODE, TYPE) \
#define FUNCTION_ARG_BOUNDARY(MODE, TYPE) \
(((TYPE) ? TYPE_ALIGN (TYPE) : GET_MODE_SIZE (MODE)) <= PARM_BOUNDARY \
(((TYPE) ? TYPE_ALIGN (TYPE) : GET_MODE_
BIT
SIZE (MODE)) <= PARM_BOUNDARY \
? PARM_BOUNDARY : 2 * PARM_BOUNDARY)
? PARM_BOUNDARY : 2 * PARM_BOUNDARY)
/* Generate necessary RTL for __builtin_saveregs().
/* Generate necessary RTL for __builtin_saveregs().
...
...
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