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
860b3499
Commit
860b3499
authored
Jan 23, 2001
by
Michael Hayes
Committed by
Michael Hayes
Jan 23, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c4x.h (TARGET_LOAD_DIRECT_MEMS): Define.
From-SVN: r39217
parent
f40ae7c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/config/c4x/c4x.h
+4
-0
No files found.
gcc/ChangeLog
View file @
860b3499
2001-01-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* c4x.h (TARGET_LOAD_DIRECT_MEMS): Define.
2001-01-23 Neil Booth <neil@daikokuya.demon.co.uk>
* c-lex.c (lex_charconst): Fix typo: s/p/str.
...
...
gcc/config/c4x/c4x.h
View file @
860b3499
...
...
@@ -281,7 +281,11 @@ extern int target_flags;
/* Define some options to control code generation. */
#define TARGET_LOAD_ADDRESS (1 || (! TARGET_C3X && ! TARGET_SMALL))
/* Nonzero to convert direct memory references into HIGH/LO_SUM pairs
during RTL generation. */
#define TARGET_EXPOSE_LDP 0
/* Nonzero to force loading of direct memory references into a register. */
#define TARGET_LOAD_DIRECT_MEMS 0
/* -mrpts allows the use of the RPTS instruction irregardless.
-mrpts=max-cycles will use RPTS if the number of cycles is constant
...
...
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