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
94fcbf65
Commit
94fcbf65
authored
Apr 15, 2005
by
David S. Miller
Committed by
David S. Miller
Apr 15, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sparc/sparc.h (sparc_hard_reg_printed): Mark as GTY(()).
From-SVN: r98202
parent
84c40293
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/sparc/sparc.h
+1
-1
No files found.
gcc/ChangeLog
View file @
94fcbf65
2005-04-15 David S. Miller <davem@davemloft.net>
* config/sparc/sparc.h (sparc_hard_reg_printed): Mark as GTY(()).
2005-04-15 Kazu Hirata <kazu@cs.umass.edu>
PR tree-optimization/21031
...
...
gcc/config/sparc/sparc.h
View file @
94fcbf65
...
...
@@ -1608,7 +1608,7 @@ extern GTY(()) rtx sparc_compare_op1;
case of a global register variable occupying more than one register
we prefix the second and following registers with .gnu.part1. etc. */
extern
char
sparc_hard_reg_printed
[
8
];
extern
GTY
(())
char
sparc_hard_reg_printed
[
8
];
#ifdef HAVE_AS_REGISTER_PSEUDO_OP
#define ASM_DECLARE_REGISTER_GLOBAL(FILE, DECL, REGNO, NAME) \
...
...
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