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
4eb31d4f
Commit
4eb31d4f
authored
Jan 14, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Jan 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/mn10300/mn10300.h (STRUCT_VALUE): Change to 0.
From-SVN: r75882
parent
16f425fc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/mn10300/mn10300.h
+1
-1
No files found.
gcc/ChangeLog
View file @
4eb31d4f
2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
* config/mn10300/mn10300.h (STRUCT_VALUE): Change to 0.
2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
* config/alpha/alpha.h (STRUCT_VALUE): Remove.
* config/alpha/alpha.h (STRUCT_VALUE): Remove.
* config/alpha/vms.h (STRUCT_VALUE_REGNUM): Remove #undef.
* config/alpha/vms.h (STRUCT_VALUE_REGNUM): Remove #undef.
(STRUCT_VALUE): Remove.
(STRUCT_VALUE): Remove.
...
...
gcc/config/mn10300/mn10300.h
View file @
4eb31d4f
...
@@ -630,7 +630,7 @@ struct cum_arg {int nbytes; };
...
@@ -630,7 +630,7 @@ struct cum_arg {int nbytes; };
is passed to a function. On the MN10300 it's passed as
is passed to a function. On the MN10300 it's passed as
the first parameter. */
the first parameter. */
#define STRUCT_VALUE
FIRST_DATA_REGNUM
#define STRUCT_VALUE
0
/* EXIT_IGNORE_STACK should be nonzero if, when returning from a function,
/* EXIT_IGNORE_STACK should be nonzero if, when returning from a function,
the stack pointer does not matter. The value is tested only in
the stack pointer does not matter. The value is tested only in
...
...
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