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
e18a9b09
Commit
e18a9b09
authored
Nov 27, 2013
by
Chen Liqin
Committed by
Jeff Law
Nov 27, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/score/score.h (REG_CLASS_FROM_LETTER): Delete.
From-SVN: r205453
parent
b3ecff82
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
gcc/ChangeLog
+5
-0
gcc/config/score/score.h
+0
-3
No files found.
gcc/ChangeLog
View file @
e18a9b09
2013
-
11
-
27
Chen
Liqin
<
liqin
.
gcc
@
gmail
.
com
>
*
config
/
score
/
score
.
h
(
REG_CLASS_FROM_LETTER
):
Delete
.
(
score_char_to_class
):
Likewise
.
2013
-
11
-
27
Kenneth
Zadeck
<
zadeck
@
naturalbridge
.
com
>
*
fold
-
const
.
c
gcc/config/score/score.h
View file @
e18a9b09
...
...
@@ -395,9 +395,6 @@ enum reg_class
/* The class value for index registers. */
#define INDEX_REG_CLASS NO_REGS
extern
enum
reg_class
score_char_to_class
[
256
];
#define REG_CLASS_FROM_LETTER(C) score_char_to_class[(unsigned char) (C)]
/* Addressing modes, and classification of registers for them. */
#define REGNO_MODE_OK_FOR_BASE_P(REGNO, MODE) \
score_regno_mode_ok_for_base_p (REGNO, 1)
...
...
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