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
faa2075e
Commit
faa2075e
authored
Dec 31, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define NO_FUNCTION_CSE and CAN_DEBUG_WITHOUT_FP; delete
OVERRIDE_OPTIONS. From-SVN: r6345
parent
a432f20d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
gcc/config/h8300/h8300.h
+8
-10
No files found.
gcc/config/h8300/h8300.h
View file @
faa2075e
...
@@ -50,16 +50,14 @@ int target_flags;
...
@@ -50,16 +50,14 @@ int target_flags;
{"relax",1024}, \
{"relax",1024}, \
{ "", TARGET_DEFAULT}}
{ "", TARGET_DEFAULT}}
#define OPTIMIZATION_OPTIONS(OPTIMIZE) \
/* Show we can debug even without a frame pointer. */
{ \
#define CAN_DEBUG_WITHOUT_FP
obey_regdecls = 0; \
flag_omit_frame_pointer = (OPTIMIZE > 1); \
/* Define this if addresses of constant functions
}
shouldn't be put through pseudo regs where they can be cse'd.
Desirable on machines where ordinary constants are expensive
#define OVERRIDE_OPTIONS \
but a CALL with constant address is cheap. */
{ \
#define NO_FUNCTION_CSE
flag_no_function_cse = 1; \
}
#define TARGET_INT32 (target_flags & 8)
#define TARGET_INT32 (target_flags & 8)
#define TARGET_LONG16 (target_flags & 16)
#define TARGET_LONG16 (target_flags & 16)
...
...
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