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
dcb44500
Commit
dcb44500
authored
Aug 27, 2002
by
J"orn Rennecke
Committed by
Joern Rennecke
Aug 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sh.h (MAX_FIXED_MODE_SIZE): Define.
From-SVN: r56599
parent
3ec07554
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/config/sh/sh.h
+2
-0
No files found.
gcc/ChangeLog
View file @
dcb44500
Tue
Aug
27
13
:
53
:
57
2002
J
"orn Rennecke <joern.rennecke@superh.com>
* sh.h (MAX_FIXED_MODE_SIZE): Define.
2002-08-27 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
2002-08-27 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
* doc/cpp.texi (Common Predefined Macros): Don't mess with table
* doc/cpp.texi (Common Predefined Macros): Don't mess with table
...
...
gcc/config/sh/sh.h
View file @
dcb44500
...
@@ -3271,6 +3271,8 @@ extern int rtx_equal_function_value_matters;
...
@@ -3271,6 +3271,8 @@ extern int rtx_equal_function_value_matters;
#define PROMOTE_FUNCTION_ARGS
#define PROMOTE_FUNCTION_ARGS
#define PROMOTE_FUNCTION_RETURN
#define PROMOTE_FUNCTION_RETURN
#define MAX_FIXED_MODE_SIZE (TARGET_SH5 ? 128 : 64)
/* ??? Define ACCUMULATE_OUTGOING_ARGS? This is more efficient than pushing
/* ??? Define ACCUMULATE_OUTGOING_ARGS? This is more efficient than pushing
and poping arguments. However, we do have push/pop instructions, and
and poping arguments. However, we do have push/pop instructions, and
rather limited offsets (4 bits) in load/store instructions, so it isn't
rather limited offsets (4 bits) in load/store instructions, so it isn't
...
...
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