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
845b1456
Commit
845b1456
authored
Jun 17, 2002
by
Nick Clifton
Committed by
Nick Clifton
Jun 17, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(CUMULATIVE_ARGS): Replace typedef with #define.
From-SVN: r54701
parent
9d5feb9b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+3
-0
gcc/config/fr30/fr30.h
+1
-1
No files found.
gcc/ChangeLog
View file @
845b1456
2002-06-17 Nick Clifton <nickc@cambridge.redhat.com>
* config/fr30/fr30.h (CUMULATIVE_ARGS): Replace typedef with
#define.
* config/m32r/m32r.md: Replace gen_sequence with get_insns.
2002-06-16 Richard Henderson <rth@redhat.com>
...
...
gcc/config/fr30/fr30.h
View file @
845b1456
...
...
@@ -718,7 +718,7 @@ enum reg_class
/* On the FR30 this value is an accumulating count of the number of argument
registers that have been filled with argument values, as opposed to say,
the number of bytes of argument accumulated so far. */
typedef
int
CUMULATIVE_ARGS
;
#define CUMULATIVE_ARGS int
/* A C expression for the number of words, at the beginning of an argument,
must be put in registers. The value must be zero for arguments that are
...
...
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