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
64a7723d
Commit
64a7723d
authored
Aug 23, 2000
by
Nick Clifton
Committed by
Nick Clifton
Aug 23, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace STRUCT_VALUE_REGNUm by STRUCT_VALUE
From-SVN: r35919
parent
bbdac7d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+5
-0
gcc/config/arm/arm.h
+2
-3
No files found.
gcc/ChangeLog
View file @
64a7723d
2000-08-23 Nick Clifton <nickc@redhat.com>
* config/arm/arm.h (STRUCT_VALUE): Define.
(STRUCT_VALUE_REGNUM): Delete.
2000-08-23 Zack Weinberg <zack@wolery.cumb.org>
* cpphash.h (IN_I): New flag for directive table.
...
...
gcc/config/arm/arm.h
View file @
64a7723d
...
...
@@ -876,9 +876,8 @@ extern const char * structure_size_string;
/* Return the regiser number of the N'th (integer) argument. */
#define ARG_REGISTER(N) (N - 1)
/* Register in which address to store a structure value
is passed to a function. */
#define STRUCT_VALUE_REGNUM ARG_REGISTER (1)
/* RTX for structure returns. NULL means use a hidden first argument. */
#define STRUCT_VALUE NULL
/* Specify the registers used for certain standard purposes.
The values of these macros are register numbers. */
...
...
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